Skip to content

Commit 2bc0b05

Browse files
committed
[maven-release-plugin] prepare release zulip-java-rest-0.0.2
1 parent cf34a0c commit 2bc0b05

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42

53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.taliox</groupId>
86
<artifactId>zulip-java-rest</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.2</version>
108
<inceptionYear>2019</inceptionYear>
119

1210
<parent>
@@ -172,7 +170,7 @@
172170
<url>https://github.com/taliox/zulip-java-rest</url>
173171
<connection>scm:git:git://github.com/taliox/zulip-java-rest.git</connection>
174172
<developerConnection>scm:git:git@github.com:taliox/taliox.git</developerConnection>
175-
<tag>HEAD</tag>
173+
<tag>zulip-java-rest-0.0.2</tag>
176174
</scm>
177175

178176
<licenses>

0 commit comments

Comments
 (0)