[richfaces-svn-commits] JBoss Rich Faces SVN: r561 - trunk/sandbox-samples.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 25 15:01:32 EDT 2007


Author: abelevich
Date: 2007-04-25 15:01:32 -0400 (Wed, 25 Apr 2007)
New Revision: 561

Modified:
   trunk/sandbox-samples/pom.xml
Log:


Modified: trunk/sandbox-samples/pom.xml
===================================================================
--- trunk/sandbox-samples/pom.xml	2007-04-25 19:01:20 UTC (rev 560)
+++ trunk/sandbox-samples/pom.xml	2007-04-25 19:01:32 UTC (rev 561)
@@ -5,7 +5,7 @@
 	<artifactId>richfaces-samples</artifactId>
 	<packaging>pom</packaging>
 	<name>RichFaces Components Examples</name>
-	<version>3.0.1-SNAPSHOT</version>
+	<version>1.0.0-SNAPSHOT</version>
 	<url>http://labs.jboss.com/jbossrichfaces/samples</url>
 
 	<!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
@@ -82,6 +82,12 @@
 			<artifactId>jstl</artifactId>
 			<version>1.0</version>
 			<scope>runtime</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces</groupId>
+			<artifactId>richfaces</artifactId>			
+			<version>3.0.1-SNAPSHOT</version>
+			<scope>runtime</scope>
 		</dependency>
 	</dependencies>
 




More information about the richfaces-svn-commits mailing list