Skip to content

Commit

Permalink
[maven-release-plugin] prepare release HikariCP-3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Apr 25, 2020
1 parent 87ae31e commit 56a158e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>3.4.3-SNAPSHOT</version>
<version>3.4.3</version>
<packaging>bundle</packaging>

<name>HikariCP</name>
Expand All @@ -46,7 +46,7 @@
<connection>scm:git:[email protected]:brettwooldridge/HikariCP.git</connection>
<developerConnection>scm:git:[email protected]:brettwooldridge/HikariCP.git</developerConnection>
<url>[email protected]:brettwooldridge/HikariCP.git</url>
<tag>HEAD</tag>
<tag>HikariCP-3.4.3</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -277,6 +277,7 @@
<alias>db</alias>
<name>postgres:11</name>
<run>
<env><POSTGRES_PASSWORD>password</POSTGRES_PASSWORD></env>
<wait>
<log>database system is ready to accept connections</log>
<time>20000</time>
Expand Down

0 comments on commit 56a158e

Please sign in to comment.