You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2011/01/14 00:03:42 UTC

svn commit: r1058784 - in /commons/proper/lang/tags/LANG_2_6_RC2: ./ default.properties pom.xml

Author: niallp
Date: Thu Jan 13 23:03:42 2011
New Revision: 1058784

URL: http://svn.apache.org/viewvc?rev=1058784&view=rev
Log:
Tag Lang 2.6 RC2

Added:
    commons/proper/lang/tags/LANG_2_6_RC2/
      - copied from r1058783, commons/proper/lang/branches/LANG_2_X/
Modified:
    commons/proper/lang/tags/LANG_2_6_RC2/default.properties
    commons/proper/lang/tags/LANG_2_6_RC2/pom.xml

Modified: commons/proper/lang/tags/LANG_2_6_RC2/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/lang/tags/LANG_2_6_RC2/default.properties?rev=1058784&r1=1058783&r2=1058784&view=diff
==============================================================================
--- commons/proper/lang/tags/LANG_2_6_RC2/default.properties (original)
+++ commons/proper/lang/tags/LANG_2_6_RC2/default.properties Thu Jan 13 23:03:42 2011
@@ -33,7 +33,7 @@ component.package = org.apache.commons.l
 component.title = Core Language Utilities
 
 # The current version number of this component
-component.version = 2.6-SNAPSHOT
+component.version = 2.6
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Modified: commons/proper/lang/tags/LANG_2_6_RC2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/tags/LANG_2_6_RC2/pom.xml?rev=1058784&r1=1058783&r2=1058784&view=diff
==============================================================================
--- commons/proper/lang/tags/LANG_2_6_RC2/pom.xml (original)
+++ commons/proper/lang/tags/LANG_2_6_RC2/pom.xml Thu Jan 13 23:03:42 2011
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
-  <version>2.6-SNAPSHOT</version>
+  <version>2.6</version>
   <name>Commons Lang</name>
 
   <inceptionYear>2001</inceptionYear>