Moving the version to 3.0-SNAPSHOT to match JIRA
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@640729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bb8b6f4b0c
commit
6f44404b56
|
@ -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.5-SNAPSHOT
|
||||
component.version = 3.0-SNAPSHOT
|
||||
|
||||
# The name that is used to create the jar file
|
||||
final.name = ${component.name}-${component.version}
|
||||
|
|
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.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>
|
||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue