Looks good. At some point it would be great to have a page somewhere with the list of things that need to be updated when we move major versions. There always seems to be something that only remember late in the release.
-Alan On 11/10/2013 11:50, Erik Joelsson wrote:
Please review this small change, updating the specification version in the manifest of the jar files. Posted diff inline since it's so small. I couldn't find anywhere else where this would need changing, but if anyone knows of somewhere, please speak up. /Erik diff -r 98d98ec01f07 make/tools/manifest.mf --- a/make/tools/manifest.mf +++ b/make/tools/manifest.mf @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Specification-Title: Java Platform API Specification -Specification-Version: 1.7 +Specification-Version: 1.8 Specification-Vendor: Oracle Corporation Implementation-Title: Java Runtime Environment Implementation-Version: @@RELEASE@@ https://bugs.openjdk.java.net/browse/JDK-8025612