You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/04/30 09:49:36 UTC

svn commit: r1741721 - /commons/proper/validator/trunk/pom.xml

Author: sebb
Date: Sat Apr 30 07:49:35 2016
New Revision: 1741721

URL: http://svn.apache.org/viewvc?rev=1741721&view=rev
Log:
Bump version
1.4.1 has a -bin suffix

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

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1741721&r1=1741720&r2=1741721&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sat Apr 30 07:49:35 2016
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-validator</groupId>
   <artifactId>commons-validator</artifactId>
-  <version>1.5.1-SNAPSHOT</version>
+  <version>1.5.2-SNAPSHOT</version>
   <name>Apache Commons Validator</name>
   <description>
     Apache Commons Validator provides the building blocks for both client side validation and server side data validation.
@@ -145,7 +145,6 @@
     <commons.release.desc>(requires JDK ${maven.compiler.target})</commons.release.desc>
     <commons.release.2.version>1.4.1</commons.release.2.version>
     <commons.release.2.desc>(requires JDK 1.4)</commons.release.2.desc>
-    <commons.release.2.binary.suffix />
     <commons.jira.id>VALIDATOR</commons.jira.id>
     <commons.jira.pid>12310494</commons.jira.pid>
     <commons.encoding>UTF-8</commons.encoding>