From 498a97b7c3e2a30f397e800585027cd75eaa8542 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 20 Aug 2016 10:19:04 +0200 Subject: [PATCH 1/2] [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 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cebd6323e..1332feb94 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci jenkins - 1.36 + 1.37-SNAPSHOT org.jenkins-ci.main @@ -60,6 +60,7 @@ THE SOFTWARE. + 7 private UTF-8 UTF-8 From d223955680270923a2195c89169b75f237e13224 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 1 Sep 2016 09:14:07 +0200 Subject: [PATCH 2/2] Pick the 1.37 release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1332feb94..4b0844157 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci jenkins - 1.37-SNAPSHOT + 1.37 org.jenkins-ci.main