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:15:16 UTC

svn commit: r409851 - /jakarta/commons/proper/attributes/trunk/unittest/project.xml

Author: dennisl
Date: Sat May 27 11:15:12 2006
New Revision: 409851

URL: http://svn.apache.org/viewvc?rev=409851&view=rev
Log:
Change groupId to org.apache.commons
Add -SNAPSHOT to the internal dependencies to match the parent version

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

Modified: jakarta/commons/proper/attributes/trunk/unittest/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/unittest/project.xml?rev=409851&r1=409850&r2=409851&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/unittest/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/unittest/project.xml Sat May 27 11:15:12 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.
@@ -18,7 +18,6 @@
 -->
 <project>
     <extend>${basedir}/../project.xml</extend>
-    <groupId>commons-attributes</groupId>
     <artifactId>commons-attributes-unittest</artifactId>
     <name>Jakarta Commons Attribute Compiler Unit Tests</name>
     <package>org.apache.commons.attributes</package>
@@ -62,15 +61,15 @@
         </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>
-            <groupId>commons-attributes</groupId>
+            <groupId>org.apache.commons</groupId>
             <artifactId>commons-attributes-api</artifactId>
-            <version>2.2</version>
+            <version>2.2-SNAPSHOT</version>
         </dependency>
     </dependencies>
     



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