Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.3.4.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Jul 16, 2015
1 parent 05fab0a commit a446df8
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 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.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<artifactId>portletbridge-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
</parent>
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.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<artifactId>portletbridge-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions build-resources/pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-build-resources</artifactId>
<version>3.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<name>Portlet Bridge Build Resources</name>

<description>Resources that are necessary for building Portlet Bridge (used by plugins, tests, etc)</description>
Expand Down Expand Up @@ -38,7 +38,7 @@
<connection>scm:git:git://github.com/portletbridge/portletbridge.git</connection>
<developerConnection>scm:git:git@github.com:portletbridge/portletbridge.git</developerConnection>
<url>https://github.com/portletbridge/portletbridge</url>
<tag>HEAD</tag>
<tag>3.3.4.Final</tag>
</scm>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/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.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<artifactId>portletbridge-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion core/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.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<artifactId>portletbridge-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
</parent>
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.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</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.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</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>portletbridge-parent</artifactId>
<version>3.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</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>portletbridge-parent</artifactId>
<version>3.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<artifactId>portletbridge-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
</parent>
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>portletbridge-parent</artifactId>
<version>3.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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>portletbridge-parent</artifactId>
<version>3.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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.3.4.Final-SNAPSHOT</version>
<version>3.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

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

Expand Down Expand Up @@ -98,7 +98,7 @@
<connection>scm:git:git://github.com/portletbridge/portletbridge.git</connection>
<developerConnection>scm:git:git@github.com:portletbridge/portletbridge.git</developerConnection>
<url>https://github.com/portletbridge/portletbridge</url>
<tag>HEAD</tag>
<tag>3.3.4.Final</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit a446df8

Please sign in to comment.