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/03/20 22:11:31 UTC

svn commit: r520597 - /myfaces/fusion/trunk/pom.xml

Author: imario
Date: Tue Mar 20 14:11:30 2007
New Revision: 520597

URL: http://svn.apache.org/viewvc?view=rev&rev=520597
Log:
renamed project fusion to orchestra

Modified:
    myfaces/fusion/trunk/pom.xml

Modified: myfaces/fusion/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/pom.xml?view=diff&rev=520597&r1=520596&r2=520597
==============================================================================
--- myfaces/fusion/trunk/pom.xml (original)
+++ myfaces/fusion/trunk/pom.xml Tue Mar 20 14:11:30 2007
@@ -9,24 +9,24 @@
 		<version>1.0.6-SNAPSHOT</version>
 	</parent>
 
-	<groupId>org.apache.myfaces.fusion</groupId>
-	<artifactId>myfaces-fusion-project</artifactId>
+	<groupId>org.apache.myfaces.orchestra</groupId>
+	<artifactId>myfaces-orchestra-project</artifactId>
 	<packaging>pom</packaging>
-	<name>MyFaces Fusion Project</name>
-	<url>http://myfaces.apache.org/fusion</url>
+	<name>MyFaces Orchestra Project</name>
+	<url>http://myfaces.apache.org/orchestra</url>
 	<version>1.0-SNAPSHOT</version>
-	<description>Apache MyFaces Fusion is a sub-project of Apache MyFaces
+	<description>Apache MyFaces Orchestra is a sub-project of Apache MyFaces
 	</description>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/fusion/trunk</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/fusion/trunk</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/myfaces/fusion/trunk</url>
+		<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>
 
 	<issueManagement>
 		<system>jira</system>
-		<url>http://issues.apache.org/jira/browse/FUSION</url>
+		<url>http://issues.apache.org/jira/browse/ORCHESTRA</url>
 	</issueManagement>
 
 	<dependencyManagement>
@@ -45,7 +45,7 @@
 
 			<dependency>
 				<groupId>org.apache.myfaces.shared</groupId>
-				<artifactId>myfaces-shared-fusion</artifactId>
+				<artifactId>myfaces-shared-orchestra</artifactId>
 				<version>${myfaces-shared.version}</version>
 			</dependency>
 		</dependencies>
@@ -68,7 +68,7 @@
 			<url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
 			<releases>
 				<enabled>false</enabled>
-				<!-- Enable to test a MyFaces core release candidate with MyFaces Fusion -->
+				<!-- Enable to test a MyFaces core release candidate with MyFaces Orchestra -->
 			</releases>
 			<snapshots>
 				<enabled>false</enabled>