You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/12/23 16:10:36 UTC

svn commit: r728989 - in /maven/resources/trunk: apache-incubator-disclaimer-resource-bundle/pom.xml apache-jar-resource-bundle/pom.xml apache-license-header-resource-bundle/pom.xml pom.xml

Author: vsiveton
Date: Tue Dec 23 07:10:36 2008
New Revision: 728989

URL: http://svn.apache.org/viewvc?rev=728989&view=rev
Log:
o added license header
o using latest parent
o ordering pom
o using relativePath for the parent

Modified:
    maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml
    maven/resources/trunk/apache-jar-resource-bundle/pom.xml
    maven/resources/trunk/apache-license-header-resource-bundle/pom.xml
    maven/resources/trunk/pom.xml

Modified: maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml?rev=728989&r1=728988&r2=728989&view=diff
==============================================================================
--- maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-incubator-disclaimer-resource-bundle/pom.xml Tue Dec 23 07:10:36 2008
@@ -1,15 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
     <version>3-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
+
   <artifactId>apache-incubator-disclaimer-resource-bundle</artifactId>
-  <name>Apache Incubator Disclaimer Resource Bundle</name>
   <version>1.2-SNAPSHOT</version>
-  <inceptionYear>2006</inceptionYear>
+
+  <name>Apache Incubator Disclaimer Resource Bundle</name>
   <description>
     An archive which contains the standard Apache Incubator disclaimer.
   </description>

Modified: maven/resources/trunk/apache-jar-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/pom.xml?rev=728989&r1=728988&r2=728989&view=diff
==============================================================================
--- maven/resources/trunk/apache-jar-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-jar-resource-bundle/pom.xml Tue Dec 23 07:10:36 2008
@@ -1,15 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>2</version>
+    <version>3-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
+
   <artifactId>apache-jar-resource-bundle</artifactId>
-  <name>Apache JAR Resource Bundle</name>
   <version>1.5-SNAPSHOT</version>
-  <inceptionYear>2006</inceptionYear>
+
+  <name>Apache JAR Resource Bundle</name>
   <description>
     An archive which contains templates for generating the necessary license files and notices for all Apache releases.
   </description>

Modified: maven/resources/trunk/apache-license-header-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-license-header-resource-bundle/pom.xml?rev=728989&r1=728988&r2=728989&view=diff
==============================================================================
--- maven/resources/trunk/apache-license-header-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-license-header-resource-bundle/pom.xml Tue Dec 23 07:10:36 2008
@@ -1,15 +1,38 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
     <version>3-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
+
   <artifactId>apache-license-header-resource-bundle</artifactId>
-  <name>Apache License Header Resource Bundle</name>
   <version>1.2-SNAPSHOT</version>
-  <inceptionYear>2006</inceptionYear>
+
+  <name>Apache License Header Resource Bundle</name>
   <description>
     An archive which contains the notice file template.
   </description>

Modified: maven/resources/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?rev=728989&r1=728988&r2=728989&view=diff
==============================================================================
--- maven/resources/trunk/pom.xml (original)
+++ maven/resources/trunk/pom.xml Tue Dec 23 07:10:36 2008
@@ -1,34 +1,59 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>5</version>
+    <version>10</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
-  <packaging>pom</packaging>
+
   <groupId>org.apache</groupId>
   <artifactId>apache-resource-bundles</artifactId>
-  <name>Apache Resource Bundles</name>
   <version>3-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Resource Bundles</name>
   <inceptionYear>2006</inceptionYear>
+
   <modules>
     <module>apache-jar-resource-bundle</module>
     <module>apache-license-header-resource-bundle</module>
     <module>apache-incubator-disclaimer-resource-bundle</module>         
   </modules>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/resources/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk</url>
   </scm>
+
   <build>
     <pluginManagement>
       <plugins>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-4</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/resources/tags</tagBase>
           </configuration>