You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2008/03/25 08:38:21 UTC

svn commit: r640729 - in /commons/proper/lang/trunk: default.properties pom.xml project.xml

Author: bayard
Date: Tue Mar 25 00:38:20 2008
New Revision: 640729

URL: http://svn.apache.org/viewvc?rev=640729&view=rev
Log:
Moving the version to 3.0-SNAPSHOT to match JIRA

Modified:
    commons/proper/lang/trunk/default.properties
    commons/proper/lang/trunk/pom.xml
    commons/proper/lang/trunk/project.xml

Modified: commons/proper/lang/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=640729&r1=640728&r2=640729&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Tue Mar 25 00:38:20 2008
@@ -33,7 +33,7 @@
 component.title = Core Language Utilities
 
 # The current version number of this component
-component.version = 2.5-SNAPSHOT
+component.version = 3.0-SNAPSHOT
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=640729&r1=640728&r2=640729&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Tue Mar 25 00:38:20 2008
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
-  <version>2.5-SNAPSHOT</version>
+  <version>3.0-SNAPSHOT</version>
   <name>Commons Lang</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -386,7 +386,7 @@
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.2</maven.compile.target>
     <commons.componentid>lang</commons.componentid>
-    <commons.release.version>2.5-SNAPSHOT</commons.release.version>
+    <commons.release.version>3.0-SNAPSHOT</commons.release.version>
     <commons.jira.id>LANG</commons.jira.id>
     <commons.jira.pid>12310481</commons.jira.pid>
   </properties> 

Modified: commons/proper/lang/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/project.xml?rev=640729&r1=640728&r2=640729&view=diff
==============================================================================
--- commons/proper/lang/trunk/project.xml (original)
+++ commons/proper/lang/trunk/project.xml Tue Mar 25 00:38:20 2008
@@ -20,7 +20,7 @@
     <groupId>commons-lang</groupId>
     <artifactId>commons-lang</artifactId>
     <name>Lang</name>
-    <currentVersion>2.5-SNAPSHOT</currentVersion>
+    <currentVersion>3.0-SNAPSHOT</currentVersion>
     <inceptionYear>2001</inceptionYear>
     <shortDescription>Java Common Components</shortDescription>
     <description>