You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/05/27 20:14:33 UTC

svn commit: r409850 - /jakarta/commons/proper/attributes/trunk/plugin/project.xml

Author: dennisl
Date: Sat May 27 11:14:32 2006
New Revision: 409850

URL: http://svn.apache.org/viewvc?rev=409850&view=rev
Log:
Change groupId to org.apache.commons
Change the name so that it's in sync with the other modules
Add -SNAPSHOT to the internal dependencies to match the parent version

Modified:
    jakarta/commons/proper/attributes/trunk/plugin/project.xml

Modified: jakarta/commons/proper/attributes/trunk/plugin/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/plugin/project.xml?rev=409850&r1=409849&r2=409850&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/plugin/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/plugin/project.xml Sat May 27 11:14:32 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 =
-= Copyright 2003-2004 The Apache Software Foundation
+= Copyright 2003-2006 The Apache Software Foundation
 = 
 = Licensed under the Apache License, Version 2.0 (the "License");
 = you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
     <extend>${basedir}/../project.xml</extend>
     <pomVersion>3</pomVersion>
     <artifactId>commons-attributes-plugin</artifactId>
-    <name>Commons Attributes Maven Plugin</name>
+    <name>Jakarta Commons Attributes Maven Plugin</name>
     
     <description>Commons Attributes Plugin for Maven</description>
     <shortDescription>Commons Attributes Plugin for Maven</shortDescription>
@@ -29,15 +29,15 @@
     <dependencies>
         
         <dependency>
-            <groupId>commons-attributes</groupId>
+            <groupId>org.apache.commons</groupId>
             <artifactId>commons-attributes-api</artifactId>
-            <version>2.2</version>
+            <version>2.2-SNAPSHOT</version>
         </dependency>
         
         <dependency>
-            <groupId>commons-attributes</groupId>
+            <groupId>org.apache.commons</groupId>
             <artifactId>commons-attributes-compiler</artifactId>
-            <version>2.2</version>
+            <version>2.2-SNAPSHOT</version>
         </dependency>
         
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org