You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/11/05 01:52:54 UTC

svn commit: r1031379 - in /myfaces/commons/trunk: examples/pom.xml pom.xml

Author: lu4242
Date: Fri Nov  5 00:52:53 2010
New Revision: 1031379

URL: http://svn.apache.org/viewvc?rev=1031379&view=rev
Log:
fix scm tags

Modified:
    myfaces/commons/trunk/examples/pom.xml
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/examples/pom.xml?rev=1031379&r1=1031378&r2=1031379&view=diff
==============================================================================
--- myfaces/commons/trunk/examples/pom.xml (original)
+++ myfaces/commons/trunk/examples/pom.xml Fri Nov  5 00:52:53 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>6</version>
+        <version>9</version>
     </parent>
 
     <groupId>org.apache.myfaces.commons</groupId>
@@ -36,10 +36,4 @@
         <module>myfaces-commons-facelets-examples</module>
     </modules>
 
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/branches/jsf_20/commons-examples12</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/branches/jsf_20/commons-examples12</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/branches/jsf_20/commons-examples12</url>
-  </scm>
 </project>

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/pom.xml?rev=1031379&r1=1031378&r2=1031379&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Fri Nov  5 00:52:53 2010
@@ -251,9 +251,9 @@
     </dependencyManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_20</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/branches/jsf_20</developerConnection>
-        <url>http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/trunk/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/commons/trunk/</developerConnection>
+        <url>http://svn.apache.org/viewvc/myfaces/commons/trunk</url>
     </scm>
 
     <modules>