We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852c431 commit 9b2e651Copy full SHA for 9b2e651
default.properties
@@ -11,7 +11,7 @@ component.package = org.apache.commons.lang
11
component.title = Core Language Utilities
12
13
# The current version number of this component
14
-component.version = 1.0
+component.version = 1.0.1
15
16
# The name that is used to create the jar file
17
final.name = ${component.name}-${component.version}
project.xml
@@ -3,7 +3,7 @@
3
<extend>../project.xml</extend>
4
<id>commons-lang</id>
5
<name>Lang</name>
6
- <currentVersion>1.0</currentVersion>
+ <currentVersion>1.0.1</currentVersion>
7
<inceptionYear>2001</inceptionYear>
8
9
<description>
0 commit comments