Skip to content

Commit f2fa270

Browse files
committed
Move some metadata to Java 21.
1 parent c3f9a7e commit f2fa270

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

com.ibm.wala.cast.python.jython.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bundle-SymbolicName: com.ibm.wala.cast.python.test
55
Bundle-Version: 1.0.0.qualifier
66
Export-Package: com.ibm.wala.cast.python.jython.test
77
Bundle-Vendor: IBM
8-
Bundle-RequiredExecutionEnvironment: JavaSE-17
8+
Bundle-RequiredExecutionEnvironment: JavaSE-21
99
Require-Bundle: com.ibm.wala.cast.python;bundle-version="0.0.1",
1010
org.junit;bundle-version="4.12.0"
1111
Automatic-Module-Name: com.ibm.wala.cast.python.test

com.ibm.wala.cast.python.jython3.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bundle-SymbolicName: com.ibm.wala.cast.python.test
55
Bundle-Version: 1.0.0.qualifier
66
Export-Package: com.ibm.wala.cast.python.jython3.test
77
Bundle-Vendor: IBM
8-
Bundle-RequiredExecutionEnvironment: JavaSE-17
8+
Bundle-RequiredExecutionEnvironment: JavaSE-21
99
Require-Bundle: com.ibm.wala.cast.python;bundle-version="0.0.1",
1010
org.junit;bundle-version="4.12.0"
1111
Automatic-Module-Name: com.ibm.wala.cast.python.test

com.ibm.wala.cast.python.jython3/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Export-Package: com.ibm.wala.cast.python.client,
1010
com.ibm.wala.cast.python.util,
1111
org.python.antlr
1212
Bundle-Vendor: IBM
13-
Bundle-RequiredExecutionEnvironment: JavaSE-17
13+
Bundle-RequiredExecutionEnvironment: JavaSE-21
1414
Automatic-Module-Name: com.ibm.wala.cast.python

com.ibm.wala.cast.python.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Bundle-Name: WALA CAst Python Tests
44
Bundle-SymbolicName: com.ibm.wala.cast.python.test
55
Bundle-Version: 1.0.0.qualifier
66
Bundle-Vendor: IBM
7-
Bundle-RequiredExecutionEnvironment: JavaSE-17
7+
Bundle-RequiredExecutionEnvironment: JavaSE-21
88
Automatic-Module-Name: com.ibm.wala.cast.python.test
99
Export-Package: com.ibm.wala.cast.python.test

com.ibm.wala.cast.python/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Export-Package: com.ibm.wala.cast.python.analysis.ap,
1717
com.ibm.wala.cast.python.types,
1818
com.ibm.wala.cast.python.util
1919
Bundle-Vendor: IBM
20-
Bundle-RequiredExecutionEnvironment: JavaSE-17
20+
Bundle-RequiredExecutionEnvironment: JavaSE-21
2121
Automatic-Module-Name: com.ibm.wala.cast.python

0 commit comments

Comments
 (0)