Author: dion
Date: Mon Nov 21 16:30:45 2005
New Revision: 348049

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

Modified:
    jakarta/commons/proper/math/trunk/project.xml
    jakarta/commons/proper/net/trunk/project.xml
    jakarta/commons/proper/resources/trunk/project.xml

Modified: jakarta/commons/proper/math/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/project.xml?rev=348049&r1=348048&r2=348049&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/project.xml (original)
+++ jakarta/commons/proper/math/trunk/project.xml Mon Nov 21 16:30:45 2005
@@ -21,7 +21,7 @@
   <pomVersion>3</pomVersion>
   <name>Math</name>
   <id>commons-math</id>
-  <currentVersion>1.2-dev</currentVersion>
+  <currentVersion>1.2-SNAPSHOT</currentVersion>
   <inceptionYear>2003</inceptionYear>
   <shortDescription>Jakarta Commons Math</shortDescription>
   <description>The Math project is a library of lightweight, self-contained 
mathematics and statistics components addressing the most common practical 
problems not immediately available in the Java programming language or 
commons-lang.</description>

Modified: jakarta/commons/proper/net/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/net/trunk/project.xml?rev=348049&r1=348048&r2=348049&view=diff
==============================================================================
--- jakarta/commons/proper/net/trunk/project.xml (original)
+++ jakarta/commons/proper/net/trunk/project.xml Mon Nov 21 16:30:45 2005
@@ -19,7 +19,7 @@
 
        <name>Jakarta Commons Net</name>
        <id>commons-net</id>
-       <currentVersion>1.5.0-dev</currentVersion>
+       <currentVersion>1.5.0-SNAPSHOT</currentVersion>
        <inceptionYear>1997</inceptionYear>
        <shortDescription>Jakarta Commons Net</shortDescription>
        <description/>

Modified: jakarta/commons/proper/resources/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/project.xml?rev=348049&r1=348048&r2=348049&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/project.xml (original)
+++ jakarta/commons/proper/resources/trunk/project.xml Mon Nov 21 16:30:45 2005
@@ -2,9 +2,10 @@
 
 <project>
   <name>Commons Resources</name>
-  <id>commons-resources</id>
+  <groupId>commons-resources</groupId>
+  <artifactId>commons-resources</artifactId>
   <logo>/images/logo.png</logo>
-  <currentVersion>1.0-dev</currentVersion>
+  <currentVersion>1.0-SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <package>org.apache.commons.resources</package>
   <shortDescription>Commons Resources</shortDescription>
@@ -108,9 +109,6 @@
   <contributors>
     <contributor>
       <name>Dominique Plante</name>
-      <id></id>
-      <email></email>
-      <organization></organization>
     </contributor>
   </contributors>  
 



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

Reply via email to