1 parent 4bd7565 commit 863ae78Copy full SHA for 863ae78
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.github.spannm</groupId>
12
<artifactId>jackcess</artifactId>
13
- <version>5.1.6</version>
+ <version>5.1.7-SNAPSHOT</version>
14
<packaging>jar</packaging>
15
16
<name>Jackcess</name>
@@ -60,7 +60,7 @@
60
<connection>scm:git:ssh://git@github.com/${developerId}/${project.artifactId}.git</connection>
61
<developerConnection>scm:git:ssh://git@github.com/${developerId}/${project.artifactId}.git</developerConnection>
62
<url>https://github.com/${developerId}/${project.artifactId}/tree/master</url>
63
- <tag>jackcess-5.1.6</tag>
+ <tag>HEAD</tag>
64
</scm>
65
66
<issueManagement>
0 commit comments