Skip to content

Commit

Permalink
Merge pull request #121 from varyvol/JENKINS-42213
Browse files Browse the repository at this point in the history
[JENKINS-42213] Changes in POM
  • Loading branch information
stephenc committed Feb 22, 2017
2 parents d71aeec + 9468a42 commit 3991b29
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pom.xml
Expand Up @@ -21,8 +21,8 @@
</licenses>

<properties>
<jenkins.version>1.609.3</jenkins.version>
<workflow.version>1.14</workflow.version>
<jenkins.version>1.625.3</jenkins.version>
<workflow.version>1.14.2</workflow.version>
</properties>

<scm>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.1.6</version>
<version>2.1.8</version>
</dependency>
<dependency>
<groupId>com.coravy.hudson.plugins.github</groupId>
Expand All @@ -70,6 +70,18 @@
<version>0.1</version>
</dependency>
<!-- Currently just here for interactive testing via hpi:run: -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>junit</artifactId>
<version>1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
<version>1.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-aggregator</artifactId>
Expand Down

0 comments on commit 3991b29

Please sign in to comment.