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:
parent
beaaf31d9a
commit
339f0c0420
|
@ -11,7 +11,7 @@
|
|||
|
||||
<properties>
|
||||
<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>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<jp.version>6.15.0</jp.version>
|
||||
|
@ -461,6 +461,12 @@
|
|||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>tycho-snapshots</id>
|
||||
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>Central</id>
|
||||
|
|
Loading…
Reference in New Issue