[seam-commits] Seam SVN: r12477 - in modules/faces/trunk/examples: short-ly and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Apr 13 13:55:03 EDT 2010


Author: lincolnthree
Date: 2010-04-13 13:55:03 -0400 (Tue, 13 Apr 2010)
New Revision: 12477

Added:
   modules/faces/trunk/examples/short-ly/
Removed:
   modules/faces/trunk/examples/tiny-url/
Modified:
   modules/faces/trunk/examples/short-ly/pom.xml
Log:
Renamed tiny-url to short-ly

Copied: modules/faces/trunk/examples/short-ly (from rev 12476, modules/faces/trunk/examples/tiny-url)

Modified: modules/faces/trunk/examples/short-ly/pom.xml
===================================================================
--- modules/faces/trunk/examples/tiny-url/pom.xml	2010-04-13 17:24:55 UTC (rev 12476)
+++ modules/faces/trunk/examples/short-ly/pom.xml	2010-04-13 17:55:03 UTC (rev 12477)
@@ -3,13 +3,13 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<groupId>org.jboss.seam.faces</groupId>
-	<artifactId>faces-examples-tiny-url</artifactId>
+	<artifactId>faces-examples-short-ly</artifactId>
 
 	<packaging>war</packaging>
 	<version>0.0.1-SNAPSHOT</version>
-	<name>tiny.url with Seam &amp; PrettyFaces</name>
+	<name>bit.ly clone with Seam &amp; PrettyFaces</name>
 
-	<url>http://go.jboss.org/</url>
+	<url>http://seamframework.org</url>
 
 	<repositories>
 		<repository>
@@ -40,7 +40,7 @@
 		<dependency>
 			<groupId>com.ocpsoft</groupId>
 			<artifactId>ocpsoft-pretty-faces</artifactId>
-			<version>2.0.5-SNAPSHOT</version>
+			<version>2.0.4</version>
 		</dependency>
 
 		<dependency>



More information about the seam-commits mailing list