Skip to content

Commit ccf2ce5

Browse files
committed
Done with 1.8, next release will be 2.0
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1476816 13f79535-47bb-0310-9956-ffa450edef68
1 parent 21153c1 commit ccf2ce5

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

doap_codec.rdf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ limitations under the License.
6464
<created>2012-09-11</created>
6565
<revision>1.7</revision>
6666
</Version>
67+
<Version>
68+
<name>commons-codec</name>
69+
<created>2012-04-28</created>
70+
<revision>1.8</revision>
71+
</Version>
6772
</release>
6873
<mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
6974
</Project>

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

src/changes/changes.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@ The <action> type attribute can be add,update,fix,remove.
4242
<author>Gary Gregory</author>
4343
</properties>
4444
<body>
45-
<!--
4645
<release version="2.0" date="TBA" description="Feature and fix release.">
4746
<action dev="..." type="fix" issue="CODEC-NNN">...</action>
4847
</release>
49-
-->
5048
<release version="1.8" date="19 April 2013" description="Feature and fix release. Requires a minimum of Java 1.6">
5149
<action dev="ggregory" type="add" issue="CODEC-168" due-to="Daniel Cassidy">Add DigestUtils.updateDigest(MessageDigest, InputStream).</action>
5250
<action dev="julius" type="add" issue="CODEC-167">Add JUnit to test our decode with pad character in the middle.</action>

0 commit comments

Comments
 (0)