Skip to content

Commit 5962c83

Browse files
committed
[maven-release-plugin] prepare release crypto-java-1.8.0
1 parent ebf763e commit 5962c83

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2121
2222
-->
23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23+
<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">
2524
<modelVersion>4.0.0</modelVersion>
2625

2726
<parent>
@@ -33,7 +32,7 @@
3332

3433
<groupId>org.expath.crypto</groupId>
3534
<artifactId>crypto-java</artifactId>
36-
<version>1.8.0-SNAPSHOT</version>
35+
<version>1.8.0</version>
3736
<packaging>jar</packaging>
3837

3938
<name>EXPath Cryptographic Module</name>
@@ -43,7 +42,7 @@
4342
<connection>scm:git:https://github.com/expath/crypto-java.git</connection>
4443
<developerConnection>scm:git:https://github.com/expath/crypto-java.git</developerConnection>
4544
<url>scm:git:https://github.com/expath/crypto-java.git</url>
46-
<tag>HEAD</tag>
45+
<tag>crypto-java-1.8.0</tag>
4746
</scm>
4847

4948
<url>https://github.com/expath/crypto-java</url>

0 commit comments

Comments
 (0)