mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 06:28:41 +00:00
bug5694: don't set parent pom for com.amazon.aws.aws-java-api bundle;
this to avoid inheriting the target platform definition which may be inconsistent while building a new version of the target platform
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
config does not skip resolving the target definition defined in the parent
|
||||
pom. Therefore, the parent was not set here - which means we have to define
|
||||
$tycho-version again. -->
|
||||
<properties>
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
</properties>
|
||||
<groupId>com.amazon.aws</groupId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<artifactId>com.amazon.aws.aws-java-api.updatesite</artifactId>
|
||||
@@ -20,7 +23,7 @@
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho.extras</groupId>
|
||||
<artifactId>tycho-p2-extras-plugin</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<sourceLocation>${basedir}</sourceLocation>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user