diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index ff2889110..c75928d7f 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -3,6 +3,6 @@ org.eclipse.tycho tycho-build - ${tycho-version} + 5.0.0 diff --git a/.mvn/maven.config b/.mvn/maven.config index e7ecce88b..c1b15b5be 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -5,4 +5,4 @@ --fail-at-end -Dtycho.localArtifacts=ignore -Dtycho.target.pomDependencies=consider --Dtycho-version=5.0.0 +-Dtycho-version=5.0.1-SNAPSHOT diff --git a/m2e-parent/pom.xml b/m2e-parent/pom.xml index 061a87003..7f2e4dc44 100644 --- a/m2e-parent/pom.xml +++ b/m2e-parent/pom.xml @@ -222,6 +222,10 @@ cbi-releases https://repo.eclipse.org/content/repositories/cbi-releases/ + + tycho-snapshots + https://repo.eclipse.org/content/repositories/tycho-snapshots/ +