Skip to content

Commit cf34a0c

Browse files
committed
set version back to SNAPSHOT
1 parent 236abb6 commit cf34a0c

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<groupId>io.taliox</groupId>
88
<artifactId>zulip-java-rest</artifactId>
9-
<version>0.0.2</version>
10-
<inceptionYear>2016</inceptionYear>
9+
<version>0.0.1-SNAPSHOT</version>
10+
<inceptionYear>2019</inceptionYear>
1111

1212
<parent>
1313
<groupId>org.sonatype.oss</groupId>
@@ -172,7 +172,7 @@
172172
<url>https://github.com/taliox/zulip-java-rest</url>
173173
<connection>scm:git:git://github.com/taliox/zulip-java-rest.git</connection>
174174
<developerConnection>scm:git:git@github.com:taliox/taliox.git</developerConnection>
175-
<tag>0.0.02</tag>
175+
<tag>HEAD</tag>
176176
</scm>
177177

178178
<licenses>

release.properties

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
#release configuration
2-
#Fri Apr 26 12:32:02 CEST 2019
2+
#Fri Apr 26 12:53:12 CEST 2019
33
projectVersionPolicyId=default
4+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
5+
exec.additionalArguments=-Dgpg.passphrase\=taliox.io\!
46
remoteTagging=true
5-
project.scm.io.taliox\:zulip-java-rest.connection=scm\:git\:git\://github.com/taliox/zulip-java-rest.git
67
scm.commentPrefix=[maven-release-plugin]
7-
completedPhase=generate-release-poms
8-
scm.url=scm\:git\:git@github.com\:taliox/taliox.git
9-
project.scm.io.taliox\:zulip-java-rest.url=https\://github.com/taliox/zulip-java-rest
10-
exec.additionalArguments=-Dgpg.passphrase\=taliox.io\!
11-
scm.tagNameFormat=@{project.artifactId}-@{project.version}
128
pushChanges=false
13-
project.rel.io.taliox\:zulip-java-rest=0.0.2
14-
project.scm.io.taliox\:zulip-java-rest.developerConnection=scm\:git\:git@github.com\:taliox/taliox.git
15-
project.dev.io.taliox\:zulip-java-rest=0.0.3-SNAPSHOT
16-
scm.tag=0.0.02
17-
project.scm.io.taliox\:zulip-java-rest.tag=zulip-java-rest-0.0.1
9+
completedPhase=check-poms
10+
scm.url=scm\:git\:git@github.com\:taliox/taliox.git
1811
exec.snapshotReleasePluginAllowed=false
1912
preparationGoals=clean verify

0 commit comments

Comments
 (0)