Skip to content

Commit e25e6cf

Browse files
author
Javen
committed
version should have -SNAPSHOT
1 parent f77598c commit e25e6cf

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>cn.jpush.api</groupId>
66
<artifactId>jpush-client</artifactId>
7-
<version>2.3.0</version>
7+
<version>2.3.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<url>https://github.com/jpush/jpush-api-java-client</url>
1010
<name>JPush API Java Client</name>

release.properties

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
#release configuration
2-
#Tue Dec 10 21:00:22 CST 2013
3-
project.scm.cn.jpush.api\:jpush-client.connection=scm\:git\:[email protected]\:jpush/jpush-api-java-client.git
4-
project.scm.cn.jpush.api\:jpush-client.developerConnection=scm\:git\:[email protected]\:jpush/jpush-api-java-client.git
2+
#Sun Jan 12 15:50:47 CST 2014
53
scm.tagNameFormat=@{project.artifactId}-@{project.version}
6-
scm.tag=jpush-client-2.3.0
7-
project.dev.cn.jpush.api\:jpush-client=2.3.0
84
pushChanges=false
95
scm.url=scm\:git\:[email protected]\:jpush/jpush-api-java-client.git
106
preparationGoals=clean verify
11-
project.scm.cn.jpush.api\:jpush-client.tag=HEAD
12-
project.scm.cn.jpush.api\:jpush-client.url=scm\:git\:[email protected]\:jpush/jpush-api-java-client.git
137
remoteTagging=true
148
scm.commentPrefix=[maven-release-plugin]
15-
project.rel.cn.jpush.api\:jpush-client=2.3.0
16-
exec.additionalArguments=-Psonatype-oss-release -P sign
9+
commitByProject=true
10+
exec.additionalArguments=-Psonatype-oss-release
1711
exec.snapshotReleasePluginAllowed=false
18-
completedPhase=end-release
12+
completedPhase=check-poms

0 commit comments

Comments
 (0)