Author: jbalunas(a)redhat.com
Date: 2010-06-03 09:22:41 -0400 (Thu, 03 Jun 2010)
New Revision: 17479
Modified:
root/examples/richfaces-showcase/trunk/pom.xml
Log:
updated showcase for release, and consistency
Modified: root/examples/richfaces-showcase/trunk/pom.xml
===================================================================
--- root/examples/richfaces-showcase/trunk/pom.xml 2010-06-03 13:14:44 UTC (rev 17478)
+++ root/examples/richfaces-showcase/trunk/pom.xml 2010-06-03 13:22:41 UTC (rev 17479)
@@ -19,11 +19,14 @@
<name>Richfaces Examples: Richfaces Showcase Application</name>
<properties>
+ <!-- FIXME these should be through the richfaces-parent -->
<
snapshotRepository>dav:https://repository.jboss.org/nexus/content/repo...
- <jetty.port>8080</jetty.port>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+ <jetty.port>8080</jetty.port>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
+
<org.richfaces.ui.dist.version>4.0.0-SNAPSHOT</org.richfaces.ui.dist.version>
</properties>
<dependencyManagement>
@@ -31,7 +34,7 @@
<dependency>
<groupId>org.richfaces.ui.dist</groupId>
<artifactId>richfaces-components-bom</artifactId>
- <version>${project.version}</version>
+ <version>${org.richfaces.ui.dist.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -248,6 +251,7 @@
</profiles>
<repositories>
+ <!-- FIXME - This should be set globally in parent -->
<repository>
<id>maven-repository2.dev.java.net</id>
<
name>Java.net Repository for Maven 2</name>
@@ -257,4 +261,10 @@
</snapshots>
</repository>
</repositories>
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/examp...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+ <
url>http://fisheye.jboss.org/browse/richfaces</url>
+ </scm>
</project>