Author: grobmeier Date: Wed May 13 05:55:59 2009 New Revision: 774219 URL: http://svn.apache.org/viewvc?rev=774219&view=rev Log: reverted due to mvn error (delete tag necessary according to wiki)
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=774219&r1=774218&r2=774219&view=diff ============================================================================== --- commons/proper/compress/trunk/pom.xml (original) +++ commons/proper/compress/trunk/pom.xml Wed May 13 05:55:59 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> @@ -102,7 +102,7 @@ <commons.jira.pid>12310904</commons.jira.pid> <!-- configuration bits for cutting a release candidate --> <commons.release.version>1.0</commons.release.version> - <commons.rc.version>RC2</commons.rc.version> + <commons.rc.version>RC1</commons.rc.version> </properties> <build>