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/19 06:46:21 UTC

svn commit: r638715 - in /commons/proper/lang/trunk: default.properties doap_lang.rdf pom.xml project.xml xdocs/release-history.xml

Author: bayard
Date: Tue Mar 18 22:46:20 2008
New Revision: 638715

URL: http://svn.apache.org/viewvc?rev=638715&view=rev
Log:
Setting release date, and incrementing version to 2.5-SNAPSHOT

Modified:
    commons/proper/lang/trunk/default.properties
    commons/proper/lang/trunk/doap_lang.rdf
    commons/proper/lang/trunk/pom.xml
    commons/proper/lang/trunk/project.xml
    commons/proper/lang/trunk/xdocs/release-history.xml

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

Modified: commons/proper/lang/trunk/doap_lang.rdf
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/doap_lang.rdf?rev=638715&r1=638714&r2=638715&view=diff
==============================================================================
--- commons/proper/lang/trunk/doap_lang.rdf (original)
+++ commons/proper/lang/trunk/doap_lang.rdf Tue Mar 18 22:46:20 2008
@@ -40,6 +40,11 @@
     <release>
       <revision>
         <name>commons-lang</name>
+        <created>2008-03-18</created>
+        <version>2.4</version>
+      </revision>
+      <revision>
+        <name>commons-lang</name>
         <created>2007-02-13</created>
         <version>2.3</version>
       </revision>

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=638715&r1=638714&r2=638715&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Tue Mar 18 22:46:20 2008
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
-  <version>2.4</version>
+  <version>2.5-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.4</commons.release.version>
+    <commons.release.version>2.5-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=638715&r1=638714&r2=638715&view=diff
==============================================================================
--- commons/proper/lang/trunk/project.xml (original)
+++ commons/proper/lang/trunk/project.xml Tue Mar 18 22:46:20 2008
@@ -20,7 +20,7 @@
     <groupId>commons-lang</groupId>
     <artifactId>commons-lang</artifactId>
     <name>Lang</name>
-    <currentVersion>2.4</currentVersion>
+    <currentVersion>2.5-SNAPSHOT</currentVersion>
     <inceptionYear>2001</inceptionYear>
     <shortDescription>Java Common Components</shortDescription>
     <description>

Modified: commons/proper/lang/trunk/xdocs/release-history.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/release-history.xml?rev=638715&r1=638714&r2=638715&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/release-history.xml (original)
+++ commons/proper/lang/trunk/xdocs/release-history.xml Tue Mar 18 22:46:20 2008
@@ -28,7 +28,7 @@
 
 <table>
 <tr><th>Version</th><th>Release date</th><th>Javadoc</th><th>Release notes</th></tr>
-<tr><td>2.4</td><td>??/Mar/08</td><td><a href="api-2.4/">api-2.4</a></td><td><a href="upgradeto2_4.html">release notes for 2.4</a></td></tr>
+<tr><td>2.4</td><td>18/Mar/08</td><td><a href="api-2.4/">api-2.4</a></td><td><a href="upgradeto2_4.html">release notes for 2.4</a></td></tr>
 <tr><td>2.3</td><td>13/Feb/07</td><td><a href="api-2.3/">api-2.3</a></td><td><a href="upgradeto2_3.html">release notes for 2.3</a></td></tr>
 <tr><td>2.2</td><td>04/Oct/06</td><td><a href="api-2.2/">api-2.2</a></td><td><a href="upgradeto2_2.html">release notes for 2.2</a></td></tr>
 <tr><td>2.1</td><td>13/Jun/06</td><td><a href="api-2.1/">api-2.1</a></td><td><a href="upgradeto2_1.html">release notes for 2.1</a></td></tr>