Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-keller committed May 26, 2016
1 parent d7c0fae commit 9395f25
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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/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>

<groupId>com.qwazr</groupId>
<name>JDBC Cache Driver</name>
<artifactId>jdbc-cache-driver</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<url>https://github.com/qwazr/jdbc-cache-driver</url>
Expand Down Expand Up @@ -40,7 +38,8 @@
<connection>scm:git:git@github.com:qwazr/jdbc-cache-driver.git</connection>
<developerConnection>scm:git:git@github.com:qwazr/jdbc-cache-driver.git</developerConnection>
<url>git@github.com:qwazr/jdbc-cache-driver.git</url>
</scm>
<tag>v1.0</tag>
</scm>
<issueManagement>
<url>https://github.com/qwazr/jdbc-cache-driver/lissues</url>
</issueManagement>
Expand Down

0 comments on commit 9395f25

Please sign in to comment.