You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/01/18 17:11:36 UTC

svn commit: r370176 - in /myfaces/core/trunk: api/pom.xml impl/pom.xml

Author: schof
Date: Wed Jan 18 08:11:32 2006
New Revision: 370176

URL: http://svn.apache.org/viewcvs?rev=370176&view=rev
Log:
added scm refs to poms so continuum can use "short" names (now i know what bernd was talking about)

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/impl/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/api/pom.xml?rev=370176&r1=370175&r2=370176&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Wed Jan 18 08:11:32 2006
@@ -17,6 +17,12 @@
     <version>1.1.2-SNAPSHOT</version>
   </parent>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/api</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/api</url>
+  </scm>
+
   <dependencies>
 
     <dependency>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/impl/pom.xml?rev=370176&r1=370175&r2=370176&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Wed Jan 18 08:11:32 2006
@@ -17,6 +17,12 @@
     <version>1.1.2-SNAPSHOT</version>
   </parent>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk/impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk/impl</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk/impl</url>
+  </scm>
+
   <dependencies>
 
     <dependency>