diff --git a/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml b/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml index 3ca0d949221..8e0174e6a70 100644 --- a/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml +++ b/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml @@ -38,18 +38,26 @@ **/AllManagedBuildTests.* true - - - org.eclipse.platform.feature.group - 3.7.0 - p2-installable-unit - - - org.eclipse.cdt.feature.group - 8.2.0.${buildQualifier} - p2-installable-unit - - + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-feature + org.eclipse.platform + 0.0.0 + + + eclipse-feature + org.eclipse.cdt + 0.0.0 + + + diff --git a/core/org.eclipse.cdt.core.tests/pom.xml b/core/org.eclipse.cdt.core.tests/pom.xml index d7bf18e9df6..39beaf2e446 100644 --- a/core/org.eclipse.cdt.core.tests/pom.xml +++ b/core/org.eclipse.cdt.core.tests/pom.xml @@ -38,18 +38,26 @@ **/AutomatedIntegrationSuite.* true - - - org.eclipse.platform.feature.group - 3.7.0 - p2-installable-unit - - - org.eclipse.cdt.feature.group - 8.2.0.${buildQualifier} - p2-installable-unit - - + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-feature + org.eclipse.platform + 0.0.0 + + + eclipse-feature + org.eclipse.cdt + 0.0.0 + + + diff --git a/core/org.eclipse.cdt.ui.tests/pom.xml b/core/org.eclipse.cdt.ui.tests/pom.xml index ac34e3e2396..48825e43907 100644 --- a/core/org.eclipse.cdt.ui.tests/pom.xml +++ b/core/org.eclipse.cdt.ui.tests/pom.xml @@ -36,18 +36,26 @@ **/AutomatedSuite.* true - - - org.eclipse.platform.feature.group - 3.7.0 - p2-installable-unit - - - org.eclipse.cdt.feature.group - 8.2.0.${buildQualifier} - p2-installable-unit - - + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-feature + org.eclipse.platform + 0.0.0 + + + eclipse-feature + org.eclipse.cdt + 0.0.0 + + + diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb.tests/pom.xml b/dsf-gdb/org.eclipse.cdt.dsf.gdb.tests/pom.xml index 29ea381aed9..63ee806ec5c 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb.tests/pom.xml +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb.tests/pom.xml @@ -39,18 +39,26 @@ **/AllTests.* true - - - org.eclipse.platform.feature.group - 3.7.0 - p2-installable-unit - - - org.eclipse.cdt.feature.group - 8.2.0.${buildQualifier} - p2-installable-unit - - + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-feature + org.eclipse.platform + 0.0.0 + + + eclipse-feature + org.eclipse.cdt + 0.0.0 + + + diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml index f9003f8b2b8..730e3c90812 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml @@ -62,18 +62,26 @@ **/${gdbTestSuite} true - - - org.eclipse.platform.feature.group - 3.7.0 - p2-installable-unit - - - org.eclipse.cdt.feature.group - 8.2.0.${buildQualifier} - p2-installable-unit - - + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-feature + org.eclipse.platform + 0.0.0 + + + eclipse-feature + org.eclipse.cdt + 0.0.0 + + + diff --git a/pom.xml b/pom.xml index 9e752bab3e7..5177006dd46 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,8 @@ CDT Parent - 0.20.0 - 0.20.0 + 0.21.0 + 0.21.0 jacoco http://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository reuseReports @@ -296,7 +296,7 @@ org.eclipse.cbi.maven.plugins eclipse-jarsigner-plugin - 1.0.5 + 1.1.1 sign diff --git a/releng/org.eclipse.cdt.testing.repo/pom.xml b/releng/org.eclipse.cdt.testing.repo/pom.xml index d692c2a459b..a2a14443266 100644 --- a/releng/org.eclipse.cdt.testing.repo/pom.xml +++ b/releng/org.eclipse.cdt.testing.repo/pom.xml @@ -14,92 +14,9 @@ 8.3.0-SNAPSHOT org.eclipse.cdt.testing.repo eclipse-repository - - - - cbi - https://repo.eclipse.org/content/repositories/cbi-releases/ - - ${project.artifactId} - - - production - - - - org.eclipse.tycho - target-platform-configuration - ${tycho-version} - - false - - - - org.eclipse.tycho.extras - tycho-pack200a-plugin - ${tycho-version} - - - pack200-normalize - - normalize - - verify - - - - - org.eclipse.cbi.maven.plugins - eclipse-jarsigner-plugin - 1.0.4 - - - sign - verify - - sign - - - - - - org.eclipse.tycho.extras - tycho-pack200b-plugin - ${tycho-version} - - - pack200-pack - - pack - - verify - - - - - org.eclipse.tycho - tycho-p2-plugin - ${tycho-version} - - - p2-metadata - - p2-metadata - - verify - - - - false - - - - - -