diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-29 03:00:53 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-29 03:01:09 +0200 |
commit | c9232e555791e1d52fc96776d3ab477ce9a8e306 (patch) | |
tree | e046d03eff3326fd45b07dfa5b073119e92f1bce /org.eclipse.jgit.packaging | |
parent | a7d3ac9675d34a247b2d2b4440dd68ce23508d8a (diff) | |
download | jgit-c9232e555791e1d52fc96776d3ab477ce9a8e306.tar.gz jgit-c9232e555791e1d52fc96776d3ab477ce9a8e306.zip |
Revert "Update tycho to 4.0.8"
This reverts commit 76ce6d91a2e07fdfcbfc8df6970c9e98a98e36a0.
Change-Id: I1f8df6562304c64b192da11538c02230f0084a43
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 c8fa1e8d22..9571108cc8 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.8</tycho-version> + <tycho-version>4.0.7</tycho-version> <target-platform>jgit-4.17</target-platform> <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> </properties> |