diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-06 22:16:41 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-06 22:16:41 +0200 |
commit | 75db060673bf9cb241d1282259701c102e245d6a (patch) | |
tree | 4a84238747805c31171d415801bcaae8ee6209ee /org.eclipse.jgit.packaging/pom.xml | |
parent | 3589c5cd1c0dc2b68880aa70728ff65566ad78da (diff) | |
parent | d3ba40c803beaa4351d955ddf0ce7c8d7e9d2322 (diff) | |
download | jgit-75db060673bf9cb241d1282259701c102e245d6a.tar.gz jgit-75db060673bf9cb241d1282259701c102e245d6a.zip |
Merge branch 'stable-6.5'
* stable-6.5:
Ensure parsed RevCommitCG has derived data from commit-graph
Downgrade maven-site-plugin to 3.12.1
Use wagon-ssh-external to deploy Maven site
Change-Id: Ide721fb088fa04f6276ac495968a45e732f6e139
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 1f5d1a138d..eae7145871 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -313,7 +313,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.9.1</version> + <version>3.12.1</version> </plugin> </plugins> </pluginManagement> |