Skip to content

Commit 02f0549

Browse files
committed
changed pom and set snapshot
1 parent 48618af commit 02f0549

File tree

3 files changed

+16
-24
lines changed

3 files changed

+16
-24
lines changed

pom.xml

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>

pom.xml.releaseBackup

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

@@ -185,7 +183,8 @@
185183
<developerConnection>
186184
scm:git:ssh://git@github.com:taliox/zulip-java-rest.git
187185
</developerConnection>
188-
</scm>
186+
<tag>zulip-java-rest-0.0.1</tag>
187+
</scm>
189188
<developers>
190189
<developer>
191190
<name>raLaaa</name>

release.properties

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
#release configuration
2-
#Thu Apr 25 22:18:07 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
2+
#Thu Apr 25 22:26:04 CEST 2019
53
scm.tagNameFormat=@{project.artifactId}-@{project.version}
6-
scm.tag=zulip-java-rest-0.0.1
74
pushChanges=false
8-
scm.url=scm\:git\:ssh\://git@github.com\:taliox/zulip-java-rest.git
5+
scm.url=scm\:git\:git@github.com\:dexecutor/taliox/zulip-java-rest.git
96
preparationGoals=clean verify
10-
project.scm.io.taliox\:zulip-java-rest.developerConnection=scm\:git\:ssh\://git@github.com\:taliox/zulip-java-rest.git
11-
project.rel.io.taliox\:zulip-java-rest=0.0.1
127
remoteTagging=true
138
projectVersionPolicyId=default
149
scm.commentPrefix=[maven-release-plugin]
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
17-
exec.snapshotReleasePluginAllowed=false
1810
exec.additionalArguments=-Dgpg.passphrase\=taliox.io\!
19-
completedPhase=generate-release-poms
11+
exec.snapshotReleasePluginAllowed=false
12+
completedPhase=check-poms

0 commit comments

Comments
 (0)