Skip to content

Commit 96571f2

Browse files
committed
[maven-release-plugin] prepare release 0.13.0
1 parent c87dfc8 commit 96571f2

File tree

12 files changed

+13
-14
lines changed

12 files changed

+13
-14
lines changed

examples/benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>examples</artifactId>
2121
<groupId>com.github.nmorel.gwtjackson</groupId>
22-
<version>0.13.0-SNAPSHOT</version>
22+
<version>0.13.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

examples/gwtp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.github.nmorel.gwtjackson</groupId>
6-
<version>0.13.0-SNAPSHOT</version>
6+
<version>0.13.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/hello/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.github.nmorel.gwtjackson</groupId>
6-
<version>0.13.0-SNAPSHOT</version>
6+
<version>0.13.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/minimal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>examples</artifactId>
2121
<groupId>com.github.nmorel.gwtjackson</groupId>
22-
<version>0.13.0-SNAPSHOT</version>
22+
<version>0.13.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>gwt-jackson-parent</artifactId>
2121
<groupId>com.github.nmorel.gwtjackson</groupId>
22-
<version>0.13.0-SNAPSHOT</version>
22+
<version>0.13.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

examples/profiling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.github.nmorel.gwtjackson</groupId>
6-
<version>0.13.0-SNAPSHOT</version>
6+
<version>0.13.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/requestor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>examples</artifactId>
55
<groupId>com.github.nmorel.gwtjackson</groupId>
6-
<version>0.13.0-SNAPSHOT</version>
6+
<version>0.13.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/restygwt/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<parent>
54
<artifactId>examples</artifactId>
65
<groupId>com.github.nmorel.gwtjackson</groupId>
7-
<version>0.13.0-SNAPSHOT</version>
6+
<version>0.13.0</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

extensions/guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.github.nmorel.gwtjackson</groupId>
2121
<artifactId>gwt-jackson-extensions</artifactId>
22-
<version>0.13.0-SNAPSHOT</version>
22+
<version>0.13.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.github.nmorel.gwtjackson</groupId>
2121
<artifactId>gwt-jackson-parent</artifactId>
22-
<version>0.13.0-SNAPSHOT</version>
22+
<version>0.13.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

gwt-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gwt-jackson-parent</artifactId>
2323
<groupId>com.github.nmorel.gwtjackson</groupId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.13.0</version>
2525
</parent>
2626

2727
<artifactId>gwt-jackson</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>com.github.nmorel.gwtjackson</groupId>
2828
<artifactId>gwt-jackson-parent</artifactId>
29-
<version>0.13.0-SNAPSHOT</version>
29+
<version>0.13.0</version>
3030
<packaging>pom</packaging>
3131

3232
<modules>

0 commit comments

Comments
 (0)