Skip to content

Commit

Permalink
Update versions of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfinnigan committed Jun 27, 2013
1 parent 4c2d1ff commit 0956c23
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion archetypes/jsf2-basic/pom.xml
Expand Up @@ -3,7 +3,7 @@

<parent>
<groupId>org.jboss.portletbridge</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>archetypes</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portletbridge</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>portletbridge-parent</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/richfaces-simpleapp/pom.xml
Expand Up @@ -3,7 +3,7 @@

<parent>
<groupId>org.jboss.portletbridge</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>archetypes</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-resources/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-parent</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portletbridge</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>portletbridge-parent</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/portletbridge-api/pom.xml
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portletbridge</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>core</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/portletbridge-impl/pom.xml
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portletbridge</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>core</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion depchain/jsf2/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-parent</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion depchain/richfaces4/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-parent</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/cdi-portlet/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>examples</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/deltaspike-portlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>examples</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf2portlet/pom.xml
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portletbridge</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>examples</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portletbridge</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>portletbridge-parent</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/richfaces-showcase/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>examples</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/richfaces-simple/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>examples</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extension/richfaces/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-parent</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-parent</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF2 Portlet Bridge for a portlet environment, parent pom</name>

Expand Down
2 changes: 1 addition & 1 deletion testsuites/common/pom.xml
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portletbridge.integration</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>testsuites-parent</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion testsuites/jsf2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.portletbridge.integration</groupId>
<artifactId>testsuites-parent</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
</parent>
<artifactId>jsf2-testsuite</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion testsuites/pom.xml
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portletbridge</groupId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
<artifactId>portletbridge-parent</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion testsuites/richfaces4/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.portletbridge.integration</groupId>
<artifactId>testsuites-parent</artifactId>
<version>3.2.1.Final-SNAPSHOT</version>
<version>3.3.0.Final-SNAPSHOT</version>
</parent>
<artifactId>richfaces4-testsuite</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 0956c23

Please sign in to comment.