diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-03 10:12:57 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-03 10:12:57 +0200 |
commit | c64dfe5b4928fa9127f5640a93cbd6766e8b97f0 (patch) | |
tree | dc0bad408e2274b98f945f26fb664c24a78e13cd /org.eclipse.jgit.packaging | |
parent | 6f4f7e911fffd9221449c7f781ad66c29cc616b7 (diff) | |
download | jgit-c64dfe5b4928fa9127f5640a93cbd6766e8b97f0.tar.gz jgit-c64dfe5b4928fa9127f5640a93cbd6766e8b97f0.zip |
Update to Tycho 4.0.1
Tycho 4.0.0-SNAPSHOT is no longer available and it's a bad practice to
depend on any snapshot version (we had to since this was the only way
to get gpg signing to work in time for releasing 6.6.0).
Change-Id: I1d4af5f69965b4cad50b379fd81f6f442b38c8d0
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index a2ab65c7c7..f310711478 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>4.0.0-SNAPSHOT</tycho-version> + <tycho-version>4.0.1</tycho-version> <target-platform>jgit-4.17</target-platform> </properties> |