Skip to content

Commit 71a61c8

Browse files
authored
Set version to 1.0.2-SNAPSHOT (#8)
1 parent 5026b9d commit 71a61c8

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.0.1</version>
10+
<version>1.0.2-SNAPSHOT</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.0.1</version>
28+
<version>1.0.2-SNAPSHOT</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.0.1</version>
48+
<version>1.0.2-SNAPSHOT</version>
4949
</dependency>
5050

5151
<!-- Maven plugin dependencies -->

json-utils/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.0.1</version>
10+
<version>1.0.2-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>json-utils</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.0.1</version>
34+
<version>1.0.2-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636

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

0 commit comments

Comments
 (0)