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/15 02:07:56 UTC

svn commit: r1739214 - in /commons/proper/validator/tags/VALIDATOR_1_5_1_RC1: ./ pom.xml

Author: sebb
Date: Fri Apr 15 00:07:56 2016
New Revision: 1739214

URL: http://svn.apache.org/viewvc?rev=1739214&view=rev
Log:
Creating VALIDATOR_1_5_1_RC1 tag

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

Modified: commons/proper/validator/tags/VALIDATOR_1_5_1_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/tags/VALIDATOR_1_5_1_RC1/pom.xml?rev=1739214&r1=1739213&r2=1739214&view=diff
==============================================================================
--- commons/proper/validator/tags/VALIDATOR_1_5_1_RC1/pom.xml (original)
+++ commons/proper/validator/tags/VALIDATOR_1_5_1_RC1/pom.xml Fri Apr 15 00:07:56 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.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.
@@ -124,9 +124,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_5_1/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_5_1/</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/validator/tags/VALIDATOR_1_5_1/</url>
   </scm>
 
   <distributionManagement>