Author: simonetripodi
Date: Fri Jan 27 08:42:58 2012
New Revision: 1236587
URL: http://svn.apache.org/viewvc?rev=1236587&view=rev
Log:
[maven-release-plugin] rollback the release of VALIDATOR_1_4_0_RC1
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=1236587&r1=1236586&r2=1236587&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Fri Jan 27 08:42:58 2012
@@ -16,7 +16,9 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
@@ -25,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>Commons Validator</name>
<description>
Commons Validator provides the building blocks for both client side
validation and server side data validation.
@@ -136,7 +138,7 @@
<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>
- <commons.release.2.binary.suffix />
+ <commons.release.2.binary.suffix></commons.release.2.binary.suffix>
<commons.jira.id>VALIDATOR</commons.jira.id>
<commons.jira.pid>12310494</commons.jira.pid>
</properties>
@@ -171,9 +173,9 @@
<configuration>
<tasks>
<ant antfile="build-javascript.xml" target="compress">
- <property name="build.dir"
value="${project.build.directory}" />
- <property name="output.dir"
value="${project.build.outputDirectory}" />
- <property name="final.name"
value="${project.build.finalName}" />
+ <property name="build.dir"
value="${project.build.directory}"/>
+ <property name="output.dir"
value="${project.build.outputDirectory}"/>
+ <property name="final.name"
value="${project.build.finalName}"/>
</ant>
</tasks>
</configuration>