Skip to content

Commit

Permalink
[JENKINS-42000] Pick up SCM API release and update parent
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Feb 14, 2017
1 parent 49431e0 commit 8b54a60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.21</version>
<version>2.22</version>
<relativePath />
</parent>
<artifactId>github-branch-source</artifactId>
Expand All @@ -23,7 +23,6 @@
<properties>
<jenkins.version>1.609.3</jenkins.version>
<workflow.version>1.14</workflow.version>
<hpi-plugin.version>1.121</hpi-plugin.version> <!-- TODO remove with the timestamp -SNAPSHOT -->
</properties>

<scm>
Expand All @@ -36,7 +35,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scm-api</artifactId>
<version>2.0.4-20170214.145531-1</version>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 8b54a60

Please sign in to comment.