diff options
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index c9c2c4367b..0e1bea7b19 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -23,7 +23,7 @@ <properties> <java.version>11</java.version> - <tycho-version>2.7.5</tycho-version> + <tycho-version>4.0.0-SNAPSHOT</tycho-version> <target-platform>jgit-4.17</target-platform> </properties> @@ -36,6 +36,10 @@ <id>repo.eclipse.org.cbi-snapshots</id> <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url> </pluginRepository> + <pluginRepository> + <id>tycho-snapshots</id> + <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url> + </pluginRepository> </pluginRepositories> <modules> |