[weld-commits] Weld SVN: r6165 - in examples/trunk/jsf/pastecode: ear and 2 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Apr 27 04:34:27 EDT 2010


Author: mgencur at redhat.com
Date: 2010-04-27 04:34:27 -0400 (Tue, 27 Apr 2010)
New Revision: 6165

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:
versions updated to 1.0.2-SNAPSHOT

Modified: examples/trunk/jsf/pastecode/ear/pom.xml
===================================================================
--- examples/trunk/jsf/pastecode/ear/pom.xml	2010-04-26 22:49:56 UTC (rev 6164)
+++ examples/trunk/jsf/pastecode/ear/pom.xml	2010-04-27 08:34:27 UTC (rev 6165)
@@ -5,12 +5,11 @@
    <parent>
       <groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
       <artifactId>weld-jsf-pastecode-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.2-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-04-26 22:49:56 UTC (rev 6164)
+++ examples/trunk/jsf/pastecode/ejb/pom.xml	2010-04-27 08:34:27 UTC (rev 6165)
@@ -5,12 +5,11 @@
    <parent>
       <groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
       <artifactId>weld-jsf-pastecode-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.2-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-04-26 22:49:56 UTC (rev 6164)
+++ examples/trunk/jsf/pastecode/pom.xml	2010-04-27 08:34:27 UTC (rev 6165)
@@ -4,12 +4,11 @@
    <parent>
       <groupId>org.jboss.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.2-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-04-26 22:49:56 UTC (rev 6164)
+++ examples/trunk/jsf/pastecode/war/pom.xml	2010-04-27 08:34:27 UTC (rev 6165)
@@ -5,12 +5,11 @@
    <parent>
       <groupId>org.jboss.weld.examples.jsf.pastecode</groupId>
       <artifactId>weld-jsf-pastecode-parent</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.2-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