You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/29 15:42:56 UTC

[commons-codec] 01/02: Prepare for releasing 1.14.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 535a1311c7a79865ad0c44df5b06b083b92a662c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 29 10:34:13 2019 -0500

    Prepare for releasing 1.14.
---
 README.md                        |  4 ++--
 src/changes/changes.xml          |  2 +-
 src/site/xdoc/download_codec.xml | 26 +++++++++++++-------------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index 6ce6146..70cd388 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons Codec
 [![Build Status](https://travis-ci.org/apache/commons-codec.svg)](https://travis-ci.org/apache/commons-codec)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg)](https://coveralls.io/r/apache/commons-codec)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/)
-[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.13.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.13)
+[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.14-SNAPSHOT.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.14-SNAPSHOT)
 
 The Apache Commons Codec package contains simple encoder and decoders for
      various formats such as Base64 and Hexadecimal.  In addition to these
@@ -70,7 +70,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
-  <version>1.13</version>
+  <version>1.14-SNAPSHOT</version>
 </dependency>
 ```
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2009372..55ba445 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-    <release version="1.14" date="TBD" description="Feature and fix release.">
+    <release version="1.14" date="2019-12-29" description="Feature and fix release.">
       <action issue="CODEC-261" dev="aherbert" type="fix">Hex: Allow encoding read-only ByteBuffer.</action>
       <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>
       <action issue="CODEC-268" dev="aherbert" type="update">MurmurHash3: Deprecate hash64 methods and hash methods accepting a String that use the default encoding.</action>
diff --git a/src/site/xdoc/download_codec.xml b/src/site/xdoc/download_codec.xml
index 1a1aafe..4b9158f 100644
--- a/src/site/xdoc/download_codec.xml
+++ b/src/site/xdoc/download_codec.xml
@@ -113,32 +113,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Codec 1.13 ">
+    <section name="Apache Commons Codec 1.14-SNAPSHOT ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.13-bin.tar.gz">commons-codec-1.13-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.13-bin.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.13-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.tar.gz">commons-codec-1.14-SNAPSHOT-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.13-bin.zip">commons-codec-1.13-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.13-bin.zip.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.13-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.zip">commons-codec-1.14-SNAPSHOT-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.zip.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/codec/source/commons-codec-1.13-src.tar.gz">commons-codec-1.13-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.13-src.tar.gz.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.13-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.tar.gz">commons-codec-1.14-SNAPSHOT-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.tar.gz.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/codec/source/commons-codec-1.13-src.zip">commons-codec-1.13-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.13-src.zip.sha512">sha512</a></td>
-              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.13-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.zip">commons-codec-1.14-SNAPSHOT-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.zip.sha512">sha512</a></td>
+              <td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>