Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43507] Pick up beta-1 releases
  • Loading branch information
stephenc committed Jul 5, 2017
1 parent 95d23e0 commit eb6b6b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
<properties>
<jenkins.version>1.625.3</jenkins.version>
<workflow.version>1.14.2</workflow.version>
<scm-api.version>2.2.0-alpha-1</scm-api.version>
<scm-api.version>2.2.0-beta-1</scm-api.version>
</properties>

<scm>
Expand All @@ -46,12 +46,12 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>3.4.0-alpha-4</version>
<version>3.4.0-beta-1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-api</artifactId>
<version>1.85.1</version>
<version>1.86</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>branch-api</artifactId>
<version>2.0.11-alpha-1</version>
<version>2.0.11-beta-1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit eb6b6b4

Please sign in to comment.