File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
<booleanAttribute key =" org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value =" false" />
18
18
<booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value =" false" />
19
19
<booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value =" true" />
20
- <stringAttribute key =" org.eclipse.jdt.launching.JRE_CONTAINER" value =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 /" />
20
+ <stringAttribute key =" org.eclipse.jdt.launching.JRE_CONTAINER" value =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 /" />
21
21
<stringAttribute key =" org.eclipse.jdt.launching.WORKING_DIRECTORY" value =" ${workspace_loc:/infocenter-web}" />
22
22
</launchConfiguration >
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ org.osgi.framework.bootdelegation=*
28
28
</launcher >
29
29
30
30
<vm >
31
- <linux include =" false" >org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 </linux >
32
- <macos include =" false" >org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 </macos >
33
- <windows include =" false" >org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 </windows >
31
+ <linux include =" false" >org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 </linux >
32
+ <macos include =" false" >org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 </macos >
33
+ <windows include =" false" >org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 </windows >
34
34
</vm >
35
35
36
36
<plugins >
Original file line number Diff line number Diff line change 17
17
<artifactId >infocenter-parent</artifactId >
18
18
<packaging >pom</packaging >
19
19
<properties >
20
- <maven .compiler.source>11 </maven .compiler.source>
21
- <maven .compiler.target>11 </maven .compiler.target>
20
+ <maven .compiler.source>21 </maven .compiler.source>
21
+ <maven .compiler.target>21 </maven .compiler.target>
22
22
</properties >
23
23
<modules >
24
24
<module >infocenter-product</module >
You can’t perform that action at this time.
0 commit comments