We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6b21f commit cd8eb27Copy full SHA for cd8eb27
.mvn/extensions.xml
@@ -3,6 +3,6 @@
3
<extension>
4
<groupId>org.eclipse.tycho</groupId>
5
<artifactId>tycho-build</artifactId>
6
- <version>4.0.8</version>
+ <version>4.0.9</version>
7
</extension>
8
</extensions>
pom.xml
@@ -10,7 +10,7 @@
10
specified in:
11
- .mvn/extensions.xml
12
- and here: -->
13
- <tycho.version>4.0.8</tycho.version>
+ <tycho.version>4.0.9</tycho.version>
14
15
<!-- To skip integration tests use: mvn verify -Dskip.ui-tests=true -->
16
<skip.ui-tests>false</skip.ui-tests>
0 commit comments