Skip to content

Commit 542ca12

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0ba67df commit 542ca12

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.timeu.gwt-libs.processingjs-gwt</groupId>
44
<artifactId>processingjs-gwt-parent</artifactId>
5-
<version>1.0.0</version>
5+
<version>1.0.1-SNAPSHOT</version>
66
<name>Processingjs-GWT (Parent)</name>
77
<description>A GWT wrapper for the Processing library</description>
88
<packaging>pom</packaging>
@@ -58,7 +58,7 @@
5858
<url>https://timeu@github.com/timeu/processing-js-gwt</url>
5959
<connection>scm:git:https://timeu@github.com/timeu/processing-js-gwt.git</connection>
6060
<developerConnection>scm:git:ssh://git@github.com/timeu/processing-js-gwt.git</developerConnection>
61-
<tag>v1.0.0</tag>
61+
<tag>HEAD</tag>
6262
</scm>
6363

6464
<dependencyManagement>

processingjs-gwt-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.timeu.gwt-libs.processingjs-gwt</groupId>
55
<artifactId>processingjs-gwt-parent</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>processingjs-gwt-sample</artifactId>

processingjs-gwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.timeu.gwt-libs.processingjs-gwt</groupId>
55
<artifactId>processingjs-gwt-parent</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>processingjs-gwt</artifactId>

0 commit comments

Comments
 (0)