Author: oheger
Date: Sat Aug 4 18:46:27 2018
New Revision: 1837444
URL: http://svn.apache.org/viewvc?rev=1837444&view=rev
Log:
Creating Configuration 2.3-RC2 tag.
Added:
commons/proper/configuration/tags/CONFIGURATION_2_3_RC2/ (props changed)
- copied from r1837442, commons/proper/configuration/trunk/
Modified:
commons/proper/configuration/tags/CONFIGURATION_2_3_RC2/pom.xml
Propchange: commons/proper/configuration/tags/CONFIGURATION_2_3_RC2/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Aug 4 18:46:27 2018
@@ -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_3_RC2/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sat Aug 4 18:46:27 2018
@@ -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_3_RC2/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_2_3_RC2/pom.xml?rev=1837444&r1=1837442&r2=1837444&view=diff
==============================================================================
--- commons/proper/configuration/tags/CONFIGURATION_2_3_RC2/pom.xml (original)
+++ commons/proper/configuration/tags/CONFIGURATION_2_3_RC2/pom.xml Sat Aug 4
18:46:27 2018
@@ -27,7 +27,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-configuration2</artifactId>
- <version>2.3-SNAPSHOT</version>
+ <version>2.3</version>
<name>Apache Commons Configuration</name>
<inceptionYear>2001</inceptionYear>
@@ -49,9 +49,9 @@
</ciManagement>
<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_3</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_2_3</developerConnection>
+
<url>http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_2_3</url>
</scm>
<distributionManagement>