Skip to content

Commit 00ff1dc

Browse files
committed
Updated minimum Maven version and added tycho-build as an Maven extension
1 parent b418cb0 commit 00ff1dc

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.mvn/extensions.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@
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>

0 commit comments

Comments
 (0)