IDEMPIERE-4711 Upgrade to Tycho 2.4 (#790)
This commit is contained in:
parent
162c48ec4c
commit
86de1669a4
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue