[weld-commits] Weld SVN: r5821 - in examples/trunk: jsf/login and 9 other directories.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Fri Feb 5 12:26:51 EST 2010
Author: pete.muir at jboss.org
Date: 2010-02-05 12:26:51 -0500 (Fri, 05 Feb 2010)
New Revision: 5821
Modified:
examples/trunk/jsf/login/pom.xml
examples/trunk/jsf/numberguess/pom.xml
examples/trunk/jsf/permalink/pom.xml
examples/trunk/jsf/translator/ear/pom.xml
examples/trunk/jsf/translator/ejb/pom.xml
examples/trunk/jsf/translator/pom.xml
examples/trunk/jsf/translator/war/pom.xml
examples/trunk/pom.xml
examples/trunk/se/hello-world/pom.xml
examples/trunk/se/numberguess/pom.xml
examples/trunk/wicket/numberguess/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: examples/trunk/jsf/login/pom.xml
===================================================================
--- examples/trunk/jsf/login/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/jsf/login/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -161,9 +161,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/login</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/login</developerConnection>
- <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/login</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/login</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/login</developerConnection>
+ <url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/login</url>
</scm>
</project>
Modified: examples/trunk/jsf/numberguess/pom.xml
===================================================================
--- examples/trunk/jsf/numberguess/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/jsf/numberguess/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -761,9 +761,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/numberguess</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/numberguess</developerConnection>
- <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/numberguess</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/numberguess</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/numberguess</developerConnection>
+ <url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/numberguess</url>
</scm>
</project>
Modified: examples/trunk/jsf/permalink/pom.xml
===================================================================
--- examples/trunk/jsf/permalink/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/jsf/permalink/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -551,9 +551,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/permalink</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/permalink</developerConnection>
- <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/permalink</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/permalink</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/permalink</developerConnection>
+ <url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/permalink</url>
</scm>
</project>
Modified: examples/trunk/jsf/translator/ear/pom.xml
===================================================================
--- examples/trunk/jsf/translator/ear/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/jsf/translator/ear/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Modified: examples/trunk/jsf/translator/ejb/pom.xml
===================================================================
--- examples/trunk/jsf/translator/ejb/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/jsf/translator/ejb/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Modified: examples/trunk/jsf/translator/pom.xml
===================================================================
--- examples/trunk/jsf/translator/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/jsf/translator/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
@@ -61,9 +61,9 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/translator</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/jsf/translator</developerConnection>
- <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/jsf/translator</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/jsf/translator</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/jsf/translator</developerConnection>
+ <url>http://fisheye.jboss.org/browse/weld/examples/trunk/jsf/translator</url>
</scm>
</project>
Modified: examples/trunk/jsf/translator/war/pom.xml
===================================================================
--- examples/trunk/jsf/translator/war/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/jsf/translator/war/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -9,7 +9,7 @@
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
<name>Weld Examples</name>
<description>
@@ -239,9 +239,9 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2</developerConnection>
- <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/weld/examples/trunk</url>
</scm>
<profiles>
Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/se/hello-world/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -90,9 +90,9 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/hello-world</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/hello-world</developerConnection>
- <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/se/hello-world</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/se/hello-world</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/se/hello-world</developerConnection>
+ <url>http://fisheye.jboss.org/browse/weld/examples/trunk/se/hello-world</url>
</scm>
</project>
Modified: examples/trunk/se/numberguess/pom.xml
===================================================================
--- examples/trunk/se/numberguess/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/se/numberguess/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -91,9 +91,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/numberguess</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/se/numberguess</developerConnection>
- <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/se/numberguess</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/se/numberguess</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/se/numberguess</developerConnection>
+ <url>http://fisheye.jboss.org/browse/weld/examples/trunk/se/numberguess</url>
</scm>
</project>
Modified: examples/trunk/wicket/numberguess/pom.xml
===================================================================
--- examples/trunk/wicket/numberguess/pom.xml 2010-02-05 17:26:47 UTC (rev 5820)
+++ examples/trunk/wicket/numberguess/pom.xml 2010-02-05 17:26:51 UTC (rev 5821)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
- <version>1.0.1-CR2</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -189,9 +189,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/wicket/numberguess</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/tags/1.0.1-CR2/wicket/numberguess</developerConnection>
- <url>http://fisheye.jboss.org/browse/weld/examples/tags/1.0.1-CR2/wicket/numberguess</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk/wicket/numberguess</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk/wicket/numberguess</developerConnection>
+ <url>http://fisheye.jboss.org/browse/weld/examples/trunk/wicket/numberguess</url>
</scm>
</project>
More information about the weld-commits
mailing list