[richfaces-svn-commits] JBoss Rich Faces SVN: r14160 - in trunk/examples/photoalbum: source and 3 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 10:39:22 EDT 2009


Author: nbelaevski
Date: 2009-05-13 10:39:22 -0400 (Wed, 13 May 2009)
New Revision: 14160

Modified:
   trunk/examples/photoalbum/pom.xml
   trunk/examples/photoalbum/source/ear/pom.xml
   trunk/examples/photoalbum/source/ejb/pom.xml
   trunk/examples/photoalbum/source/pom.xml
   trunk/examples/photoalbum/source/web/pom.xml
Log:
ArtifactId renamed

Modified: trunk/examples/photoalbum/pom.xml
===================================================================
--- trunk/examples/photoalbum/pom.xml	2009-05-13 14:31:57 UTC (rev 14159)
+++ trunk/examples/photoalbum/pom.xml	2009-05-13 14:39:22 UTC (rev 14160)
@@ -2,10 +2,11 @@
          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.richfaces.examples</groupId>
-    <artifactId>photoalbum</artifactId>
+    <artifactId>photoalbum-root</artifactId>
     <packaging>pom</packaging>
     <version>1.0-SNAPSHOT</version>
-    
+ 	<name>Photoalbum Demo Application Root</name>
+   
 	<modules>
         <module>source</module>
     </modules>

Modified: trunk/examples/photoalbum/source/ear/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/ear/pom.xml	2009-05-13 14:31:57 UTC (rev 14159)
+++ trunk/examples/photoalbum/source/ear/pom.xml	2009-05-13 14:39:22 UTC (rev 14160)
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.richfaces.examples</groupId>
-		<artifactId>photoalbum-source</artifactId>
+		<artifactId>photoalbum</artifactId>
 		<version>1.0-SNAPSHOT</version>
 	</parent>
 

Modified: trunk/examples/photoalbum/source/ejb/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/ejb/pom.xml	2009-05-13 14:31:57 UTC (rev 14159)
+++ trunk/examples/photoalbum/source/ejb/pom.xml	2009-05-13 14:39:22 UTC (rev 14160)
@@ -5,7 +5,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.richfaces.examples</groupId>
-		<artifactId>photoalbum-source</artifactId>
+		<artifactId>photoalbum</artifactId>
 		<version>1.0-SNAPSHOT</version>
 	</parent>
 

Modified: trunk/examples/photoalbum/source/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/pom.xml	2009-05-13 14:31:57 UTC (rev 14159)
+++ trunk/examples/photoalbum/source/pom.xml	2009-05-13 14:39:22 UTC (rev 14160)
@@ -5,7 +5,7 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<groupId>org.richfaces.examples</groupId>
-	<artifactId>photoalbum-source</artifactId>
+	<artifactId>photoalbum</artifactId>
 	<packaging>pom</packaging>
 	<name>${appName}</name>
 	<version>1.0-SNAPSHOT</version>

Modified: trunk/examples/photoalbum/source/web/pom.xml
===================================================================
--- trunk/examples/photoalbum/source/web/pom.xml	2009-05-13 14:31:57 UTC (rev 14159)
+++ trunk/examples/photoalbum/source/web/pom.xml	2009-05-13 14:39:22 UTC (rev 14160)
@@ -5,7 +5,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.richfaces.examples</groupId>
-		<artifactId>photoalbum-source</artifactId>
+		<artifactId>photoalbum</artifactId>
 		<version>1.0-SNAPSHOT</version>
 	</parent>
 




More information about the richfaces-svn-commits mailing list