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:
Axel Uhl
2022-04-12 17:09:03 +02:00
parent aa37ac2490
commit 4b5062ae19
2 changed files with 29 additions and 9 deletions
@@ -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>