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

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew committed Aug 8, 2014
1 parent 22d314a commit 7758691
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 26 deletions.
5 changes: 2 additions & 3 deletions admin-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>unifiedpush-dependencies-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/server-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-dependencies-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>unifiedpush-server-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>unifiedpush-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-model-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>unifiedpush-model-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-model-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>unifiedpush-model-jpa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>unifiedpush-model-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<packaging>pom</packaging>

<name>AeroGear UnifiedPush Server</name>
Expand All @@ -35,7 +35,7 @@
<connection>scm:git:git://github.com/aerogear/aerogear-unifiedpush-server.git</connection>
<developerConnection>scm:git:git@github.com:aerogear/aerogear-unifiedpush-server.git</developerConnection>
<url>https://github.com/aerogear/aerogear-unifiedpush-server</url>
<tag>HEAD</tag>
<tag>1.0.0.Beta2</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion push/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>unifiedpush-push</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions servers/auth-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions servers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>UnifiedPush Servers Parent</name>
<description/>
<description />
<modelVersion>4.0.0</modelVersion>
<artifactId>unifiedpush-servers</artifactId>
<packaging>pom</packaging>
Expand Down
5 changes: 2 additions & 3 deletions servers/ups-as7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions servers/ups-wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.aerogear.unifiedpush</groupId>
<artifactId>unifiedpush-parent</artifactId>
<version>1.0.0.Beta2-SNAPSHOT</version>
<version>1.0.0.Beta2</version>
</parent>

<artifactId>unifiedpush-service</artifactId>
Expand Down

0 comments on commit 7758691

Please sign in to comment.