IDEMPIERE-4711 Upgrade to Tycho 2.3 (#686)

mvn unit tests not working with 2.3.0, temporary update to
2.4.0-SNAPSHOT, pending future update to 2.4.0 release.
This commit is contained in:
hengsin 2021-05-12 22:40:47 +08:00 committed by GitHub
parent beaaf31d9a
commit 339f0c0420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<properties> <properties>
<jdk.version>11</jdk.version> <jdk.version>11</jdk.version>
<tycho.version>2.3.0</tycho.version> <tycho.version>2.4.0-SNAPSHOT</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>
@ -461,6 +461,12 @@
<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>