Skip to content

Commit 8a315af

Browse files
committed
Use Tycho 5.0.1-SNAPSHOT
1 parent 3bf10c6 commit 8a315af

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>org.eclipse.tycho</groupId>
55
<artifactId>tycho-build</artifactId>
6-
<version>${tycho-version}</version>
6+
<version>5.0.0</version>
77
</extension>
88
</extensions>

.mvn/maven.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
--fail-at-end
66
-Dtycho.localArtifacts=ignore
77
-Dtycho.target.pomDependencies=consider
8-
-Dtycho-version=5.0.0
8+
-Dtycho-version=5.0.1-SNAPSHOT

m2e-parent/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@
222222
<id>cbi-releases</id>
223223
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
224224
</pluginRepository>
225+
<pluginRepository>
226+
<id>tycho-snapshots</id>
227+
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
228+
</pluginRepository>
225229
</pluginRepositories>
226230

227231
<profiles>

0 commit comments

Comments
 (0)