Author: bodewig
Date: Mon Mar 11 06:10:51 2013
New Revision: 1455005

URL: http://svn.apache.org/r1455005
Log:
Tagging first RC for Compress 1.5

Added:
    commons/proper/compress/tags/COMPRESS-1.5_RC1/   (props changed)
      - copied from r1455004, commons/proper/compress/trunk/
Modified:
    commons/proper/compress/tags/COMPRESS-1.5_RC1/pom.xml

Propchange: commons/proper/compress/tags/COMPRESS-1.5_RC1/
------------------------------------------------------------------------------
--- subclipse:tags (added)
+++ subclipse:tags Mon Mar 11 06:10:51 2013
@@ -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.5_RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar 11 06:10:51 2013
@@ -0,0 +1,7 @@
+target
+*.iml
+*.ipr
+*.iws
+.*
+maven-eclipse.xml
+TAGS

Propchange: commons/proper/compress/tags/COMPRESS-1.5_RC1/
------------------------------------------------------------------------------
    svn:mergeinfo = /commons/proper/compress/branches/zip64:1149597-1152684

Modified: commons/proper/compress/tags/COMPRESS-1.5_RC1/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/tags/COMPRESS-1.5_RC1/pom.xml?rev=1455005&r1=1455004&r2=1455005&view=diff
==============================================================================
--- commons/proper/compress/tags/COMPRESS-1.5_RC1/pom.xml (original)
+++ commons/proper/compress/tags/COMPRESS-1.5_RC1/pom.xml Mon Mar 11 06:10:51 
2013
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5</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 -->
@@ -119,9 +119,9 @@ These include: bzip2, gzip, pack200, xz 
   </contributors>
 
   <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>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS-1.5</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS-1.5</developerConnection>
+    
<url>http://svn.apache.org/repos/asf/commons/proper/compress/tags/COMPRESS-1.5</url>
   </scm>
 
   <build>


Reply via email to