You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2016/07/24 15:06:59 UTC

svn commit: r1753941 - in /commons/proper/configuration/tags/CONFIGURATION_2_1_RC1: ./ pom.xml

Author: oheger
Date: Sun Jul 24 15:06:59 2016
New Revision: 1753941

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

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

Propchange: commons/proper/configuration/tags/CONFIGURATION_2_1_RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Jul 24 15:06:59 2016
@@ -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_1_RC1/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sun Jul 24 15:06:59 2016
@@ -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_1_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_2_1_RC1/pom.xml?rev=1753941&r1=1753939&r2=1753941&view=diff
==============================================================================
--- commons/proper/configuration/tags/CONFIGURATION_2_1_RC1/pom.xml (original)
+++ commons/proper/configuration/tags/CONFIGURATION_2_1_RC1/pom.xml Sun Jul 24 15:06:59 2016
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-configuration2</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -52,9 +52,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_1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_2_1</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/configuration/tags/CONFIGURATION_2_1</url>
   </scm>
 
   <distributionManagement>