You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/01/11 09:16:40 UTC

svn commit: r1229925 - in /commons/proper/validator/trunk: RELEASE-NOTES.txt pom.xml

Author: simonetripodi
Date: Wed Jan 11 08:16:39 2012
New Revision: 1229925

URL: http://svn.apache.org/viewvc?rev=1229925&view=rev
Log:
no needs to publish the beta, going ahead with the GA

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

Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/RELEASE-NOTES.txt?rev=1229925&r1=1229924&r2=1229925&view=diff
==============================================================================
--- commons/proper/validator/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/validator/trunk/RELEASE-NOTES.txt Wed Jan 11 08:16:39 2012
@@ -17,7 +17,7 @@
 $Id$
 
                  Commons Validator Package
-                     Version 1.4.0 beta1
+                     Version 1.4.0
                      Release Notes
 
 INTRODUCTION

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1229925&r1=1229924&r2=1229925&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Wed Jan 11 08:16:39 2012
@@ -133,7 +133,7 @@
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.4</maven.compile.target>
     <commons.componentid>validator</commons.componentid>
-    <commons.release.version>1.4.0-beta1</commons.release.version>
+    <commons.release.version>1.4.0</commons.release.version>
     <commons.release.desc>(requires JDK 1.4)</commons.release.desc>
     <commons.release.2.version>1.3.1</commons.release.2.version>
     <commons.release.2.desc>(requires JDK 1.3)</commons.release.2.desc>