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:03:46 UTC

svn commit: r520590 - /myfaces/fusion/trunk/core/pom.xml

Author: imario
Date: Tue Mar 20 14:03:46 2007
New Revision: 520590

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

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

Modified: myfaces/fusion/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/fusion/trunk/core/pom.xml?view=diff&rev=520590&r1=520589&r2=520590
==============================================================================
--- myfaces/fusion/trunk/core/pom.xml (original)
+++ myfaces/fusion/trunk/core/pom.xml Tue Mar 20 14:03:46 2007
@@ -3,21 +3,21 @@
 		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<groupId>org.apache.myfaces.fusion</groupId>
-	<artifactId>myfaces-fusion-core</artifactId>
+	<groupId>org.apache.myfaces.orchestra</groupId>
+	<artifactId>myfaces-orchestra-core</artifactId>
 	<packaging>jar</packaging>
-	<name>MyFaces Fusion Core</name>
+	<name>MyFaces Orchestra Core</name>
 
 	<parent>
-		<groupId>org.apache.myfaces.fusion</groupId>
-		<artifactId>myfaces-fusion-project</artifactId>
+		<groupId>org.apache.myfaces.orchestra</groupId>
+		<artifactId>myfaces-orchestra-project</artifactId>
 		<version>1.0-SNAPSHOT</version>
 	</parent>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/fusion/trunk/core</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/fusion/trunk/core</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/myfaces/fusion/trunk/core</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>
@@ -41,7 +41,7 @@
 
 		<dependency>
 			<groupId>org.apache.myfaces.shared</groupId>
-			<artifactId>myfaces-shared-fusion</artifactId>
+			<artifactId>myfaces-shared-orchestra</artifactId>
 			<scope>provided</scope>
 			<!-- because we add all classes to the jar directly -->
 		</dependency>
@@ -111,7 +111,7 @@
 				<artifactId>dependency-maven-plugin</artifactId>
 				<executions>
 					<execution>
-						<id>unpack-shared-fusion</id>
+						<id>unpack-shared-orchestra</id>
 						<phase>process-classes</phase>
 						<goals>
 							<goal>unpack</goal>
@@ -120,7 +120,7 @@
 							<artifactItems>
 								<artifactItem>
 									<groupId>org.apache.myfaces.shared</groupId>
-									<artifactId>myfaces-shared-fusion</artifactId>
+									<artifactId>myfaces-shared-orchestra</artifactId>
 									<version>${myfaces-shared.version}</version>
 								</artifactItem>
 							</artifactItems>
@@ -138,7 +138,7 @@
 							<artifactItems>
 								<artifactItem>
 									<groupId>org.apache.myfaces.shared</groupId>
-									<artifactId>myfaces-shared-fusion</artifactId>
+									<artifactId>myfaces-shared-orchestra</artifactId>
 									<version>${myfaces-shared.version}</version>
 									<classifier>sources</classifier>
 								</artifactItem>