Skip to content

Commit

Permalink
Bump minimum core to last 1.x lts
Browse files Browse the repository at this point in the history
At least we move to somewhat newer core and we want java 7
  • Loading branch information
rsandell committed Jun 10, 2017
1 parent cb54699 commit 9ac9af8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Expand Up @@ -16,8 +16,8 @@
<url>http://wiki.jenkins-ci.org/display/JENKINS/Repo+Plugin</url>

<properties>
<jenkins.version>1.580.1</jenkins.version>
<java.level>6</java.level>
<jenkins.version>1.651.3</jenkins.version>
<java.level>7</java.level>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down Expand Up @@ -103,12 +103,7 @@
</reporting>

<dependencies>
<!--<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>-->

</dependencies>

<distributionManagement>
Expand Down

0 comments on commit 9ac9af8

Please sign in to comment.