|
|
|
@ -1,11 +1,10 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<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/maven-v4_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/maven-v4_0_0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
|
<artifactId>HikariCP-parent</artifactId>
|
|
|
|
|
<version>2.2.0-SNAPSHOT</version>
|
|
|
|
|
<version>2.2.0</version>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<name>HikariCP-parent</name>
|
|
|
|
@ -21,7 +20,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-2.2.0</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|