Author: oheger
Date: Mon Nov 30 21:01:10 2015
New Revision: 1717329

URL: http://svn.apache.org/viewvc?rev=1717329&view=rev
Log:
Creating configuration-2.0-beta2-RC1 tag.

Added:
    commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/   (props 
changed)
      - copied from r1717328, commons/proper/configuration/trunk/
Modified:
    commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/build.xml
    commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/pom.xml

Propchange: commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov 30 21:01:10 2015
@@ -0,0 +1,16 @@
+junit*.properties
+*.iws
+*~
+docs
+.*
+*.ipr
+*.ser
+STRING0
+lib
+test-reports
+target
+velocity.log*
+maven.log
+maven-eclipse.xml
+*.patch
+*.iml

Propchange: commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon Nov 30 21:01:10 2015
@@ -0,0 +1,3 @@
+/commons/proper/configuration/branches/CONFIGURATION_390:819412-822131
+/commons/proper/configuration/branches/configuration2-alpha:1624597-1624751
+/commons/proper/configuration/branches/immutableNodes:1561338-1588830

Modified: 
commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/build.xml?rev=1717329&r1=1717328&r2=1717329&view=diff
==============================================================================
--- commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/build.xml 
(original)
+++ commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/build.xml Mon 
Nov 30 21:01:10 2015
@@ -22,7 +22,7 @@
   <property name="component.propfile" value="${basedir}/build.properties"/>
   <property file="${component.propfile}"/>
 
-  <property name="component.final.name" 
value="commons-configuration-2.0-beta2-SNAPSHOT"/>
+  <property name="component.final.name" 
value="commons-configuration-2.0-beta2"/>
   <property name="build.dir" value="target"/>
   <property name="build.classes.dir" value="${build.dir}/classes"/>
   <property name="src.java.dir" value="src/main/java"/>

Modified: commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/pom.xml?rev=1717329&r1=1717328&r2=1717329&view=diff
==============================================================================
--- commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/pom.xml 
(original)
+++ commons/proper/configuration/tags/CONFIGURATION_2_0_beta2_RC1/pom.xml Mon 
Nov 30 21:01:10 2015
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-configuration2</artifactId>
-  <version>2.0-beta2-SNAPSHOT</version>
+  <version>2.0-beta2</version>
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -47,9 +47,9 @@
   </issueManagement>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/configuration/trunk</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_2_0_beta2</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_2_0_beta2</developerConnection>
+    
<url>http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_2_0_beta2</url>
   </scm>
 
   <distributionManagement>


Reply via email to