You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2009/03/20 14:31:12 UTC

svn commit: r756451 - /commons/proper/compress/trunk/pom.xml

Author: bodewig
Date: Fri Mar 20 13:31:11 2009
New Revision: 756451

URL: http://svn.apache.org/viewvc?rev=756451&view=rev
Log:
Sandbox -> Proper in POM except for site stuff

Modified:
    commons/proper/compress/trunk/pom.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=756451&r1=756450&r2=756451&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Fri Mar 20 13:31:11 2009
@@ -22,13 +22,13 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-sandbox-parent</artifactId>
-    <version>7</version>
+    <artifactId>commons-parent</artifactId>
+    <version>11</version>
   </parent>
 
   <artifactId>commons-compress</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <name>Commons Compress (Sandbox)</name>
+  <name>Commons Compress</name>
   <url>http://commons.apache.org/sandbox/compress/</url>
   <description>Commons Compress is a component that contains Tar, Zip and BZip2 packages</description>
   
@@ -71,9 +71,9 @@
   </contributors>
     
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/compress/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/compress/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/sandbox/compress/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/compress/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/compress/trunk</url>
   </scm>
 
   <distributionManagement>