Setting release date, and incrementing version to 2.5-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@638715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5c71961de1
commit
121cba38f6
|
@ -33,7 +33,7 @@ component.package = org.apache.commons.lang
|
|||
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}
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
</SVNRepository>
|
||||
</repository>
|
||||
<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>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
|||
<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>
|
||||
|
|
|
@ -28,7 +28,7 @@ limitations under the License.
|
|||
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue