You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/28 20:43:08 UTC

svn commit: r480173 - in /maven/resources/trunk: apache-jar-resource-bundle/pom.xml apache-jar-resource-bundle/src/main/resources/META-INF/LICENSE-HEADER.vm apache-license-header-resource-bundle/pom.xml pom.xml

Author: jvanzyl
Date: Tue Nov 28 11:43:07 2006
New Revision: 480173

URL: http://svn.apache.org/viewvc?view=rev&rev=480173
Log: (empty)

Removed:
    maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/LICENSE-HEADER.vm
Modified:
    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-jar-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/pom.xml?view=diff&rev=480173&r1=480172&r2=480173
==============================================================================
--- maven/resources/trunk/apache-jar-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-jar-resource-bundle/pom.xml Tue Nov 28 11:43:07 2006
@@ -3,11 +3,11 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache</groupId>
-    <artifactId>apache-remote-resources</artifactId>
+    <artifactId>apache-resource-bundles</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
-  <artifactId>apache-distribution-resources</artifactId>
-  <name>Apache Distribution Resources</name>
+  <artifactId>apache-jar-resource-bundle</artifactId>
+  <name>Apache JAR Resource Bundle</name>
   <version>1.0-SNAPSHOT</version>
   <inceptionYear>2006</inceptionYear>
   <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?view=diff&rev=480173&r1=480172&r2=480173
==============================================================================
--- maven/resources/trunk/apache-license-header-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-license-header-resource-bundle/pom.xml Tue Nov 28 11:43:07 2006
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache</groupId>
-    <artifactId>apache-remote-resources</artifactId>
+    <artifactId>apache-resource-bundles</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
   <artifactId>apache-license-header-resource-bundle</artifactId>

Modified: maven/resources/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?view=diff&rev=480173&r1=480172&r2=480173
==============================================================================
--- maven/resources/trunk/pom.xml (original)
+++ maven/resources/trunk/pom.xml Tue Nov 28 11:43:07 2006
@@ -8,12 +8,12 @@
     <relativePath>../asf/pom.xml</relativePath>                                                                                                                         
   </parent>
   <packaging>pom</packaging>
-  <artifactId>apache-remote-resources</artifactId>
-  <name>Apache Remote Resources</name>
+  <artifactId>apache-resource-bundles</artifactId>
+  <name>Apache Resource Bundles</name>
   <version>1-SNAPSHOT</version>
   <inceptionYear>2006</inceptionYear>
   <modules>
     <module>apache-jar-resource-bundle</module>
-    <module>apache-license-resource-bundle</module>    
+    <module>apache-license-header-resource-bundle</module>
   </modules>
 </project>