diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c31a17b286..a96ff931da 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,6 +7,11 @@ This page describes the noteworthy improvements provided by each release of Ecli backports: - new tycho-repository-plugin - Non existing but optional dependencies lead to resolving issue in target +- SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized +- Non existing but optional dependencies lead to resolving issue in target +- Make comparison of newlines in text files more precise +- Fix resolving of project if target do not contains JUnit +- Check if the about to be injected maven coordinates can be resolved ## 4.0.0 diff --git a/p2-maven-plugin/pom.xml b/p2-maven-plugin/pom.xml index 9ff91f5f41..c497f576fd 100644 --- a/p2-maven-plugin/pom.xml +++ b/p2-maven-plugin/pom.xml @@ -14,7 +14,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 p2-maven-plugin maven-plugin diff --git a/pom.xml b/pom.xml index f0b22d11df..773f9ca344 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 pom Tycho Tycho integrates Maven with Eclipse and OSGi diff --git a/sisu-osgi/pom.xml b/sisu-osgi/pom.xml index 87391aae0e..d433c2fc64 100644 --- a/sisu-osgi/pom.xml +++ b/sisu-osgi/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 sisu-osgi diff --git a/sisu-osgi/sisu-equinox-embedder/pom.xml b/sisu-osgi/sisu-equinox-embedder/pom.xml index 4daaf15d82..27337b71b4 100644 --- a/sisu-osgi/sisu-equinox-embedder/pom.xml +++ b/sisu-osgi/sisu-equinox-embedder/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho sisu-osgi - 4.0.1-SNAPSHOT + 4.0.1 sisu-equinox-embedder diff --git a/sisu-osgi/sisu-equinox-launching/pom.xml b/sisu-osgi/sisu-equinox-launching/pom.xml index 3453c17951..f8c764eecc 100644 --- a/sisu-osgi/sisu-equinox-launching/pom.xml +++ b/sisu-osgi/sisu-equinox-launching/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho sisu-osgi - 4.0.1-SNAPSHOT + 4.0.1 sisu-equinox-launching diff --git a/sisu-osgi/sisu-osgi-api/pom.xml b/sisu-osgi/sisu-osgi-api/pom.xml index e526450a70..d20fd0886e 100644 --- a/sisu-osgi/sisu-osgi-api/pom.xml +++ b/sisu-osgi/sisu-osgi-api/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho sisu-osgi - 4.0.1-SNAPSHOT + 4.0.1 sisu-osgi-api diff --git a/sisu-osgi/sisu-osgi-connect/pom.xml b/sisu-osgi/sisu-osgi-connect/pom.xml index 27aa0c5b32..dd3da9e933 100644 --- a/sisu-osgi/sisu-osgi-connect/pom.xml +++ b/sisu-osgi/sisu-osgi-connect/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho sisu-osgi - 4.0.1-SNAPSHOT + 4.0.1 sisu-osgi-connect Sisu Implementation of the OSGi R8 Framework Connect Specification diff --git a/target-platform-configuration/pom.xml b/target-platform-configuration/pom.xml index df6b317acd..3883385c58 100644 --- a/target-platform-configuration/pom.xml +++ b/target-platform-configuration/pom.xml @@ -16,7 +16,7 @@ tycho org.eclipse.tycho - 4.0.1-SNAPSHOT + 4.0.1 target-platform-configuration diff --git a/tycho-api/pom.xml b/tycho-api/pom.xml index ca1a7c4ad5..6bf17554c4 100644 --- a/tycho-api/pom.xml +++ b/tycho-api/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-api diff --git a/tycho-apitools-plugin/pom.xml b/tycho-apitools-plugin/pom.xml index ece1e95cfc..6fde3a0a14 100644 --- a/tycho-apitools-plugin/pom.xml +++ b/tycho-apitools-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-apitools-plugin Plugin for performing API analysis tasks diff --git a/tycho-artifactcomparator/pom.xml b/tycho-artifactcomparator/pom.xml index 92b7c83264..2c8a7c3f0a 100644 --- a/tycho-artifactcomparator/pom.xml +++ b/tycho-artifactcomparator/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-artifactcomparator diff --git a/tycho-baseline-plugin/pom.xml b/tycho-baseline-plugin/pom.xml index 11672a18b1..be12dd4b90 100644 --- a/tycho-baseline-plugin/pom.xml +++ b/tycho-baseline-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-baseline-plugin maven-plugin diff --git a/tycho-bnd-plugin/pom.xml b/tycho-bnd-plugin/pom.xml index 662392dbd2..7dc9f00097 100644 --- a/tycho-bnd-plugin/pom.xml +++ b/tycho-bnd-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-bnd-plugin Tycho BND Plugin diff --git a/tycho-build/pom.xml b/tycho-build/pom.xml index e4d9bafc0f..41b41601fa 100644 --- a/tycho-build/pom.xml +++ b/tycho-build/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-build diff --git a/tycho-buildtimestamp-jgit/pom.xml b/tycho-buildtimestamp-jgit/pom.xml index 8e290a721b..921a9f29ec 100644 --- a/tycho-buildtimestamp-jgit/pom.xml +++ b/tycho-buildtimestamp-jgit/pom.xml @@ -14,7 +14,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-buildtimestamp-jgit diff --git a/tycho-compiler-jdt/pom.xml b/tycho-compiler-jdt/pom.xml index 37f1567264..7bcc44799f 100644 --- a/tycho-compiler-jdt/pom.xml +++ b/tycho-compiler-jdt/pom.xml @@ -12,7 +12,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-compiler-jdt diff --git a/tycho-compiler-plugin/pom.xml b/tycho-compiler-plugin/pom.xml index 659b3687ab..e6748fcc0d 100644 --- a/tycho-compiler-plugin/pom.xml +++ b/tycho-compiler-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-compiler-plugin diff --git a/tycho-core/pom.xml b/tycho-core/pom.xml index 129a4096ed..a3d3c07e1e 100644 --- a/tycho-core/pom.xml +++ b/tycho-core/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-core diff --git a/tycho-ds-plugin/pom.xml b/tycho-ds-plugin/pom.xml index 025040871d..a3fad8f7ba 100644 --- a/tycho-ds-plugin/pom.xml +++ b/tycho-ds-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-ds-plugin maven-plugin diff --git a/tycho-extras/pom.xml b/tycho-extras/pom.xml index 978a84557b..7bb3db069d 100644 --- a/tycho-extras/pom.xml +++ b/tycho-extras/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.extras diff --git a/tycho-extras/target-platform-validation-plugin/pom.xml b/tycho-extras/target-platform-validation-plugin/pom.xml index 5e2f4ba10c..9113fb63c0 100644 --- a/tycho-extras/target-platform-validation-plugin/pom.xml +++ b/tycho-extras/target-platform-validation-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.1-SNAPSHOT + 4.0.1 target-platform-validation-plugin diff --git a/tycho-extras/tycho-custom-bundle-plugin/pom.xml b/tycho-extras/tycho-custom-bundle-plugin/pom.xml index e275eda630..393dfc29dd 100644 --- a/tycho-extras/tycho-custom-bundle-plugin/pom.xml +++ b/tycho-extras/tycho-custom-bundle-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.1-SNAPSHOT + 4.0.1 tycho-custom-bundle-plugin diff --git a/tycho-extras/tycho-dependency-tools-plugin/pom.xml b/tycho-extras/tycho-dependency-tools-plugin/pom.xml index 944d1e3b6d..30825006b4 100644 --- a/tycho-extras/tycho-dependency-tools-plugin/pom.xml +++ b/tycho-extras/tycho-dependency-tools-plugin/pom.xml @@ -14,7 +14,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.1-SNAPSHOT + 4.0.1 tycho-dependency-tools-plugin diff --git a/tycho-extras/tycho-document-bundle-plugin/pom.xml b/tycho-extras/tycho-document-bundle-plugin/pom.xml index 1351ac3617..b5ae602674 100644 --- a/tycho-extras/tycho-document-bundle-plugin/pom.xml +++ b/tycho-extras/tycho-document-bundle-plugin/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.1-SNAPSHOT + 4.0.1 tycho-document-bundle-plugin maven-plugin diff --git a/tycho-extras/tycho-eclipserun-plugin/pom.xml b/tycho-extras/tycho-eclipserun-plugin/pom.xml index 3e430a6e8a..d8d4d18589 100644 --- a/tycho-extras/tycho-eclipserun-plugin/pom.xml +++ b/tycho-extras/tycho-eclipserun-plugin/pom.xml @@ -15,7 +15,7 @@ tycho-extras org.eclipse.tycho.extras - 4.0.1-SNAPSHOT + 4.0.1 tycho-eclipserun-plugin diff --git a/tycho-extras/tycho-extras-its/pom.xml b/tycho-extras/tycho-extras-its/pom.xml index 7d7df985d5..5ddb96ab70 100644 --- a/tycho-extras/tycho-extras-its/pom.xml +++ b/tycho-extras/tycho-extras-its/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.1-SNAPSHOT + 4.0.1 tycho-extras-its diff --git a/tycho-extras/tycho-p2-extras-plugin/pom.xml b/tycho-extras/tycho-p2-extras-plugin/pom.xml index 8389214bd5..c11805f538 100644 --- a/tycho-extras/tycho-p2-extras-plugin/pom.xml +++ b/tycho-extras/tycho-p2-extras-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.1-SNAPSHOT + 4.0.1 tycho-p2-extras-plugin diff --git a/tycho-extras/tycho-pomless/pom.xml b/tycho-extras/tycho-pomless/pom.xml index 3d281ba8fa..698aa3dd2c 100644 --- a/tycho-extras/tycho-pomless/pom.xml +++ b/tycho-extras/tycho-pomless/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.1-SNAPSHOT + 4.0.1 tycho-pomless Tycho POM-less build extension diff --git a/tycho-extras/tycho-sourceref-jgit/pom.xml b/tycho-extras/tycho-sourceref-jgit/pom.xml index 1a43a1981e..f073e84785 100644 --- a/tycho-extras/tycho-sourceref-jgit/pom.xml +++ b/tycho-extras/tycho-sourceref-jgit/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.1-SNAPSHOT + 4.0.1 tycho-sourceref-jgit diff --git a/tycho-extras/tycho-version-bump-plugin/pom.xml b/tycho-extras/tycho-version-bump-plugin/pom.xml index 99c155bec5..20b250ba0c 100644 --- a/tycho-extras/tycho-version-bump-plugin/pom.xml +++ b/tycho-extras/tycho-version-bump-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho.extras tycho-extras - 4.0.1-SNAPSHOT + 4.0.1 tycho-version-bump-plugin diff --git a/tycho-gpg-plugin/pom.xml b/tycho-gpg-plugin/pom.xml index 93053aa77e..fa18370647 100644 --- a/tycho-gpg-plugin/pom.xml +++ b/tycho-gpg-plugin/pom.xml @@ -13,7 +13,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-gpg-plugin diff --git a/tycho-its/pom.xml b/tycho-its/pom.xml index 3d74699a33..e88c8f4932 100644 --- a/tycho-its/pom.xml +++ b/tycho-its/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-its diff --git a/tycho-lib-detector/pom.xml b/tycho-lib-detector/pom.xml index 3dcbfae600..9b5fbe8fe5 100644 --- a/tycho-lib-detector/pom.xml +++ b/tycho-lib-detector/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-lib-detector Tycho JVM Library Detector diff --git a/tycho-maven-plugin/pom.xml b/tycho-maven-plugin/pom.xml index 5e9d34ed41..638a08bade 100644 --- a/tycho-maven-plugin/pom.xml +++ b/tycho-maven-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-maven-plugin diff --git a/tycho-metadata-model/pom.xml b/tycho-metadata-model/pom.xml index 45336e3d32..943102f955 100644 --- a/tycho-metadata-model/pom.xml +++ b/tycho-metadata-model/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-metadata-model Tycho Eclipse Project Metadata Model diff --git a/tycho-p2-director-plugin/pom.xml b/tycho-p2-director-plugin/pom.xml index adb22f23fa..a1146eee74 100644 --- a/tycho-p2-director-plugin/pom.xml +++ b/tycho-p2-director-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-p2-director-plugin diff --git a/tycho-p2-plugin/pom.xml b/tycho-p2-plugin/pom.xml index ba77c8af50..773672320d 100644 --- a/tycho-p2-plugin/pom.xml +++ b/tycho-p2-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-p2-plugin diff --git a/tycho-p2-publisher-plugin/pom.xml b/tycho-p2-publisher-plugin/pom.xml index 811346c82d..770393f6ea 100644 --- a/tycho-p2-publisher-plugin/pom.xml +++ b/tycho-p2-publisher-plugin/pom.xml @@ -17,7 +17,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-p2-publisher-plugin diff --git a/tycho-p2-repository-plugin/pom.xml b/tycho-p2-repository-plugin/pom.xml index d74ea788d9..402837a4e3 100644 --- a/tycho-p2-repository-plugin/pom.xml +++ b/tycho-p2-repository-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-p2-repository-plugin diff --git a/tycho-p2/pom.xml b/tycho-p2/pom.xml index e8fe260f34..1d881595ae 100644 --- a/tycho-p2/pom.xml +++ b/tycho-p2/pom.xml @@ -15,7 +15,7 @@ tycho org.eclipse.tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-p2 jar diff --git a/tycho-packaging-plugin/pom.xml b/tycho-packaging-plugin/pom.xml index 088ba3f8a2..cd0d9d37b9 100644 --- a/tycho-packaging-plugin/pom.xml +++ b/tycho-packaging-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-packaging-plugin diff --git a/tycho-repository-plugin/pom.xml b/tycho-repository-plugin/pom.xml index d740ca38cc..d5d39580d9 100644 --- a/tycho-repository-plugin/pom.xml +++ b/tycho-repository-plugin/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-repository-plugin Tycho Repository Plugin diff --git a/tycho-source-plugin/pom.xml b/tycho-source-plugin/pom.xml index 6241842b91..109fcbeb62 100644 --- a/tycho-source-plugin/pom.xml +++ b/tycho-source-plugin/pom.xml @@ -16,7 +16,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-source-plugin diff --git a/tycho-spi/pom.xml b/tycho-spi/pom.xml index 84b4b1b62c..93bb1faa96 100644 --- a/tycho-spi/pom.xml +++ b/tycho-spi/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-spi Tycho Service Provider Interfaces diff --git a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml index 64771c8c5a..ba5bc49dea 100644 --- a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.bnd.executionlistener diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml index be3db04481..083fc257b3 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml index 594da498e7..dfc709b4b3 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit4 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml index ad92b19ec8..edd40eb289 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit47 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml index e177decef2..75fdec9706 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit5 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml index 39407ef14a..0e1e33094b 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit54 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml index 82918aa01b..930974aadd 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit55 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml index 85a89b143a..7bfa3fd3a2 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit56 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml index e811e0e8a0..97f7dbc82e 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit57 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml index 6b36c68c42..6724718e23 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit57withvintage jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml index d17f57be58..87ece61a39 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit58 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml index dea62a0282..914af86616 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit58withvintage jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml index 333bcbb6db..e42056e7cf 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit59/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit59 jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml index 54225cfb39..b89d494704 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.junit59withvintage/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.junit59withvintage jar diff --git a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml index bc34ba58e3..3401a6c2bd 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml @@ -14,7 +14,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 ../../pom.xml org.eclipse.tycho.surefire.osgibooter diff --git a/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml b/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml index bc7ac0680c..264f0b65d4 100644 --- a/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml @@ -10,7 +10,7 @@ org.eclipse.tycho tycho-surefire - 4.0.1-SNAPSHOT + 4.0.1 org.eclipse.tycho.surefire.testng jar diff --git a/tycho-surefire/pom.xml b/tycho-surefire/pom.xml index 4a65c0e12f..33d12c7fad 100644 --- a/tycho-surefire/pom.xml +++ b/tycho-surefire/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-surefire pom diff --git a/tycho-surefire/tycho-surefire-plugin/pom.xml b/tycho-surefire/tycho-surefire-plugin/pom.xml index a084d6f983..8d7e6d330e 100644 --- a/tycho-surefire/tycho-surefire-plugin/pom.xml +++ b/tycho-surefire/tycho-surefire-plugin/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 ../../pom.xml tycho-surefire-plugin diff --git a/tycho-targetplatform/pom.xml b/tycho-targetplatform/pom.xml index 367133e343..d866472c36 100644 --- a/tycho-targetplatform/pom.xml +++ b/tycho-targetplatform/pom.xml @@ -3,7 +3,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-targetplatform Tycho Target Platform diff --git a/tycho-testing-harness/pom.xml b/tycho-testing-harness/pom.xml index aea203f94f..d8a50e9ca8 100644 --- a/tycho-testing-harness/pom.xml +++ b/tycho-testing-harness/pom.xml @@ -17,7 +17,7 @@ tycho org.eclipse.tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-testing-harness diff --git a/tycho-versions-plugin/pom.xml b/tycho-versions-plugin/pom.xml index 2bb62e21ee..73cef5335c 100644 --- a/tycho-versions-plugin/pom.xml +++ b/tycho-versions-plugin/pom.xml @@ -15,7 +15,7 @@ org.eclipse.tycho tycho - 4.0.1-SNAPSHOT + 4.0.1 tycho-versions-plugin maven-plugin