Skip to content

Commit f39360c

Browse files
committed
[maven-release-plugin] prepare release 0.14.1
1 parent 4ba7f99 commit f39360c

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
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.14.1-SNAPSHOT</version>
22+
<version>0.14.1</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.14.1-SNAPSHOT</version>
6+
<version>0.14.1</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.14.1-SNAPSHOT</version>
6+
<version>0.14.1</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.14.1-SNAPSHOT</version>
22+
<version>0.14.1</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.14.1-SNAPSHOT</version>
22+
<version>0.14.1</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.14.1-SNAPSHOT</version>
6+
<version>0.14.1</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.14.1-SNAPSHOT</version>
6+
<version>0.14.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/restygwt/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.14.1-SNAPSHOT</version>
6+
<version>0.14.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.14.1-SNAPSHOT</version>
22+
<version>0.14.1</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.14.1-SNAPSHOT</version>
22+
<version>0.14.1</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.14.1-SNAPSHOT</version>
24+
<version>0.14.1</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.14.1-SNAPSHOT</version>
29+
<version>0.14.1</version>
3030
<packaging>pom</packaging>
3131

3232
<modules>

0 commit comments

Comments
 (0)