Skip to content

Commit 075b7c7

Browse files
committed
changed pom and set snapshot
1 parent 02f0549 commit 075b7c7

File tree

3 files changed

+23
-18
lines changed

3 files changed

+23
-18
lines changed

pom.xml

Lines changed: 4 additions & 6 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.1</version>
108
<packaging>pom</packaging>
119

1210

@@ -180,9 +178,9 @@
180178

181179
<scm>
182180
<connection>scm:git:git://github.com/taliox/zulip-java-rest.git</connection>
183-
<developerConnection>scm:git:git@github.com:dexecutor/taliox/zulip-java-rest.git</developerConnection>
181+
<developerConnection>scm:git:git@github.com:taliox/taliox.git</developerConnection>
184182
<url>https://github.com/taliox/zulip-java-rest</url>
185-
<tag>HEAD</tag>
183+
<tag>zulip-java-rest-0.0.1</tag>
186184
</scm>
187185

188186
<developers>

pom.xml.releaseBackup

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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">
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">
24

35
<modelVersion>4.0.0</modelVersion>
46

@@ -175,16 +177,14 @@
175177
<description>This project aims at providing a thin Java wrapper for the Zulip REST API.</description>
176178
<url>https://github.com/taliox/zulip-java-rest</url>
177179

180+
178181
<scm>
182+
<connection>scm:git:git://github.com/taliox/zulip-java-rest.git</connection>
183+
<developerConnection>scm:git:git@github.com:dexecutor/taliox/zulip-java-rest.git</developerConnection>
179184
<url>https://github.com/taliox/zulip-java-rest</url>
180-
<connection>
181-
scm:git:git://github.com/taliox/zulip-java-rest.git
182-
</connection>
183-
<developerConnection>
184-
scm:git:ssh://git@github.com:taliox/zulip-java-rest.git
185-
</developerConnection>
186-
<tag>zulip-java-rest-0.0.1</tag>
187-
</scm>
185+
<tag>HEAD</tag>
186+
</scm>
187+
188188
<developers>
189189
<developer>
190190
<name>raLaaa</name>

release.properties

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
#release configuration
2-
#Thu Apr 25 22:26:04 CEST 2019
2+
#Thu Apr 25 22:26:28 CEST 2019
3+
project.dev.io.taliox\:zulip-java-rest=0.0.2-SNAPSHOT
4+
project.scm.io.taliox\:zulip-java-rest.connection=scm\:git\:git\://github.com/taliox/zulip-java-rest.git
35
scm.tagNameFormat=@{project.artifactId}-@{project.version}
6+
scm.tag=zulip-java-rest-0.0.1
47
pushChanges=false
58
scm.url=scm\:git\:git@github.com\:dexecutor/taliox/zulip-java-rest.git
69
preparationGoals=clean verify
10+
project.scm.io.taliox\:zulip-java-rest.developerConnection=scm\:git\:git@github.com\:dexecutor/taliox/zulip-java-rest.git
11+
project.rel.io.taliox\:zulip-java-rest=0.0.1
712
remoteTagging=true
813
projectVersionPolicyId=default
914
scm.commentPrefix=[maven-release-plugin]
10-
exec.additionalArguments=-Dgpg.passphrase\=taliox.io\!
15+
project.scm.io.taliox\:zulip-java-rest.tag=HEAD
16+
project.scm.io.taliox\:zulip-java-rest.url=https\://github.com/taliox/zulip-java-rest
1117
exec.snapshotReleasePluginAllowed=false
12-
completedPhase=check-poms
18+
exec.additionalArguments=-Dgpg.passphrase\=taliox.io\!
19+
completedPhase=generate-release-poms

0 commit comments

Comments
 (0)