You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2008/12/03 23:05:10 UTC

svn commit: r723095 - in /myfaces/extensions/validator/branches/branch_for_jsf_1_0: assembly/pom.xml component-support/pom.xml core/pom.xml examples/assembly/pom.xml examples/pom.xml parent/pom.xml pom.xml validation-modules/pom.xml

Author: gpetracek
Date: Wed Dec  3 14:05:10 2008
New Revision: 723095

URL: http://svn.apache.org/viewvc?rev=723095&view=rev
Log:
changed version format

Modified:
    myfaces/extensions/validator/branches/branch_for_jsf_1_0/assembly/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_0/component-support/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_0/core/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/assembly/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_0/parent/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_0/pom.xml
    myfaces/extensions/validator/branches/branch_for_jsf_1_0/validation-modules/pom.xml

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_0/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/assembly/pom.xml?rev=723095&r1=723094&r2=723095&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_0/assembly/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_0/assembly/pom.xml Wed Dec  3 14:05:10 2008
@@ -14,9 +14,9 @@
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/assembly/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/assembly/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/assembly/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/assembly/</url>
     </scm>
 
     <build>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_0/component-support/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/component-support/pom.xml?rev=723095&r1=723094&r2=723095&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_0/component-support/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_0/component-support/pom.xml Wed Dec  3 14:05:10 2008
@@ -37,9 +37,9 @@
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/component-support/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/component-support/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/component-support/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/component-support/</url>
     </scm>
 
     <modules>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_0/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/core/pom.xml?rev=723095&r1=723094&r2=723095&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_0/core/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_0/core/pom.xml Wed Dec  3 14:05:10 2008
@@ -35,9 +35,9 @@
     <packaging>jar</packaging>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/core/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/core/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/core/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/core/</url>
     </scm>
     
     <dependencies>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/assembly/pom.xml?rev=723095&r1=723094&r2=723095&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/assembly/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/assembly/pom.xml Wed Dec  3 14:05:10 2008
@@ -14,9 +14,9 @@
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/assembly/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/assembly/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/assembly/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/assembly/</url>
     </scm>
 
     <build>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/pom.xml?rev=723095&r1=723094&r2=723095&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/pom.xml Wed Dec  3 14:05:10 2008
@@ -37,9 +37,9 @@
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/examples/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/examples/</url>
     </scm>
 
     <build>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_0/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/parent/pom.xml?rev=723095&r1=723094&r2=723095&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_0/parent/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_0/parent/pom.xml Wed Dec  3 14:05:10 2008
@@ -213,9 +213,9 @@
     </reporting>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/parent/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/parent/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/parent/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/parent/</url>
     </scm>
 
     <distributionManagement>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/pom.xml?rev=723095&r1=723094&r2=723095&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_0/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_0/pom.xml Wed Dec  3 14:05:10 2008
@@ -36,9 +36,9 @@
     <url>http://myfaces.apache.org/extensions/validator11</url>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/</url>
     </scm>    
 
     <distributionManagement>

Modified: myfaces/extensions/validator/branches/branch_for_jsf_1_0/validation-modules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/validation-modules/pom.xml?rev=723095&r1=723094&r2=723095&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/branch_for_jsf_1_0/validation-modules/pom.xml (original)
+++ myfaces/extensions/validator/branches/branch_for_jsf_1_0/validation-modules/pom.xml Wed Dec  3 14:05:10 2008
@@ -37,9 +37,9 @@
     </parent>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/validation-modules/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_0/validation-modules/</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_0/validation-modules/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/branch_for_jsf_1_1/validation-modules/</url>
     </scm>
 
     <modules>