IDEMPIERE-4711 Upgrade to Tycho 2.4 (#790)
This commit is contained in:
parent
162c48ec4c
commit
86de1669a4
|
@ -11,7 +11,7 @@
|
|||
|
||||
<properties>
|
||||
<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>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<jp.version>6.15.0</jp.version>
|
||||
|
@ -108,7 +108,7 @@
|
|||
target-platform-configuration
|
||||
</artifactId>
|
||||
<versionRange>
|
||||
[2.4.0-SNAPSHOT,)
|
||||
[2.4.0,)
|
||||
</versionRange>
|
||||
<goals>
|
||||
<goal>target-platform</goal>
|
||||
|
@ -480,12 +480,6 @@
|
|||
<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