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:11:00 UTC

svn commit: r409849 - /jakarta/commons/proper/attributes/trunk/compiler/project.xml

Author: dennisl
Date: Sat May 27 11:10:59 2006
New Revision: 409849

URL: http://svn.apache.org/viewvc?rev=409849&view=rev
Log:
Change groupId to org.apache.commons

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

Modified: jakarta/commons/proper/attributes/trunk/compiler/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/compiler/project.xml?rev=409849&r1=409848&r2=409849&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/compiler/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/compiler/project.xml Sat May 27 11:10:59 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.
@@ -19,7 +19,6 @@
 <project>
     <extend>${basedir}/../project.xml</extend>
     
-    <groupId>commons-attributes</groupId>
     <artifactId>commons-attributes-compiler</artifactId>
     
     <name>Jakarta Commons Attributes Ant Tasks and Utilities</name>
@@ -57,7 +56,7 @@
         </dependency>
         
         <dependency>
-            <groupId>commons-attributes</groupId>
+            <groupId>org.apache.commons</groupId>
             <artifactId>commons-attributes-api</artifactId>
             <version>2.2-SNAPSHOT</version>
         </dependency>



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