7080001: Need to bump version numbers in build.properties for 8
authorksrini
Thu, 27 Jun 2013 12:42:47 -0700
changeset 18661 9dedda2ba49a
parent 18660 d8332e6f4fab
child 18662 1cac45e71eb9
7080001: Need to bump version numbers in build.properties for 8 Reviewed-by: jjg
langtools/make/build.properties
--- a/langtools/make/build.properties	Thu Jun 27 11:46:23 2013 -0700
+++ b/langtools/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 <javac> 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