Author: britter
Date: Tue Jan 13 19:47:27 2015
New Revision: 1651457
URL: http://svn.apache.org/r1651457
Log:
Bump version numbers for next development iteration
Modified:
commons/proper/validator/trunk/README.md
commons/proper/validator/trunk/pom.xml
commons/proper/validator/trunk/src/changes/changes.xml
Modified: commons/proper/validator/trunk/README.md
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/README.md?rev=1651457&r1=1651456&r2=1651457&view=diff
==============================================================================
--- commons/proper/validator/trunk/README.md (original)
+++ commons/proper/validator/trunk/README.md Tue Jan 13 19:47:27 2015
@@ -63,7 +63,7 @@ Alternatively you can pull it from the c
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
- <version>1.4.0</version>
+ <version>1.4.1</version>
</dependency>
```
Modified: commons/proper/validator/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1651457&r1=1651456&r2=1651457&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Tue Jan 13 19:47:27 2015
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5-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.
Modified: commons/proper/validator/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/changes/changes.xml?rev=1651457&r1=1651456&r2=1651457&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/changes/changes.xml (original)
+++ commons/proper/validator/trunk/src/changes/changes.xml Tue Jan 13 19:47:27
2015
@@ -42,7 +42,10 @@ The <action> type attribute can be add,u
<body>
- <release version="1.4.1" date="tba" description="1.4 Maintenance release">
+ <release version="1.5" date="tba" description="tba">
+ </release>
+
+ <release version="1.4.1" date="2014-01-13" description="1.4 Maintenance
release">
<action issue="VALIDATOR-342" dev="sebb" type="fix" due-to="Donal Murtagh">
URLValidator returns false for http://example.rocks
</action>