Skip to content

Commit 5be570a

Browse files
committed
Try new snapshot URL
1 parent 5f3d0de commit 5be570a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eclipse-platform-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<comparator.repo>${eclipse-sdk-repo}</comparator.repo>
8383

8484
<!-- only used when Tycho snapshot repo is enabled in <pluginRepositories> further down -->
85-
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
85+
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-maven2-snapshots/</tycho-snapshot-repo.url>
8686

8787
<eclipse-snapshots-repo.url>https://repo.eclipse.org/content/repositories/eclipse-snapshots/</eclipse-snapshots-repo.url>
8888
<cbi-ecj-version>[3.39,)</cbi-ecj-version>
@@ -120,7 +120,7 @@
120120
<!-- allows submodules to disable the usage of BREE for their builds -->
121121
<tycho.useJDK>BREE</tycho.useJDK>
122122
<!-- Allows submodules to control how they want to treat jars.extra.classpath-->
123-
<tycho.extraClasspathJars>REQUIRE</tycho.extraClasspathJars>
123+
<tycho.extraClasspathJars>OPTIONAL</tycho.extraClasspathJars>
124124

125125
<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
126126
<version.baseline.check.skip>${compare-version-with-baselines.skip}</version.baseline.check.skip> <!-- Allows projects to overwrite the value set on the CLI to skip the check in any case. -->

0 commit comments

Comments
 (0)