Skip to content

Commit 9aa5d31

Browse files
committed
Update to tycho 5.0.0
Tycho 5.0.0 is required when using JavaSE-21
1 parent 0e6a574 commit 9aa5d31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.mvn/maven.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-Dtycho-version=3.0.5
1+
-Dtycho-version=5.0.0

plantuml4eclipse/releng/net.sourceforge.plantuml.parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<!-- tycho-version variable is defined in repo-root-folder/.mvn/maven.config, see https://tycho.eclipseprojects.io/doc/latest/StructuredBuild.html,
1515
in addition, we specify it here to avoid IDE warnings because of an unrecognized variable definition -->
16-
<tycho-version>3.0.5</tycho-version>
16+
<tycho-version>5.0.0</tycho-version>
1717
<!-- <xtextVersion>2.9.1</xtextVersion> <xtend-maven-plugin-version>2.9.1</xtend-maven-plugin-version> -->
1818
<skip-ui-tests>true</skip-ui-tests>
1919
</properties>

0 commit comments

Comments
 (0)