diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-10 22:23:31 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-22 23:20:41 +0100 |
commit | 80a2b067f33db4c4ea39000b8763d0e48128dc1b (patch) | |
tree | 91e7a18ca1469d3ded2f974adfc2f99c3e7ae19c | |
parent | b450ff1800cb52ecb2c90e9c2530af2616053eca (diff) | |
download | jgit-80a2b067f33db4c4ea39000b8763d0e48128dc1b.tar.gz jgit-80a2b067f33db4c4ea39000b8763d0e48128dc1b.zip |
Update Tycho to 4.0.4
Change-Id: I9d087b5a62ab3d474d894a2276572156c14dad4e
-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 0df1491503..76cbc70d96 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.2</tycho-version> + <tycho-version>4.0.4</tycho-version> <target-platform>jgit-4.17</target-platform> <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> </properties> |