File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 <booleanAttribute key =" org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value =" false" />
1818 <booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value =" false" />
1919 <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 /" />
2121 <stringAttribute key =" org.eclipse.jdt.launching.WORKING_DIRECTORY" value =" ${workspace_loc:/infocenter-web}" />
2222</launchConfiguration >
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ org.osgi.framework.bootdelegation=*
2828 </launcher >
2929
3030 <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 >
3434 </vm >
3535
3636 <plugins >
Original file line number Diff line number Diff line change 1717 <artifactId >infocenter-parent</artifactId >
1818 <packaging >pom</packaging >
1919 <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>
2222 </properties >
2323 <modules >
2424 <module >infocenter-product</module >
You can’t perform that action at this time.
0 commit comments