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 2011/01/22 06:57:53 UTC

svn commit: r1062101 - in /commons/proper/codec/trunk: RELEASE-NOTES.txt pom.xml

Author: ggregory
Date: Sat Jan 22 05:57:53 2011
New Revision: 1062101

URL: http://svn.apache.org/viewvc?rev=1062101&view=rev
Log:
Next release will be 1.5.

Modified:
    commons/proper/codec/trunk/RELEASE-NOTES.txt
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/RELEASE-NOTES.txt?rev=1062101&r1=1062100&r2=1062101&view=diff
==============================================================================
--- commons/proper/codec/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/codec/trunk/RELEASE-NOTES.txt Sat Jan 22 05:57:53 2011
@@ -1,7 +1,7 @@
 $Id$
 
 			 Commons Codec Package
-			    Version 1.4.1
+			    Version 1.5
 			   Release Notes
 
 http://commons.apache.org/codec/
@@ -12,10 +12,10 @@ decoders, the codec package also maintai
 utilities. 
 
 Compatibility
-o Codec 1.4.1 is binary compatible with Codec 1.3
-o Codec 1.4.1 fixes some accidental binary incompatibilities between
+o Codec 1.5 is binary compatible with Codec 1.3
+o Codec 1.5 fixes some accidental binary incompatibilities between
   1.4 and 1.3, and thus it is NOT binary compatible with Codec-1.4.
-o Codec 1.4.1 has a minimum requirement of JDK 1.4
+o Codec 1.5 has a minimum requirement of JDK 1.4
 
 Changes in this version include:
 

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1062101&r1=1062100&r2=1062101&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sat Jan 22 05:57:53 2011
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
-  <version>1.4.1-SNAPSHOT</version>
+  <version>1.5-SNAPSHOT</version>
   <name>Commons Codec</name>
 
   <inceptionYear>2002</inceptionYear>