Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhide Takahashi authored and Kazuhide Takahashi committed May 17, 2022
1 parent c2eb51d commit 8f32500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<relativePath />
</parent>
<artifactId>xcode-plugin</artifactId>
<version>2.0.16</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Xcode integration</name>
<description>This plugin adds the ability to call Xcode command line tools to automate build and packaging iOS applications (iPhone, iPad, ...).</description>
Expand Down Expand Up @@ -70,7 +70,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>xcode-plugin-2.0.16</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand Down Expand Up @@ -143,7 +143,7 @@
</dependency>
</dependencies>
<properties>
<revision>2.0.16</revision>
<revision>2.0.17</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/xcode-plugin</gitHubRepo>
<jenkins.version>2.319.1</jenkins.version>
Expand Down

0 comments on commit 8f32500

Please sign in to comment.