From a419a51916073c5ed9727f9bf0d533bf557bcfce Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Sat, 04 Mar 2017 12:11:47 +0100
Subject: [PATCH] Make Java 8 the default one

---
 components/runtime/openjdk-7/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/runtime/openjdk-7/Makefile b/components/runtime/openjdk-7/Makefile
index 5f25ea1..cdf295b 100644
--- a/components/runtime/openjdk-7/Makefile
+++ b/components/runtime/openjdk-7/Makefile
@@ -19,7 +19,7 @@
 
 OPENJDK_BUILD_NUMBER=80
 COMPONENT_VERSION=1.7.$(OPENJDK_BUILD_NUMBER)
-COMPONENT_REVISION=3
+COMPONENT_REVISION=4
 COMPONENT_SUMMARY= Open-source implementation of the Java Platform, Standard Edition
 COMPONENT_SRC= openjdk
 COMPONENT_ARCHIVE= openjdk-$(COMPONENT_VERSION)-20150609.tar.xz

--
Gitblit v1.9.3