You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/01 21:25:19 UTC

svn commit: r607906 - in /myfaces/orchestra/trunk: maven/pom.xml pom.xml

Author: skitching
Date: Tue Jan  1 12:25:18 2008
New Revision: 607906

URL: http://svn.apache.org/viewvc?rev=607906&view=rev
Log:
Use the new myfaces master pom, not the old one.

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

Modified: myfaces/orchestra/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=607906&r1=607905&r2=607906&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Tue Jan  1 12:25:18 2008
@@ -2,9 +2,9 @@
     <modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.apache.myfaces.maven</groupId>
-		<artifactId>myfaces-master</artifactId>
-		<version>1.0.6</version>
+		<groupId>org.apache.myfaces</groupId>
+		<artifactId>myfaces</artifactId>
+		<version>5-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.myfaces.orchestra</groupId>

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=607906&r1=607905&r2=607906&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Tue Jan  1 12:25:18 2008
@@ -22,9 +22,9 @@
     <modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.apache.myfaces.maven</groupId>
-		<artifactId>myfaces-master</artifactId>
-		<version>1.0.6</version>
+		<groupId>org.apache.myfaces</groupId>
+		<artifactId>myfaces</artifactId>
+		<version>5-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.myfaces.orchestra</groupId>