diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-27 23:02:28 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-27 23:02:28 +0200 |
commit | 76ce6d91a2e07fdfcbfc8df6970c9e98a98e36a0 (patch) | |
tree | 7ac2a14e7fd71d19081fa0b88427cbf467ad431b /org.eclipse.jgit.packaging/pom.xml | |
parent | a7cf56796dddceb0b35fe471ff96453aba58080e (diff) | |
download | jgit-76ce6d91a2e07fdfcbfc8df6970c9e98a98e36a0.tar.gz jgit-76ce6d91a2e07fdfcbfc8df6970c9e98a98e36a0.zip |
Update tycho to 4.0.8
Change-Id: Idc4c95e643ea46c2b2e33f9a60b0477185429588
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-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 f7631ff7df..cffd22285c 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -30,7 +30,7 @@ <properties> <java.version>11</java.version> - <tycho-version>4.0.7</tycho-version> + <tycho-version>4.0.8</tycho-version> <target-platform>jgit-4.17</target-platform> <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> </properties> |