Skip to content

Commit 70fb251

Browse files
committed
[maven-release-plugin] prepare release v0.5
1 parent c0008b5 commit 70fb251

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<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">
64

75
<modelVersion>4.0.0</modelVersion>
86
<groupId>info.debatty</groupId>
97
<artifactId>java-string-similarity</artifactId>
10-
<version>0.5-SNAPSHOT</version>
8+
<version>0.5</version>
119
<packaging>jar</packaging>
1210

1311
<name>${project.artifactId}</name>
@@ -36,7 +34,8 @@
3634
<connection>scm:git:[email protected]:tdebatty/java-string-similarity.git</connection>
3735
<developerConnection>scm:git:[email protected]:tdebatty/java-string-similarity.git</developerConnection>
3836
<url>[email protected]:tdebatty/java-string-similarity.git</url>
39-
</scm>
37+
<tag>v0.5</tag>
38+
</scm>
4039

4140
<distributionManagement>
4241
<snapshotRepository>

0 commit comments

Comments
 (0)