Skip to content

Commit 0342829

Browse files
committed
Bump to next development version
1 parent c89d2af commit 0342829

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
<groupId>commons-codec</groupId>
3131
<artifactId>commons-codec</artifactId>
3232
<!-- Remember to update the version in default.properties as well -->
33-
<version>1.15</version>
33+
<version>1.16-SNAPSHOT</version>
3434
<name>Apache Commons Codec</name>
3535
<inceptionYear>2002</inceptionYear>
3636
<description>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ The <action> type attribute can be add,update,fix,remove.
4242
</properties>
4343
<body>
4444

45+
<release version="1.16" date="TBD" description="Feature and fix release.">
46+
</release>
47+
4548
<release version="1.15" date="2020-09-01" description="Feature and fix release.">
4649
<action issue="CODEC-264" dev="aherbert" due-to="Andy Seaborne" type="fix">MurmurHash3: Ensure hash128 maintains the sign extension bug.</action>
4750
<action issue="CODEC-280" dev="aherbert" type="update">Base32/Base64/BCodec: Added strict decoding property to control handling of trailing bits. Default lenient mode discards them without error. Strict mode raise an exception.</action>

0 commit comments

Comments
 (0)