Skip to content

Commit

Permalink
Remove the BETA tag from API version
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthana committed Sep 18, 2024
1 parent f32cac3 commit ae7bae4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.jdt.core.compiler.batch/.settings/.api_filters
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.jdt.core.compiler.batch" version="2">
<resource path="META-INF/MANIFEST.MF">
<filter id="931135546">
<filter id="924844039">
<message_arguments>
<message_argument value="3.39.50"/>
<message_argument value="3.38.0"/>
<message_argument value="3.39.0"/>
</message_arguments>
</filter>
</resource>
Expand Down
12 changes: 2 additions & 10 deletions org.eclipse.jdt.core/.settings/.api_filters
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.jdt.core" version="2">
<resource path="META-INF/MANIFEST.MF">
<filter id="931135546">
<filter id="924844039">
<message_arguments>
<message_argument value="3.39.50"/>
<message_argument value="3.38.0"/>
<message_argument value="3.39.0"/>
</message_arguments>
</filter>
</resource>
Expand Down Expand Up @@ -343,14 +343,6 @@
</message_arguments>
</filter>
</resource>
<resource path="dom/org/eclipse/jdt/core/dom/TypePattern.java" type="org.eclipse.jdt.core.dom.TypePattern">
<filter id="336658481">
<message_arguments>
<message_argument value="org.eclipse.jdt.core.dom.TypePattern"/>
<message_argument value="PATTERN_VARIABLE_PROPERTY2"/>
</message_arguments>
</filter>
</resource>
<resource path="dom/org/eclipse/jdt/core/dom/VariableDeclaration.java" type="org.eclipse.jdt.core.dom.VariableDeclaration">
<filter id="576778288">
<message_arguments>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3315,7 +3315,7 @@ public final class JavaCore extends Plugin {
public static final String VERSION_22 = "22"; //$NON-NLS-1$
/**
* Configurable option value: {@value}.
* @since 3.38 BETA_JAVA23
* @since 3.38
* @category OptionValue
*/
public static final String VERSION_23 = "23"; //$NON-NLS-1$
Expand Down

0 comments on commit ae7bae4

Please sign in to comment.