Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 2.2.0.Beta05
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Sep 26, 2012
1 parent a88ae02 commit b775133
Show file tree
Hide file tree
Showing 20 changed files with 220 additions and 229 deletions.
5 changes: 2 additions & 3 deletions admin-gui/pom.xml
Expand Up @@ -21,12 +21,11 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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">
<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.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion consumer/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cxf-integration/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>

<artifactId>wsrp-cxf-integration</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions examples/policy/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>wsrp-examples</artifactId>
<groupId>org.gatein.wsrp</groupId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions examples/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hibernate-impl/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>

<groupId>org.gatein.wsrp</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jcr-impl/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Expand Up @@ -21,8 +21,7 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -37,7 +36,7 @@

<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>

<packaging>pom</packaging>

Expand Down
5 changes: 2 additions & 3 deletions producer/pom.xml
Expand Up @@ -21,12 +21,11 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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">
<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.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ws-security/jboss5/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss-jboss5</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions ws-security/jboss7/pom.xml
Expand Up @@ -21,12 +21,11 @@
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->

<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">
<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.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss-jboss7</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ws-security/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>

<artifactId>wsrp-wss-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-jb5wss</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ws-security/wss/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
<version>2.2.0-Beta05-SNAPSHOT</version>
<version>2.2.0.Beta05</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss</artifactId>
Expand Down

0 comments on commit b775133

Please sign in to comment.