Skip to content

Commit

Permalink
Merge pull request #51 from varyvol/JENKINS-43863
Browse files Browse the repository at this point in the history
[JENKINS-43863] Improve PCT support
  • Loading branch information
olivergondza committed May 9, 2017
2 parents f2e3328 + 2ede9b0 commit 1deab61
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions pom.xml
Expand Up @@ -17,8 +17,8 @@
<url>http://wiki.jenkins-ci.org/display/JENKINS/Dashboard+View</url>

<properties>
<jenkins.version>1.554.1</jenkins.version>
<findbugs.failOnError>false</findbugs.failOnError> <!-- TODO fix -->
<jenkins.version>1.580.1</jenkins.version>
<java.level>6</java.level>
</properties>

<developers>
Expand Down Expand Up @@ -65,7 +65,18 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>2.10</version> <!-- last compatible with 1.554.x -->
<version>2.13</version> <!-- last compatible with 1.580.1 -->
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>mailer</artifactId>
<version>1.17</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 1deab61

Please sign in to comment.