You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gr...@apache.org on 2009/05/14 06:37:35 UTC

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

Author: grobmeier
Date: Thu May 14 04:37:34 2009
New Revision: 774630

URL: http://svn.apache.org/viewvc?rev=774630&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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=774630&r1=774629&r2=774630&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Thu May 14 04:37:34 2009
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>commons-compress</artifactId>
-  <version>1.0</version>
+  <version>1.1-SNAPSHOT</version>
   <name>Commons Compress</name>
   <url>http://commons.apache.org/compress/</url>
   <description>Commons Compress is a component that contains Ar, Cpio, Jar, Tar, Zip and BZip2 packages</description>
@@ -79,9 +79,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/compress/tags/commons-compress-1.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/tags/commons-compress-1.0</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/compress/tags/commons-compress-1.0</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>