Skip to content

Commit

Permalink
versions updated to 1.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Apr 27, 2010
1 parent 67cfd4d commit 6ab8ed2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions jsf/pastecode/ear/pom.xml
Expand Up @@ -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>

Expand Down
3 changes: 1 addition & 2 deletions jsf/pastecode/ejb/pom.xml
Expand Up @@ -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>

Expand Down
3 changes: 1 addition & 2 deletions jsf/pastecode/pom.xml
Expand Up @@ -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>

Expand Down
3 changes: 1 addition & 2 deletions jsf/pastecode/war/pom.xml
Expand Up @@ -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>

Expand Down

0 comments on commit 6ab8ed2

Please sign in to comment.