Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-37565] - Upgrade source level to Java 7 in remoting 3 (#103)
* [JENKINS-37565] - Upgrade source level to Java 7

This change does not update the code to the Java7 style, but we will do it later

* Pick the 1.37 release
  • Loading branch information
oleg-nenashev committed Sep 1, 2016
1 parent 8c2ba7f commit 94e90bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.36</version>
<version>1.37</version>
</parent>

<groupId>org.jenkins-ci.main</groupId>
Expand Down Expand Up @@ -60,6 +60,7 @@ THE SOFTWARE.
</scm>

<properties>
<java.level>7</java.level>
<build.type>private</build.type>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
Expand Down

0 comments on commit 94e90bb

Please sign in to comment.