We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc04e4f commit 4cb9b30Copy full SHA for 4cb9b30
pom.xml
@@ -49,7 +49,7 @@
49
50
<groupId>com.zaxxer</groupId>
51
<artifactId>HikariCP</artifactId>
52
- <version>6.3.1</version>
+ <version>6.3.2-SNAPSHOT</version>
53
<packaging>bundle</packaging>
54
55
<name>HikariCP</name>
@@ -65,7 +65,7 @@
65
<connection>scm:git:https://github.com/brettwooldridge/HikariCP.git</connection>
66
<developerConnection>scm:git:https://github.com/brettwooldridge/HikariCP.git</developerConnection>
67
<url>https://github.com/brettwooldridge/HikariCP</url>
68
- <tag>HikariCP-6.3.1</tag>
+ <tag>HEAD</tag>
69
</scm>
70
71
<issueManagement>
0 commit comments