Skip to content

Commit 393cb38

Browse files
author
Stefan Wold
committed
[maven-release-plugin] prepare release 1.0
1 parent 8208a80 commit 393cb38

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321

2422
<groupId>org.unitedid</groupId>
2523
<artifactId>YubiHSM</artifactId>
26-
<version>1.0-SNAPSHOT</version>
24+
<version>1.0</version>
2725
<packaging>jar</packaging>
2826
<inceptionYear>2011</inceptionYear>
2927
<name>YubiHSM-java-api</name>
@@ -66,7 +64,8 @@
6664
<url>https://github.com/UnitedID/YubiHSM-java-api</url>
6765
<connection>scm:git:git@github.com:UnitedID/YubiHSM-java-api.git</connection>
6866
<developerConnection>scm:git:git@github.com:UnitedID/YubiHSM-java-api.git</developerConnection>
69-
</scm>
67+
<tag>1.0</tag>
68+
</scm>
7069

7170
<dependencies>
7271
<dependency>

0 commit comments

Comments
 (0)