|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
@ -33,7 +32,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
|
<version>4.0.0-SNAPSHOT</version>
|
|
|
|
|
<version>4.0.0</version>
|
|
|
|
|
<packaging>bundle</packaging>
|
|
|
|
|
|
|
|
|
|
<name>HikariCP</name>
|
|
|
|
@ -49,7 +48,7 @@
|
|
|
|
|
<connection>scm:git:git@github.com:brettwooldridge/HikariCP.git</connection>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:brettwooldridge/HikariCP.git</developerConnection>
|
|
|
|
|
<url>git@github.com:brettwooldridge/HikariCP.git</url>
|
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
|
<tag>HikariCP-4.0.0</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|