[richfaces-svn-commits] JBoss Rich Faces SVN: r768 - trunk/sandbox-samples/scrollable-grid-demo.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 15 13:33:33 EDT 2007


Author: abelevich
Date: 2007-05-15 13:33:33 -0400 (Tue, 15 May 2007)
New Revision: 768

Modified:
   trunk/sandbox-samples/scrollable-grid-demo/pom.xml
Log:


Modified: trunk/sandbox-samples/scrollable-grid-demo/pom.xml
===================================================================
--- trunk/sandbox-samples/scrollable-grid-demo/pom.xml	2007-05-15 17:08:48 UTC (rev 767)
+++ trunk/sandbox-samples/scrollable-grid-demo/pom.xml	2007-05-15 17:33:33 UTC (rev 768)
@@ -1,24 +1,25 @@
 <?xml version="1.0"?><project>
   <parent>
-    <artifactId>richfaces-samples</artifactId>
+    <artifactId>sandbox-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
  
 	<modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces</groupId>
-  <artifactId>scrollable-grid-demo</artifactId>
-  <packaging>war</packaging>
-  <name>scrollable-grid-demo Maven Webapp</name>
+	  <groupId>org.richfaces</groupId>
+	  <artifactId>scrollable-grid-demo</artifactId>
+	  <packaging>war</packaging>
+	  <name>scrollable-grid-demo Maven Webapp</name>
+	
   <dependencies>
   	
   	<dependency>
-		<groupId>org.richfaces</groupId>
+	<groupId>org.richfaces</groupId>
 	    <artifactId>scrollable-grid</artifactId>
 	    <version>1.0.0-SNAPSHOT</version>
   	</dependency>
   	<dependency>
-		<groupId>org.richfaces</groupId>
+	<groupId>org.richfaces</groupId>
 	    <artifactId>richfaces</artifactId>
 	    <version>3.0.1-SNAPSHOT</version>
   	</dependency>




More information about the richfaces-svn-commits mailing list