File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <extensions xmlns =" http://maven.apache.org/EXTENSIONS/1.0.0"
3+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi:schemaLocation=" http://maven.apache.org/EXTENSIONS/1.0.0
5+ https://maven.apache.org/xsd/extensions-1.0.0.xsd" >
6+ <extension >
7+ <groupId >org.eclipse.tycho</groupId >
8+ <artifactId >tycho-build</artifactId >
9+ <version >5.0.0</version >
10+ </extension >
11+ </extensions >
Original file line number Diff line number Diff line change 369369 <configuration >
370370 <rules >
371371 <requireMavenVersion >
372- <!-- require min 3.9.0 + for Eclipse Tycho -->
373- <version >[3.9.0 ,)</version >
372+ <!-- require min 3.9.11 + for Eclipse Tycho -->
373+ <version >[3.9.11 ,)</version >
374374 </requireMavenVersion >
375375 <requireJavaVersion >
376376 <version >[21,)</version >
You can’t perform that action at this time.
0 commit comments