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 2012/04/04 06:08:10 UTC

svn commit: r1309234 - in /commons/proper/compress/tags/COMPRESS_1.4-RC1: ./ pom.xml

Author: bodewig
Date: Wed Apr  4 04:08:09 2012
New Revision: 1309234

URL: http://svn.apache.org/viewvc?rev=1309234&view=rev
Log:
tagging compress-1.4-RC1

Added:
    commons/proper/compress/tags/COMPRESS_1.4-RC1/   (props changed)
      - copied from r1309233, commons/proper/compress/trunk/
Modified:
    commons/proper/compress/tags/COMPRESS_1.4-RC1/pom.xml

Propchange: commons/proper/compress/tags/COMPRESS_1.4-RC1/
------------------------------------------------------------------------------
--- subclipse:tags (added)
+++ subclipse:tags Wed Apr  4 04:08:09 2012
@@ -0,0 +1,2 @@
+1152546,COMPRESS_1.2,/commons/proper/compress/tags/COMPRESS_1.2,tag
+1196226,COMPRESS_1.3,/commons/proper/compress/tags/COMPRESS_1.3,tag

Propchange: commons/proper/compress/tags/COMPRESS_1.4-RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Apr  4 04:08:09 2012
@@ -0,0 +1,6 @@
+target
+*.iml
+*.ipr
+*.iws
+.*
+maven-eclipse.xml

Propchange: commons/proper/compress/tags/COMPRESS_1.4-RC1/
------------------------------------------------------------------------------
    svn:mergeinfo = /commons/proper/compress/branches/zip64:1149597-1152684

Modified: commons/proper/compress/tags/COMPRESS_1.4-RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/tags/COMPRESS_1.4-RC1/pom.xml?rev=1309234&r1=1309233&r2=1309234&view=diff
==============================================================================
--- commons/proper/compress/tags/COMPRESS_1.4-RC1/pom.xml (original)
+++ commons/proper/compress/tags/COMPRESS_1.4-RC1/pom.xml Wed Apr  4 04:08:09 2012
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.4</version>
   <name>Commons Compress</name>
   <url>http://commons.apache.org/compress/</url>
   <!-- The description is not indented to make it look better in the release notes -->
@@ -115,8 +115,8 @@ These include: bzip2, gzip, pack200 and 
 
   <scm>
     <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>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS_1.4</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS_1.4</url>
   </scm>
 
   <distributionManagement>