Skip to content

Commit 94e90bb

Browse files
[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
1 parent 8c2ba7f commit 94e90bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ THE SOFTWARE.
2828
<parent>
2929
<groupId>org.jenkins-ci</groupId>
3030
<artifactId>jenkins</artifactId>
31-
<version>1.36</version>
31+
<version>1.37</version>
3232
</parent>
3333

3434
<groupId>org.jenkins-ci.main</groupId>
@@ -60,6 +60,7 @@ THE SOFTWARE.
6060
</scm>
6161

6262
<properties>
63+
<java.level>7</java.level>
6364
<build.type>private</build.type>
6465
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6566
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>

0 commit comments

Comments
 (0)