Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmorel committed May 29, 2016
1 parent c87dfc8 commit 96571f2
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>com.github.nmorel.gwtjackson</groupId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/gwtp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>com.github.nmorel.gwtjackson</groupId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>com.github.nmorel.gwtjackson</groupId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>com.github.nmorel.gwtjackson</groupId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>gwt-jackson-parent</artifactId>
<groupId>com.github.nmorel.gwtjackson</groupId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/profiling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>com.github.nmorel.gwtjackson</groupId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/requestor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>com.github.nmorel.gwtjackson</groupId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions examples/restygwt/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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>examples</artifactId>
<groupId>com.github.nmorel.gwtjackson</groupId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.github.nmorel.gwtjackson</groupId>
<artifactId>gwt-jackson-extensions</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.github.nmorel.gwtjackson</groupId>
<artifactId>gwt-jackson-parent</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gwt-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>gwt-jackson-parent</artifactId>
<groupId>com.github.nmorel.gwtjackson</groupId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
</parent>

<artifactId>gwt-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.github.nmorel.gwtjackson</groupId>
<artifactId>gwt-jackson-parent</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 96571f2

Please sign in to comment.