Skip to content

Commit

Permalink
Bump to Java 8 / Jenkins 2.60.3
Browse files Browse the repository at this point in the history
Also bump to latest parent pom for the javadoc fix
  • Loading branch information
batmat committed Apr 11, 2019
1 parent 848fdf8 commit 7d3db99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<!-- Baseline Jenkins version you use to build and test the plugin. Users must have this version or newer to run. -->
<version>2.36</version>
<version>3.42</version>
<relativePath />
</parent>
<artifactId>variant</artifactId>
Expand Down Expand Up @@ -71,7 +71,7 @@
</plugins>
</build>
<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>
</project>

0 comments on commit 7d3db99

Please sign in to comment.