Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gwtp-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
meriouma committed Jan 17, 2017
1 parent 51ba6fe commit a58e1bc
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-clients-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-clients-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-crawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-crawler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-common-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-common-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-common-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-common-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-rest-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-rest-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-rpc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-rpc-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-rpc-server-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-rpc-server-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-rpc-server-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-rpc-server-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-rpc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-rpc-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-rpc-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-rpc-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-dispatch-rpc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-dispatch-rpc-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-mvp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-mvp-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-mvp-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-mvp-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-processors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/gwtp-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-tester</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwtp-crawler-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gwtplatform</groupId>
<artifactId>gwtp</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>gwtp-crawler-service</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.gwtplatform</groupId>
<artifactId>gwtp</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
<packaging>pom</packaging>
<name>GWT-Platform</name>
<inceptionYear>2010</inceptionYear>
Expand Down Expand Up @@ -188,7 +188,7 @@
<connection>scm:git:[email protected]:ArcBees/GWTP.git</connection>
<developerConnection>scm:git:[email protected]:ArcBees/GWTP.git</developerConnection>
<url>https://github.com/ArcBees/GWTP</url>
<tag>HEAD</tag>
<tag>gwtp-1.6</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit a58e1bc

Please sign in to comment.