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.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew committed Dec 1, 2014
1 parent c085ecc commit c902761
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion admin-ui/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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</version>
</parent>

<artifactId>unifiedpush-server-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</version>
</parent>

<artifactId>unifiedpush-dist</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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</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.1.0-alpha.1</tag>
</scm>

<issueManagement>
Expand Down
5 changes: 2 additions & 3 deletions push/model/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-push-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</version>
</parent>

<artifactId>unifiedpush-push-model</artifactId>
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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</version>
</parent>

<artifactId>unifiedpush-push-parent</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions push/sender/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-push-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</version>
</parent>

<artifactId>unifiedpush-push-sender</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion servers/auth-server/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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion servers/ups-as7/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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion servers/ups-wildfly/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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</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.1.0-SNAPSHOT</version>
<version>1.1.0-alpha.1</version>
</parent>

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

0 comments on commit c902761

Please sign in to comment.