We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f31d23 commit 91aac04Copy full SHA for 91aac04
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.hdf5javalib</groupId>
5
<artifactId>hdf5javalib</artifactId>
6
- <version>0.3.0</version>
+ <version>0.3.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
9
<name>HDF5JavaLib</name>
@@ -30,7 +30,7 @@
30
<connection>scm:git:git://github.com/karlnicholas/hdf5javalib.git</connection>
31
<developerConnection>scm:git:ssh://git@github.com/karlnicholas/hdf5javalib.git</developerConnection>
32
<url>https://github.com/karlnicholas/hdf5javalib</url>
33
- <tag>hdf5javalib-0.3.0</tag>
+ <tag>HEAD</tag>
34
</scm>
35
36
<issueManagement>
0 commit comments