Skip to content

Commit c2b0de1

Browse files
committed
[maven-release-plugin] prepare release autolink-0.1.0
1 parent 6119c59 commit c2b0de1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.nibor.autolink</groupId>
86
<artifactId>autolink</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
108

119
<name>autolink-java</name>
1210
<description>
@@ -159,6 +157,7 @@
159157
<connection>scm:git:git@github.com:robinst/autolink-java.git</connection>
160158
<developerConnection>scm:git:git@github.com:robinst/autolink-java.git</developerConnection>
161159
<url>https://github.com/robinst/autolink-java</url>
162-
</scm>
160+
<tag>autolink-0.1.0</tag>
161+
</scm>
163162

164163
</project>

0 commit comments

Comments
 (0)