IDEMPIERE-4711 Upgrade to Tycho 2.4 (#790)

This commit is contained in:
hengsin 2021-07-22 20:00:54 +08:00 committed by GitHub
parent 162c48ec4c
commit 86de1669a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -11,7 +11,7 @@
<properties> <properties>
<jdk.version>11</jdk.version> <jdk.version>11</jdk.version>
<tycho.version>2.4.0-SNAPSHOT</tycho.version> <tycho.version>2.4.0</tycho.version>
<tycho.extras.version>${tycho.version}</tycho.extras.version> <tycho.extras.version>${tycho.version}</tycho.extras.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jp.version>6.15.0</jp.version> <jp.version>6.15.0</jp.version>
@ -108,7 +108,7 @@
target-platform-configuration target-platform-configuration
</artifactId> </artifactId>
<versionRange> <versionRange>
[2.4.0-SNAPSHOT,) [2.4.0,)
</versionRange> </versionRange>
<goals> <goals>
<goal>target-platform</goal> <goal>target-platform</goal>
@ -480,12 +480,6 @@
<activation> <activation>
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
</activation> </activation>
<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>
<repositories> <repositories>
<repository> <repository>
<id>Central</id> <id>Central</id>