Skip to content

Commit

Permalink
Bump Tycho version to 1.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
echebbi committed Oct 4, 2019
1 parent a295688 commit 5db6b94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>

<extensions>
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
Expand Down
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<properties>
<!-- DEPENDENCIES -->
<tycho-version>1.4.0</tycho-version>
<tycho-version>1.5.0-SNAPSHOT</tycho-version>
<jacoco-version>0.8.1</jacoco-version>

<!-- SONARQUBE -->
Expand Down Expand Up @@ -54,6 +54,13 @@
Also note that it requires my (@echebbi) Bintray credentials.
-->

<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 5db6b94

Please sign in to comment.