We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8637976 commit b38cb49Copy full SHA for b38cb49
java/pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>io.github.toolfactory</groupId>
31
<artifactId>jvm-driver</artifactId>
32
- <version>9.4.3</version>
+ <version>9.4.4-SNAPSHOT</version>
33
34
<packaging>jar</packaging>
35
@@ -128,7 +128,7 @@
128
<connection>scm:git:${repository.url}</connection>
129
<developerConnection>scm:git:${repository.url}</developerConnection>
130
<url>https://github.com/toolfactory/jvm-driver</url>
131
- <tag>jvm-driver-9.4.3</tag>
+ <tag>HEAD</tag>
132
</scm>
133
134
<dependencies>
0 commit comments