You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2011/06/01 00:09:20 UTC

svn commit: r1129938 - in /commons/proper/validator/trunk: build.xml pom.xml

Author: nick
Date: Tue May 31 22:09:19 2011
New Revision: 1129938

URL: http://svn.apache.org/viewvc?rev=1129938&view=rev
Log:
VALIDATOR-295 Prepare for 1.4 beta 1

Modified:
    commons/proper/validator/trunk/build.xml
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/build.xml?rev=1129938&r1=1129937&r2=1129938&view=diff
==============================================================================
--- commons/proper/validator/trunk/build.xml (original)
+++ commons/proper/validator/trunk/build.xml Tue May 31 22:09:19 2011
@@ -68,7 +68,7 @@
   <property name="component.title"         value="Commons Validator"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.4-SNAPSHOT"/>
+  <property name="component.version"       value="1.4.0-beta1"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1129938&r1=1129937&r2=1129938&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Tue May 31 22:09:19 2011
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-validator</groupId>
     <artifactId>commons-validator</artifactId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.4.0-beta1</version>
     <name>Commons Validator</name>
     <description>
         Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts.