Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-42213] Increase baseline and set java.level. Include test de…
…pendencies for PCT.
  • Loading branch information
Evaristo Gutiérrez committed Feb 21, 2017
1 parent d71aeec commit 7ea14cc
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions pom.xml
Expand Up @@ -21,8 +21,9 @@
</licenses>

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

<scm>
Expand Down Expand Up @@ -57,7 +58,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 +71,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 7ea14cc

Please sign in to comment.