Skip to content

Commit 9f97963

Browse files
committed
Update POM to next feature version
1 parent 893b963 commit 9f97963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>commons-lang3</artifactId>
29-
<version>3.18.1-SNAPSHOT</version>
29+
<version>3.19.0-SNAPSHOT</version>
3030
<name>Apache Commons Lang</name>
3131
<inceptionYear>2001</inceptionYear>
3232
<description>
@@ -133,8 +133,8 @@
133133
<commons.packageId>lang3</commons.packageId>
134134
<commons.module.name>org.apache.commons.lang3</commons.module.name>
135135
<!-- Current 3.x release series -->
136-
<commons.release.version>3.18.1</commons.release.version>
137-
<commons.release.next>3.18.2</commons.release.next>
136+
<commons.release.version>3.19.0</commons.release.version>
137+
<commons.release.next>3.19.1</commons.release.next>
138138
<commons.release.desc>(Java 8+)</commons.release.desc>
139139
<!-- Previous 2.x release series -->
140140
<commons.release.2.version>2.6</commons.release.2.version>

0 commit comments

Comments
 (0)