You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/06 17:09:07 UTC

svn commit: r582507 - /myfaces/orchestra/trunk/core/pom.xml

Author: imario
Date: Sat Oct  6 08:09:06 2007
New Revision: 582507

URL: http://svn.apache.org/viewvc?rev=582507&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=582507&r1=582506&r2=582507&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Sat Oct  6 08:09:06 2007
@@ -5,7 +5,7 @@
 	<artifactId>myfaces-orchestra-core</artifactId>
 	<packaging>jar</packaging>
 	<name>MyFaces Orchestra Core</name>
-	<version>1.0</version>
+	<version>1.1-SNAPSHOT</version>
 
 	<parent>
 		<groupId>org.apache.myfaces.orchestra</groupId>
@@ -14,9 +14,9 @@
 	</parent>
 
 	<scm>
-		<connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0</developerConnection>
-		<url>https://svn.apache.org/repos/asf/myfaces/orchestra/tags/core-1_0</url>
+		<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>
 	</scm>
 
 	<dependencies>