You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/02/05 13:16:08 UTC

svn commit: r1781742 - /commons/proper/configuration/trunk/pom.xml

Author: britter
Date: Sun Feb  5 13:16:08 2017
New Revision: 1781742

URL: http://svn.apache.org/viewvc?rev=1781742&view=rev
Log:
Configure build to generate required set of artifacts for next release

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1781742&r1=1781741&r2=1781742&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Feb  5 13:16:08 2017
@@ -467,8 +467,9 @@
 
   <properties>
     <commons.componentid>configuration</commons.componentid>
-    <commons.release.version>2.1</commons.release.version>
+    <commons.release.version>2.1.1</commons.release.version>
     <commons.release.desc>(reworked 2.x version)</commons.release.desc>
+    <commons.release.2.name>commons-configuration-${commons.release.2.version}</commons.release.2.name>
     <commons.release.2.version>1.10</commons.release.2.version>
     <commons.release.2.desc>(old 1.x version)</commons.release.2.desc>
     <commons.rc.version>RC1</commons.rc.version>