Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jan 21, 2016
1 parent 8208a80 commit 393cb38
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
Expand Up @@ -16,14 +16,12 @@
~
-->

<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>org.unitedid</groupId>
<artifactId>YubiHSM</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>
<inceptionYear>2011</inceptionYear>
<name>YubiHSM-java-api</name>
Expand Down Expand Up @@ -66,7 +64,8 @@
<url>https://github.com/UnitedID/YubiHSM-java-api</url>
<connection>scm:git:[email protected]:UnitedID/YubiHSM-java-api.git</connection>
<developerConnection>scm:git:[email protected]:UnitedID/YubiHSM-java-api.git</developerConnection>
</scm>
<tag>1.0</tag>
</scm>

<dependencies>
<dependency>
Expand Down

0 comments on commit 393cb38

Please sign in to comment.