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 2007/11/08 09:27:33 UTC

svn commit: r593061 - in /myfaces/orchestra/trunk: core15/pom.xml examples/pom.xml maven/pom.xml pom.xml

Author: manolito
Date: Thu Nov  8 00:27:32 2007
New Revision: 593061

URL: http://svn.apache.org/viewvc?rev=593061&view=rev
Log:
fixed some scm values

Modified:
    myfaces/orchestra/trunk/core15/pom.xml
    myfaces/orchestra/trunk/examples/pom.xml
    myfaces/orchestra/trunk/maven/pom.xml
    myfaces/orchestra/trunk/pom.xml

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=593061&r1=593060&r2=593061&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Thu Nov  8 00:27:32 2007
@@ -34,9 +34,9 @@
 	</parent>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/core</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/core</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk/core</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/core15</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/core15</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk/core15</url>
 	</scm>
 
 	<dependencies>

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=593061&r1=593060&r2=593061&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Thu Nov  8 00:27:32 2007
@@ -34,8 +34,7 @@
 
 	<scm>
 		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/examples</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/examples
-		</developerConnection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/examples</developerConnection>
 		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk/examples</url>
 	</scm>
 

Modified: myfaces/orchestra/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=593061&r1=593060&r2=593061&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Thu Nov  8 00:27:32 2007
@@ -61,9 +61,9 @@
 	</contributors>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/maven</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/maven</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk/maven</url>
 	</scm>
 
 	<issueManagement>

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=593061&r1=593060&r2=593061&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Thu Nov  8 00:27:32 2007
@@ -35,6 +35,12 @@
 	<version>1.0-SNAPSHOT</version>
 	<description>Apache MyFaces Orchestra is a sub-project of Apache MyFaces</description>
 
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk</url>
+	</scm>
+
 	<modules>
 		<module>maven</module>
 		<module>core</module>