diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 15:26:41 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 15:26:41 +0200 |
commit | cb0935ab6dbcb2c54f0ea67585e608987c87284e (patch) | |
tree | 953dc5d10b6d4e2dd7d2fb021903e8aed1342dfe /org.eclipse.jgit.packaging | |
parent | 299a7348eb318a0199226c1e633cc46c659d76d3 (diff) | |
parent | e431a0d8712e88770bf0946f0ad70df9b92e4188 (diff) | |
download | jgit-cb0935ab6dbcb2c54f0ea67585e608987c87284e.tar.gz jgit-cb0935ab6dbcb2c54f0ea67585e608987c87284e.zip |
Merge branch 'stable-6.10'
* stable-6.10:
Update tycho to 4.0.8
Update org.eclipse.dash:license-tool-plugin to 1.1.0
Fix "Comparison of narrow type with wide type in loop condition"
RepoProject: read the 'dest-branch' attribute of a project
Make RepoProject#setUpstream public
RepoCommand: Add error to ManifestErrorException
RepoCommand: Copy manifest upstream into .gitmodules ref field
RepoProject: read the "upstream" attribute of a project
JGit v5.13.3.202401111512-r
Change-Id: If67534f8954703e107e8477456325af3d868612c
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 4274c94ac3..657b90f0cf 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -30,7 +30,7 @@ <properties> <java.version>17</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> |