Skip to content

Commit 399ed33

Browse files
authored
Release 1.2.0 (#20)
1 parent fceab16 commit 399ed33

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

gwt-beans-codegen-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>nl.aerius</groupId>
99
<artifactId>gwt-beans-codegen</artifactId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.2.0</version>
1111
</parent>
1212

1313
<artifactId>gwt-beans-codegen-core</artifactId>

gwt-beans-codegen-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>nl.aerius</groupId>
2727
<artifactId>gwt-beans-codegen</artifactId>
28-
<version>1.2.0-SNAPSHOT</version>
28+
<version>1.2.0</version>
2929
</parent>
3030

3131
<artifactId>gwt-beans-codegen-maven-plugin</artifactId>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>nl.aerius</groupId>
4747
<artifactId>gwt-beans-codegen-core</artifactId>
48-
<version>1.2.0-SNAPSHOT</version>
48+
<version>1.2.0</version>
4949
</dependency>
5050

5151
<!-- Maven plugin dependencies -->

gwt-beans-codegen-test-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>nl.aerius</groupId>
99
<artifactId>gwt-beans-codegen</artifactId>
10-
<version>1.2.0-SNAPSHOT</version>
10+
<version>1.2.0</version>
1111
</parent>
1212

1313
<artifactId>gwt-beans-codegen-test-json</artifactId>

pom.xml

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

3232
<groupId>nl.aerius</groupId>
3333
<artifactId>gwt-beans-codegen</artifactId>
34-
<version>1.2.0-SNAPSHOT</version>
34+
<version>1.2.0</version>
3535
<packaging>pom</packaging>
3636

3737
<name>GWT Bean Parser Generator</name>

0 commit comments

Comments
 (0)