On 28 April 2013 20:22, <[email protected]> wrote: > Author: ggregory > Date: Sun Apr 28 19:22:44 2013 > New Revision: 1476816 > > URL: http://svn.apache.org/r1476816 > Log: > Done with 1.8, next release will be 2.0 > > Why 2.0?
Why not 1.9? > Modified: > commons/proper/codec/trunk/doap_codec.rdf > commons/proper/codec/trunk/pom.xml > commons/proper/codec/trunk/src/changes/changes.xml > > Modified: commons/proper/codec/trunk/doap_codec.rdf > URL: > http://svn.apache.org/viewvc/commons/proper/codec/trunk/doap_codec.rdf?rev=1476816&r1=1476815&r2=1476816&view=diff > > ============================================================================== > --- commons/proper/codec/trunk/doap_codec.rdf (original) > +++ commons/proper/codec/trunk/doap_codec.rdf Sun Apr 28 19:22:44 2013 > @@ -64,6 +64,11 @@ limitations under the License. > <created>2012-09-11</created> > <revision>1.7</revision> > </Version> > + <Version> > + <name>commons-codec</name> > + <created>2012-04-28</created> > + <revision>1.8</revision> > + </Version> > </release> > <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html > "/> > </Project> > > Modified: commons/proper/codec/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1476816&r1=1476815&r2=1476816&view=diff > > ============================================================================== > --- commons/proper/codec/trunk/pom.xml (original) > +++ commons/proper/codec/trunk/pom.xml Sun Apr 28 19:22:44 2013 > @@ -30,7 +30,7 @@ limitations under the License. > <groupId>commons-codec</groupId> > <artifactId>commons-codec</artifactId> > <!-- Remember to update the version in default.properties as well --> > - <version>1.8-SNAPSHOT</version> > + <version>2.0-SNAPSHOT</version> > <name>Commons Codec</name> > <inceptionYear>2002</inceptionYear> > <description> > > Modified: commons/proper/codec/trunk/src/changes/changes.xml > URL: > http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1476816&r1=1476815&r2=1476816&view=diff > > ============================================================================== > --- commons/proper/codec/trunk/src/changes/changes.xml (original) > +++ commons/proper/codec/trunk/src/changes/changes.xml Sun Apr 28 19:22:44 > 2013 > @@ -42,11 +42,9 @@ The <action> type attribute can be add,u > <author>Gary Gregory</author> > </properties> > <body> > - <!-- > <release version="2.0" date="TBA" description="Feature and fix > release."> > <action dev="..." type="fix" issue="CODEC-NNN">...</action> > </release> > - --> > <release version="1.8" date="19 April 2013" description="Feature and > fix release. Requires a minimum of Java 1.6"> > <action dev="ggregory" type="add" issue="CODEC-168" due-to="Daniel > Cassidy">Add DigestUtils.updateDigest(MessageDigest, InputStream).</action> > <action dev="julius" type="add" issue="CODEC-167">Add JUnit to test > our decode with pad character in the middle.</action> > > >
