Skip to content

Commit 8f32500

Browse files
Kazuhide TakahashiKazuhide Takahashi
authored andcommitted
[maven-release-plugin] prepare for next development iteration
1 parent c2eb51d commit 8f32500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<relativePath />
3333
</parent>
3434
<artifactId>xcode-plugin</artifactId>
35-
<version>2.0.16</version>
35+
<version>${revision}${changelist}</version>
3636
<packaging>hpi</packaging>
3737
<name>Xcode integration</name>
3838
<description>This plugin adds the ability to call Xcode command line tools to automate build and packaging iOS applications (iPhone, iPad, ...).</description>
@@ -70,7 +70,7 @@
7070
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
7171
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
7272
<url>https://github.com/${gitHubRepo}</url>
73-
<tag>xcode-plugin-2.0.16</tag>
73+
<tag>${scmTag}</tag>
7474
</scm>
7575
<repositories>
7676
<repository>
@@ -143,7 +143,7 @@
143143
</dependency>
144144
</dependencies>
145145
<properties>
146-
<revision>2.0.16</revision>
146+
<revision>2.0.17</revision>
147147
<changelist>-SNAPSHOT</changelist>
148148
<gitHubRepo>jenkinsci/xcode-plugin</gitHubRepo>
149149
<jenkins.version>2.319.1</jenkins.version>

0 commit comments

Comments
 (0)