Skip to content

Commit bd4e16c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a2c13b7 commit bd4e16c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>at.gmi.nordborglab.widgets</groupId>
44
<artifactId>geneviewer</artifactId>
5-
<version>0.4.9</version>
5+
<version>0.4.10-SNAPSHOT</version>
66
<name>GeneViewer</name>
77

88
<parent>
@@ -41,12 +41,12 @@
4141
<dependency>
4242
<groupId>org.danvk</groupId>
4343
<artifactId>dygraphs-gwt</artifactId>
44-
<version>0.7.6</version>
44+
<version>0.7.7-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>at.gmi.nordborglab</groupId>
4848
<artifactId>processingjs</artifactId>
49-
<version>0.6.2</version>
49+
<version>0.6.3-SNAPSHOT</version>
5050
</dependency>
5151
</dependencies>
5252

@@ -80,6 +80,6 @@
8080
<url>https://timeu@github.com/timeu</url>
8181
<connection>scm:git:https://timeu@github.com/timeu/GeneViewer.git</connection>
8282
<developerConnection>scm:git:https://timeu@github.com/timeu/GeneViewer.git</developerConnection>
83-
<tag>geneviewer-0.4.9</tag>
83+
<tag>HEAD</tag>
8484
</scm>
8585
</project>

0 commit comments

Comments
 (0)