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 db40361 commit e65bd33Copy full SHA for e65bd33
pom.xml
@@ -54,7 +54,7 @@
54
55
<groupId>com.zaxxer</groupId>
56
<artifactId>HikariCP</artifactId>
57
- <version>6.3.1</version>
+ <version>6.3.2-SNAPSHOT</version>
58
<packaging>bundle</packaging>
59
60
<name>HikariCP</name>
@@ -70,7 +70,7 @@
70
<connection>scm:git:https://github.com/brettwooldridge/HikariCP.git</connection>
71
<developerConnection>scm:git:https://github.com/brettwooldridge/HikariCP.git</developerConnection>
72
<url>https://github.com/brettwooldridge/HikariCP</url>
73
- <tag>HikariCP-6.3.1</tag>
+ <tag>HEAD</tag>
74
</scm>
75
76
<distributionManagement>
0 commit comments