feat(TUP-38543): update tycho 4.0.4 (#895)

* set tycho 403

* avoid file change

* update tycho 4.0.4
This commit is contained in:
nrousseau
2023-11-18 18:28:55 +08:00
committed by GitHub
parent 81d43cc693
commit 53a84fff44
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-p2-extras-plugin</artifactId>
<version>4.0.0</version>
<version>{tycho.version}</version>
<executions>
<execution>
<id>create-p2-repository</id>

View File

@@ -21,7 +21,7 @@
<org.talend.daikon.crypto-utils.version>7.1.16</org.talend.daikon.crypto-utils.version>
<studio-utils.version>1.0.13</studio-utils.version>
<compcache.creator.version>1.0.0</compcache.creator.version>
<tycho.version>4.0.0</tycho.version>
<tycho.version>4.0.4</tycho.version>
<tycho-extras.version>${tycho.version}</tycho-extras.version>
<base.version>8.8.8</base.version>
<!-- osgi.compatible.version is either ${base.version}-SNAPSHOT (snapshots), ${base.version}.<suffix> (milestones), or ${base.version} (GA)-->