Skip to content

Commit 9f8e2a3

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7407a70 commit 9f8e2a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: gwasviewer-sample/pom.xml

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

99
<artifactId>gwasviewer-sample</artifactId>

Diff for: gwasviewer/pom.xml

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

99
<artifactId>gwasviewer</artifactId>

Diff for: pom.xml

+2-2
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.gwasviewer</groupId>
44
<artifactId>gwasviewer-parent</artifactId>
5-
<version>1.0.0</version>
5+
<version>1.0.1-SNAPSHOT</version>
66
<name>GWASViewer (Parent)</name>
77
<packaging>pom</packaging>
88
<description>A GWT based visualization for a Manhattan plots</description>
@@ -210,6 +210,6 @@
210210
<url>https://timeu@github.com/timeu/gwasviewer</url>
211211
<connection>scm:git:git@github.com:timeu/gwasviewer.git</connection>
212212
<developerConnection>scm:git:ssh://git@github.com/timeu/gwasviewer.git</developerConnection>
213-
<tag>v1.0.0</tag>
213+
<tag>HEAD</tag>
214214
</scm>
215215
</project>

0 commit comments

Comments
 (0)