Skip to content

Commit

Permalink
[JENKINS-45501] Various pom fixes
Browse files Browse the repository at this point in the history
* Parent pom bump
* No need to specify a test-harness version
* matrix-auth bump
  • Loading branch information
Raul Arabaolaza committed Jul 14, 2017
1 parent bfa9089 commit 380966b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.29</version>
<version>2.30</version>
<relativePath />
</parent>

Expand All @@ -20,7 +20,6 @@
<url>https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Folders+Plugin</url>
<properties>
<jenkins.version>1.642.3</jenkins.version>
<jenkins-test-harness.version>2.18</jenkins-test-harness.version>
<no-test-jar>false</no-test-jar>
</properties>
<licenses>
Expand Down Expand Up @@ -60,9 +59,8 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-auth</artifactId>
<version>1.3</version>
<version>1.6</version>
<scope>test</scope>
<type>jar</type>
</dependency>
</dependencies>

Expand Down

0 comments on commit 380966b

Please sign in to comment.