Author: dion
Date: Mon Nov 21 15:46:19 2005
New Revision: 348030

URL: http://svn.apache.org/viewcvs?rev=348030&view=rev
Log:
Bug 37314 - Fixes to POMs

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

Modified: jakarta/commons/proper/attributes/trunk/api/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/attributes/trunk/api/project.xml?rev=348030&r1=348029&r2=348030&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/api/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/api/project.xml Mon Nov 21 15:46:19 
2005
@@ -19,7 +19,7 @@
 <project>
     <extend>${basedir}/../project.xml</extend>
     <groupId>commons-attributes</groupId>
-    <id>commons-attributes-api</id>
+    <artifactId>commons-attributes-api</artifactId>
     <name>Jakarta Commons Attributes API</name>
     <package>org.apache.commons.attributes</package>
     
@@ -41,7 +41,8 @@
         </dependency>
         
         <dependency>
-            <id>qdox</id>
+            <groupId>qdox</groupId>
+            <artifactId>qdox</artifactId>
             <version>1.5</version>
         </dependency>   
     </dependencies>

Modified: jakarta/commons/proper/attributes/trunk/compiler/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/attributes/trunk/compiler/project.xml?rev=348030&r1=348029&r2=348030&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/compiler/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/compiler/project.xml Mon Nov 21 
15:46:19 2005
@@ -20,7 +20,7 @@
     <extend>${basedir}/../project.xml</extend>
     
     <groupId>commons-attributes</groupId>
-    <id>commons-attributes-compiler</id>
+    <artifactId>commons-attributes-compiler</artifactId>
     
     <name>Jakarta Commons Attributes Ant Tasks and Utilities</name>
     <package>org.apache.commons.attributes.compiler</package>
@@ -57,14 +57,15 @@
         <dependency>
             <groupId>commons-attributes</groupId>
             <artifactId>commons-attributes-api</artifactId>
-            <version>2.2</version>
+            <version>2.2-SNAPSHOT</version>
         </dependency>
-        
+        <!--
         <dependency>
             <groupId>javadoc</groupId>
             <artifactId>javadoc</artifactId>
             <version>1.4</version>
         </dependency>
+-->
     </dependencies>
     
 </project>

Modified: jakarta/commons/proper/attributes/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/attributes/trunk/project.xml?rev=348030&r1=348029&r2=348030&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/project.xml Mon Nov 21 15:46:19 2005
@@ -29,7 +29,7 @@
         <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
     </organization>
     
-    <currentVersion>2.2</currentVersion>
+    <currentVersion>2.2-SNAPSHOT</currentVersion>
     <inceptionYear>2003</inceptionYear>
     <shortDescription>Commons Attributes</shortDescription>
     <description>A package for handling runtime information about types 
(including Java classes)</description>
@@ -131,8 +131,6 @@
             </resources>
         </unitTest>
         
-        <integrationUnitTestPatterns></integrationUnitTestPatterns>
-        
         <resources>
             <resource>
                 <directory>${basedir}/src/java</directory>
@@ -162,8 +160,6 @@
                 </includes>
             </resource>
         </resources>
-        
-        <jars></jars>
     </build>
     
     <packageGroups>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to