Skip to content

Commit 5db6b94

Browse files
committed
Bump Tycho version to 1.5.0-SNAPSHOT
Because: - Tycho 1.4.0 does not handle additional repositories in p2. I use them to specify that Guava can be automatically downloaded from Orbit if the user does not have it installed.
1 parent a295688 commit 5db6b94

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
2+
33
<extensions>
44
<extension>
55
<groupId>org.eclipse.tycho.extras</groupId>

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<properties>
2525
<!-- DEPENDENCIES -->
26-
<tycho-version>1.4.0</tycho-version>
26+
<tycho-version>1.5.0-SNAPSHOT</tycho-version>
2727
<jacoco-version>0.8.1</jacoco-version>
2828

2929
<!-- SONARQUBE -->
@@ -54,6 +54,13 @@
5454
Also note that it requires my (@echebbi) Bintray credentials.
5555
-->
5656

57+
<pluginRepositories>
58+
<pluginRepository>
59+
<id>tycho-snapshots</id>
60+
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
61+
</pluginRepository>
62+
</pluginRepositories>
63+
5764
<build>
5865
<plugins>
5966
<plugin>

0 commit comments

Comments
 (0)