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 2010/08/13 06:40:47 UTC

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

Author: grobmeier
Date: Fri Aug 13 04:40:47 2010
New Revision: 985092

URL: http://svn.apache.org/viewvc?rev=985092&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=985092&r1=985091&r2=985092&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Fri Aug 13 04:40:47 2010
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <name>Commons Compress</name>
   <url>http://commons.apache.org/compress/</url>
   <description>
@@ -94,9 +94,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/compress/tags/commons-compress-1.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/tags/commons-compress-1.1</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/compress/tags/commons-compress-1.1</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>