Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-43507] Pick up -alpha-1
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
pom.xml
|
@@ -16,7 +16,7 @@ |
|
|
<properties> |
|
|
<jenkins.version>1.642.3</jenkins.version> |
|
|
<no-test-jar>false</no-test-jar> |
|
|
<scm-api-plugin.version>2.2.0-20170615.114844-13</scm-api-plugin.version> |
|
|
<scm-api-plugin.version>2.2.0-alpha-1</scm-api-plugin.version> |
|
|
</properties> |
|
|
|
|
|
<developers> |
|
@@ -128,7 +128,7 @@ |
|
|
<dependency> |
|
|
<groupId>org.jenkins-ci.plugins</groupId> |
|
|
<artifactId>branch-api</artifactId> |
|
|
<version>2.0.0</version> |
|
|
<version>2.0.11-alpha-1</version> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
<dependency> |
|
|