Author: jbalunas(a)redhat.com
Date: 2010-06-03 18:25:18 -0400 (Thu, 03 Jun 2010)
New Revision: 17540
Modified:
root/examples/core-demo/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: root/examples/core-demo/trunk/pom.xml
===================================================================
--- root/examples/core-demo/trunk/pom.xml 2010-06-03 22:25:12 UTC (rev 17539)
+++ root/examples/core-demo/trunk/pom.xml 2010-06-03 22:25:18 UTC (rev 17540)
@@ -17,7 +17,7 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -30,7 +30,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>core-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Examples: Core</name>
<properties>
@@ -272,8 +272,8 @@
</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/tags/richfaces-core-demo...
+
<
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>