Skip to content

Commit 2fb9518

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 02f7ac5 commit 2fb9518

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ldviewer-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.ldviewer</groupId>
55
<artifactId>ldviewer-parent</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>ldviewer-sample</artifactId>

ldviewer/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.ldviewer</groupId>
55
<artifactId>ldviewer-parent</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>ldviewer</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.timeu.gwt-libs.ldviewer</groupId>
55
<artifactId>ldviewer-parent</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
<name>LDViewer (Parent)</name>
88
<description>A GWT based visualization for LD</description>
99
<packaging>pom</packaging>
@@ -195,6 +195,6 @@
195195
<url>https://timeu@github.com/timeu/ldviewer</url>
196196
<connection>scm:git:https://timeu@github.com/timeu/ldviewer.git</connection>
197197
<developerConnection>scm:git:ssh://git@github.com/timeu/ldviewer.git</developerConnection>
198-
<tag>v1.0.0</tag>
198+
<tag>HEAD</tag>
199199
</scm>
200200
</project>

0 commit comments

Comments
 (0)