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

Commit e2bc321

Browse files
committed
[maven-release-plugin] prepare release 1.0.0.Beta1
1 parent 5bad9ac commit e2bc321

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

auth-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.jboss.aerogear.unifiedpush</groupId>
2222
<artifactId>unifiedpush-parent</artifactId>
23-
<version>1.0.0.Beta1-SNAPSHOT</version>
23+
<version>1.0.0.Beta1</version>
2424
</parent>
2525

2626
<artifactId>unifiedpush-auth-server</artifactId>

jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.jboss.aerogear.unifiedpush</groupId>
2222
<artifactId>unifiedpush-parent</artifactId>
23-
<version>1.0.0.Beta1-SNAPSHOT</version>
23+
<version>1.0.0.Beta1</version>
2424
</parent>
2525

2626
<artifactId>unifiedpush-jaxrs</artifactId>

model/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.jboss.aerogear.unifiedpush</groupId>
2222
<artifactId>unifiedpush-model-parent</artifactId>
23-
<version>1.0.0.Beta1-SNAPSHOT</version>
23+
<version>1.0.0.Beta1</version>
2424
</parent>
2525

2626
<artifactId>unifiedpush-model-api</artifactId>

model/jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.jboss.aerogear.unifiedpush</groupId>
2222
<artifactId>unifiedpush-model-parent</artifactId>
23-
<version>1.0.0.Beta1-SNAPSHOT</version>
23+
<version>1.0.0.Beta1</version>
2424
</parent>
2525

2626
<artifactId>unifiedpush-model-jpa</artifactId>

model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.jboss.aerogear.unifiedpush</groupId>
2222
<artifactId>unifiedpush-parent</artifactId>
23-
<version>1.0.0.Beta1-SNAPSHOT</version>
23+
<version>1.0.0.Beta1</version>
2424
</parent>
2525

2626
<artifactId>unifiedpush-model-parent</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>org.jboss.aerogear.unifiedpush</groupId>
2727
<artifactId>unifiedpush-parent</artifactId>
28-
<version>1.0.0.Beta1-SNAPSHOT</version>
28+
<version>1.0.0.Beta1</version>
2929
<packaging>pom</packaging>
3030

3131
<name>AeroGear UnifiedPush Server</name>
@@ -35,7 +35,7 @@
3535
<connection>scm:git:git://github.com/aerogear/aerogear-unifiedpush-server.git</connection>
3636
<developerConnection>scm:git:git@github.com:aerogear/aerogear-unifiedpush-server.git</developerConnection>
3737
<url>https://github.com/aerogear/aerogear-unifiedpush-server</url>
38-
<tag>HEAD</tag>
38+
<tag>1.0.0.Beta1</tag>
3939
</scm>
4040

4141
<issueManagement>

push/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.jboss.aerogear.unifiedpush</groupId>
2222
<artifactId>unifiedpush-parent</artifactId>
23-
<version>1.0.0.Beta1-SNAPSHOT</version>
23+
<version>1.0.0.Beta1</version>
2424
</parent>
2525

2626
<artifactId>unifiedpush-push</artifactId>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.jboss.aerogear.unifiedpush</groupId>
2222
<artifactId>unifiedpush-parent</artifactId>
23-
<version>1.0.0.Beta1-SNAPSHOT</version>
23+
<version>1.0.0.Beta1</version>
2424
</parent>
2525

2626
<artifactId>unifiedpush-server</artifactId>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.jboss.aerogear.unifiedpush</groupId>
2222
<artifactId>unifiedpush-parent</artifactId>
23-
<version>1.0.0.Beta1-SNAPSHOT</version>
23+
<version>1.0.0.Beta1</version>
2424
</parent>
2525

2626
<artifactId>unifiedpush-service</artifactId>

0 commit comments

Comments
 (0)