You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tc...@apache.org on 2007/01/21 19:24:46 UTC

svn commit: r498422 - /jakarta/commons/sandbox/jci/trunk/pom.xml

Author: tcurdt
Date: Sun Jan 21 10:24:45 2007
New Revision: 498422

URL: http://svn.apache.org/viewvc?view=rev&rev=498422
Log:
use the released parent


Modified:
    jakarta/commons/sandbox/jci/trunk/pom.xml

Modified: jakarta/commons/sandbox/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/pom.xml?view=diff&rev=498422&r1=498421&r2=498422
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/pom.xml Sun Jan 21 10:24:45 2007
@@ -5,10 +5,11 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   
   <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.commons</groupId>
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-sandbox</artifactId>
-    <version>1-SNAPSHOT</version>
+    <artifactId>commons-parent</artifactId>
+    <version>1</version>
   </parent>
   <packaging>pom</packaging>  
   



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