You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/26 14:29:28 UTC

svn commit: r1647978 - in /commons/proper/validator/tags/VALIDATOR_1_4_1_RC1: ./ pom.xml

Author: britter
Date: Fri Dec 26 13:29:28 2014
New Revision: 1647978

URL: http://svn.apache.org/r1647978
Log:
Creating validator-1.4.1-RC1 tag

Added:
    commons/proper/validator/tags/VALIDATOR_1_4_1_RC1/
      - copied from r1647977, commons/proper/validator/trunk/
Modified:
    commons/proper/validator/tags/VALIDATOR_1_4_1_RC1/pom.xml

Modified: commons/proper/validator/tags/VALIDATOR_1_4_1_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/tags/VALIDATOR_1_4_1_RC1/pom.xml?rev=1647978&r1=1647977&r2=1647978&view=diff
==============================================================================
--- commons/proper/validator/tags/VALIDATOR_1_4_1_RC1/pom.xml (original)
+++ commons/proper/validator/tags/VALIDATOR_1_4_1_RC1/pom.xml Fri Dec 26 13:29:28 2014
@@ -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.4.1</version>
   <name>Apache Commons Validator</name>
   <description>
     Apache Commons Validator provides the building blocks for both client side validation and server side data validation.
@@ -117,9 +117,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/validator/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/validator/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/validator/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_4_1/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_4_1/</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/validator/tags/VALIDATOR_1_4_1/</url>
   </scm>
 
   <distributionManagement>