You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/03/12 17:57:30 UTC

svn commit: r922337 - /myfaces/trinidad/trunk/pom.xml

Author: matzew
Date: Fri Mar 12 16:57:30 2010
New Revision: 922337

URL: http://svn.apache.org/viewvc?rev=922337&view=rev
Log:
updated SCM info

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=922337&r1=922336&r2=922337&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Fri Mar 12 16:57:30 2010
@@ -138,9 +138,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org//repos/asf/myfaces/trinidad/tags/trinidad-2.0.0.3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org//repos/asf/myfaces/trinidad/tags/trinidad-2.0.0.3</developerConnection>
-    <url>https://svn.apache.org//repos/asf/myfaces/trinidad/tags/trinidad-2.0.0.3</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/trinidad/trunk</url>
   </scm>
 
   <repositories>
@@ -550,7 +550,7 @@
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
           <preparationGoals>clean verify install</preparationGoals>
-          <tagBase>https://svn.apache.org//repos/asf/myfaces/trinidad/tags/</tagBase>
+          <tagBase>https://svn.apache.org//repos/asf/myfaces/trinidad/tags</tagBase>
         </configuration>
       </plugin>