Skip to content

Commit

Permalink
Update to latest parent 3.42, Jenkins 2.60.3 and Java 8 as minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Apr 11, 2019
1 parent 8584850 commit db25cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.9</version>
<version>3.42</version>
</parent>

<artifactId>authentication-tokens</artifactId>
Expand Down Expand Up @@ -64,8 +64,8 @@
</scm>

<properties>
<jenkins.version>1.580.1</jenkins.version>
<java.level>6</java.level>
<jenkins.version>2.60.3</jenkins.version>
<java.level>8</java.level>
</properties>

<repositories>
Expand Down Expand Up @@ -122,4 +122,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit db25cc8

Please sign in to comment.