Skip to content

Commit 4c18b35

Browse files
committed
Creating lang-3.3.2-RC1 tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_3_2_RC1@1585295 13f79535-47bb-0310-9956-ffa450edef68
1 parent 24767d6 commit 4c18b35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ component.package = org.apache.commons.lang3
4242
component.title = Core Language Utilities
4343

4444
# The current version number of this component
45-
component.version = 3.3.2-SNAPSHOT
45+
component.version = 3.3.2
4646

4747
# The name that is used to create the jar file
4848
final.name = ${component.name}-${component.version}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.apache.commons</groupId>
2929
<artifactId>commons-lang3</artifactId>
30-
<version>3.3.2-SNAPSHOT</version>
30+
<version>3.3.2</version>
3131
<name>Apache Commons Lang</name>
3232

3333
<inceptionYear>2001</inceptionYear>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</properties>
2222
<body>
2323

24-
<release version="3.3.2" date="tba" description="Bugfix for a bug in NumberUtils introduced in 3.3.1">
24+
<release version="3.3.2" date="2014-04-09" description="Bugfix for a bug in NumberUtils introduced in 3.3.1">
2525
<action issue="LANG-992" type="fix" dev="niallp">NumberUtils#isNumber() returns false for "0.0", "0.4790", et al</action>
2626
<action issue="LANG-989" type="add" dev="ggregory">Add org.apache.commons.lang3.SystemUtils.IS_JAVA_1_8</action>
2727
</release>

src/site/xdoc/release-history.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828

2929
<table>
3030
<tr><th>Version</th><th>Release date</th><th>Javadoc</th><th>Release notes</th></tr>
31-
<tr><td>3.3.2</td><td>tba</td><td><a href="javadocs/api-3.3.2/">api-3.3.2</a></td><td><a href="release-notes/RELEASE-NOTES-3.3.2.txt">release notes for 3.3.2</a></td></tr>
31+
<tr><td>3.3.2</td><td>09/Apr/14</td><td><a href="javadocs/api-3.3.2/">api-3.3.2</a></td><td><a href="release-notes/RELEASE-NOTES-3.3.2.txt">release notes for 3.3.2</a></td></tr>
3232
<tr><td>3.3.1</td><td>18/Mar/14</td><td><a href="javadocs/api-3.3.1/">api-3.3.1</a></td><td><a href="release-notes/RELEASE-NOTES-3.3.1.txt">release notes for 3.3.1</a></td></tr>
3333
<tr><td>3.3</td><td>04/Mar/14</td><td><a href="javadocs/api-3.3/">api-3.3</a></td><td><a href="release-notes/RELEASE-NOTES-3.3.txt">release notes for 3.3</a></td></tr>
3434
<tr><td>3.2.1</td><td>05/Jan/14</td><td><a href="javadocs/api-3.2.1/">api-3.2.1</a></td><td><a href="release-notes/RELEASE-NOTES-3.2.1.txt">release notes for 3.2.1</a></td></tr>

0 commit comments

Comments
 (0)