Skip to content

Commit 49125d3

Browse files
committed
Merge branch 'release'
2 parents 4a65f8c + c17e961 commit 49125d3

2 files changed

Lines changed: 2 additions & 2 deletions

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.14-SNAPSHOT</version>
33+
<version>1.15-SNAPSHOT</version>
3434
<name>Apache Commons Codec</name>
3535
<inceptionYear>2002</inceptionYear>
3636
<description>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The <action> type attribute can be add,update,fix,remove.
4242
</properties>
4343
<body>
4444

45-
<release version="1.14" date="2019-12-29" description="Feature and fix release.">
45+
<release version="1.14" date="2019-12-30" description="Feature and fix release.">
4646
<action issue="CODEC-261" dev="aherbert" type="fix">Hex: Allow encoding read-only ByteBuffer.</action>
4747
<action issue="CODEC-259" dev="aherbert" type="fix">Hex: Only use an available ByteBuffer backing array if the length equals the remaining byte count.</action>
4848
<action issue="CODEC-268" dev="aherbert" type="update">MurmurHash3: Deprecate hash64 methods and hash methods accepting a String that use the default encoding.</action>

0 commit comments

Comments
 (0)