Skip to content

Commit 611c686

Browse files
committed
The next release will be a feature release 1.15.0
1 parent 3e5e7f8 commit 611c686

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>90</version>
2424
</parent>
2525
<artifactId>commons-text</artifactId>
26-
<version>1.14.1-SNAPSHOT</version>
26+
<version>1.15.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.
@@ -39,8 +39,8 @@
3939
<commons.componentid>text</commons.componentid>
4040
<commons.packageId>text</commons.packageId>
4141
<commons.module.name>org.apache.commons.text</commons.module.name>
42-
<commons.release.version>1.14.1</commons.release.version>
43-
<commons.release.next>1.14.2</commons.release.next>
42+
<commons.release.version>1.15.0</commons.release.version>
43+
<commons.release.next>1.15.1</commons.release.next>
4444
<commons.release.desc>(Java 8+)</commons.release.desc>
4545
<commons.jira.id>TEXT</commons.jira.id>
4646
<commons.jira.pid>12318221</commons.jira.pid>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
4545
<title>Apache Commons Text Changes</title>
4646
</properties>
4747
<body>
48-
<release version="1.14.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
48+
<release version="1.15.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4949
<!-- FIX -->
5050
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix exception message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
5151
<action type="fix" dev="ggregory" due-to="Pierre Post, Sumit Bera, Alex Herbert, Gary Gregory" issue="TEXT-236">Inserting at end of a TextStringBuilder throws a StringIndexOutOfBoundsException.</action>

0 commit comments

Comments
 (0)