Skip to content

Commit

Permalink
use SP1 of API, update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Feb 4, 2010
1 parent 2881e22 commit 30331ba
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion jsf/login/pom.xml
Expand Up @@ -6,7 +6,7 @@
<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>

Expand Down
2 changes: 1 addition & 1 deletion jsf/numberguess/pom.xml
Expand Up @@ -6,7 +6,7 @@
<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>

Expand Down
2 changes: 1 addition & 1 deletion jsf/permalink/pom.xml
Expand Up @@ -6,7 +6,7 @@
<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>

Expand Down
2 changes: 1 addition & 1 deletion jsf/translator/ear/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jsf/translator/ejb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jsf/translator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<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.translator</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jsf/translator/war/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.weld.examples.jsf.translator</groupId>
<artifactId>weld-jsf-translator-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<groupId>org.jboss.weld.examples.jsf.translator</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
<version>6</version>
<version>9</version>
</parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<name>Weld Examples</name>

<description>
Expand Down Expand Up @@ -88,7 +88,7 @@

<properties>
<jsf.version>2.0.0-RC</jsf.version>
<weld.api.version>1.0</weld.api.version>
<weld.api.version>1.0-SP1</weld.api.version>
<weld.wicket.version>1.0.1-SNAPSHOT</weld.wicket.version>
<weld.se.version>1.0.1-SNAPSHOT</weld.se.version>
<weld.servlet.version>1.0.1-SNAPSHOT</weld.servlet.version>
Expand Down
2 changes: 1 addition & 1 deletion se/hello-world/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion se/numberguess/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weld-examples-parent</artifactId>
<groupId>org.jboss.weld.examples</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion wicket/numberguess/pom.xml
Expand Up @@ -5,7 +5,7 @@
<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>

Expand Down

0 comments on commit 30331ba

Please sign in to comment.