# HG changeset patch # User ksrini # Date 1372362167 25200 # Node ID 97e798c0680436c8ad6eb830dec432f0470a07ff # Parent 065f8cb7bd89cc7f1513c69880d891807e9e8821 7080001: Need to bump version numbers in build.properties for 8 Reviewed-by: jjg diff -r 065f8cb7bd89 -r 97e798c06804 make/build.properties --- a/make/build.properties Thu Jun 27 11:46:23 2013 -0700 +++ b/make/build.properties Thu Jun 27 12:42:47 2013 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -44,7 +44,7 @@ target.java = ${target.java.home}/bin/java # Version info -- override as needed -jdk.version = 1.7.0 +jdk.version = 1.8.0 build.number = b00 milestone = internal @@ -60,8 +60,8 @@ bootstrap.full.version = ${bootstrap.release}-${build.number} # options for the tasks used to compile the tools -javac.source = 7 -javac.target = 7 +javac.source = 8 +javac.target = 8 javac.debug = true javac.debuglevel = source,lines javac.no.jdk.warnings = -XDignore.symbol.file=true