[weld-commits] Weld SVN: r5915 - in examples/trunk/jsf/pastecode: ear and 2 other directories.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Sun Feb 21 08:44:31 EST 2010
Author: pete.muir at jboss.org
Date: 2010-02-21 08:44:31 -0500 (Sun, 21 Feb 2010)
New Revision: 5915
Modified:
examples/trunk/jsf/pastecode/ear/pom.xml
examples/trunk/jsf/pastecode/ejb/pom.xml
examples/trunk/jsf/pastecode/pom.xml
examples/trunk/jsf/pastecode/war/pom.xml
Log:
fix version
Modified: examples/trunk/jsf/pastecode/ear/pom.xml
===================================================================
--- examples/trunk/jsf/pastecode/ear/pom.xml 2010-02-21 12:10:00 UTC (rev 5914)
+++ examples/trunk/jsf/pastecode/ear/pom.xml 2010-02-21 13:44:31 UTC (rev 5915)
@@ -5,11 +5,12 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
<artifactId>weld-jsf-pastecode-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
<artifactId>weld-jsf-pastecode-ear</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>ear</packaging>
<name>Weld Examples: PasteCode (ear)</name>
Modified: examples/trunk/jsf/pastecode/ejb/pom.xml
===================================================================
--- examples/trunk/jsf/pastecode/ejb/pom.xml 2010-02-21 12:10:00 UTC (rev 5914)
+++ examples/trunk/jsf/pastecode/ejb/pom.xml 2010-02-21 13:44:31 UTC (rev 5915)
@@ -5,11 +5,12 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
<artifactId>weld-jsf-pastecode-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
<artifactId>weld-jsf-pastecode-ejb</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>ejb</packaging>
<name>Weld Examples: PasteCode (ejb)</name>
Modified: examples/trunk/jsf/pastecode/pom.xml
===================================================================
--- examples/trunk/jsf/pastecode/pom.xml 2010-02-21 12:10:00 UTC (rev 5914)
+++ examples/trunk/jsf/pastecode/pom.xml 2010-02-21 13:44:31 UTC (rev 5915)
@@ -4,11 +4,12 @@
<parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
<artifactId>weld-jsf-pastecode-parent</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Weld Examples: PasteCode (parent)</name>
Modified: examples/trunk/jsf/pastecode/war/pom.xml
===================================================================
--- examples/trunk/jsf/pastecode/war/pom.xml 2010-02-21 12:10:00 UTC (rev 5914)
+++ examples/trunk/jsf/pastecode/war/pom.xml 2010-02-21 13:44:31 UTC (rev 5915)
@@ -5,11 +5,12 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
<artifactId>weld-jsf-pastecode-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
<artifactId>weld-jsf-pastecode-war</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Weld Examples: PasteCode (war)</name>
More information about the weld-commits
mailing list