diff --git a/org.eclipse.jdt.core/.settings/.api_filters b/org.eclipse.jdt.core/.settings/.api_filters index 32e3a23288b..3f4ede7e5cd 100644 --- a/org.eclipse.jdt.core/.settings/.api_filters +++ b/org.eclipse.jdt.core/.settings/.api_filters @@ -3,7 +3,7 @@ - + diff --git a/org.eclipse.jdt.core/META-INF/MANIFEST.MF b/org.eclipse.jdt.core/META-INF/MANIFEST.MF index 06c18a8fc35..7ebada42646 100644 --- a/org.eclipse.jdt.core/META-INF/MANIFEST.MF +++ b/org.eclipse.jdt.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.jdt.core; singleton:=true -Bundle-Version: 3.46.150.qualifier +Bundle-Version: 3.47.50.qualifier Bundle-Activator: org.eclipse.jdt.core.JavaCore Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java index e95fd327f09..f91324dafea 100644 --- a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java +++ b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java @@ -553,14 +553,14 @@ public final class AST { *

* This API is capable of handling all constructs in the * Java language as described in the Java Language - * Specification, Java SE 26 Edition (JLS27). - * JLS26 is a superset of all earlier versions of the + * Specification, Java SE 27 Edition (JLS27). + * JLS27 is a superset of all earlier versions of the * Java language, and the JLS27 API can be used to manipulate * programs written in all versions of the Java language - * up to and including Java SE 27(aka JDK 27). + * up to and including Java SE 27 (aka JDK 27). *

* - * @since 3.46 BETA_JAVA27 + * @since 3.47 BETA_JAVA27 */ public static final int JLS27 = 27; /** diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml index dd5d8247665..cd3a71b91eb 100644 --- a/org.eclipse.jdt.core/pom.xml +++ b/org.eclipse.jdt.core/pom.xml @@ -17,7 +17,7 @@ 4.41.0-SNAPSHOT org.eclipse.jdt.core - 3.46.150-SNAPSHOT + 3.47.50-SNAPSHOT eclipse-plugin