File tree Expand file tree Collapse file tree 3 files changed +16
-24
lines changed Expand file tree Collapse file tree 3 files changed +16
-24
lines changed Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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
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>
Original file line number Diff line number Diff line change 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
53scm.tagNameFormat =@{project.artifactId}-@{project.version}
6- scm.tag =zulip-java-rest-0.0.1
74pushChanges =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
96preparationGoals =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
127remoteTagging =true
138projectVersionPolicyId =default
149scm.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
1810exec.additionalArguments =-Dgpg.passphrase\=taliox.io\!
19- completedPhase =generate-release-poms
11+ exec.snapshotReleasePluginAllowed =false
12+ completedPhase =check-poms
You can’t perform that action at this time.
0 commit comments