Skip to content

Commit ec0845e

Browse files
committed
Bump properties for the next version
1 parent 98aae9a commit ec0845e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>84</version>
2424
</parent>
2525
<artifactId>commons-text</artifactId>
26-
<version>1.13.2-SNAPSHOT</version>
26+
<version>1.14.0-SNAPSHOT</version>
2727
<name>Apache Commons Text</name>
2828
<description>Apache Commons Text is a set of utility functions and reusable components for processing
2929
and manipulating text in a Java environment.
@@ -41,8 +41,8 @@
4141
<commons.packageId>text</commons.packageId>
4242
<commons.module.name>org.apache.commons.text</commons.module.name>
4343

44-
<commons.release.version>1.13.1</commons.release.version>
45-
<commons.release.next>1.13.2</commons.release.next>
44+
<commons.release.version>1.14.0</commons.release.version>
45+
<commons.release.next>1.14.1</commons.release.next>
4646
<commons.release.desc>(Java 8+)</commons.release.desc>
4747

4848
<commons.jira.id>TEXT</commons.jira.id>
@@ -68,7 +68,7 @@
6868

6969
<!-- Commons Release Plugin -->
7070
<!-- Previous version of the component (used for reporting binary compatibility check)-->
71-
<commons.bc.version>1.13.0</commons.bc.version>
71+
<commons.bc.version>1.13.1</commons.bc.version>
7272
<commons.rc.version>RC1</commons.rc.version>
7373
<commons.release.isDistModule>true</commons.release.isDistModule>
7474
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>

0 commit comments

Comments
 (0)