aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* JGit v5.12.0.202106070339-rv5.12.0.202106070339-rMatthias Sohn2021-06-071-1/+1
| | | | | Change-Id: I0fbfea2c83f1ce83f75130cc97591547032f1104 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update jetty to 9.4.41.v20210516Matthias Sohn2021-06-071-1/+1
| | | | Change-Id: I98d569ce9a69c48c3c99b9b5f500d6419c943094
* Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-06-031-1/+1
| | | | | Change-Id: Ifc72d3f3ac84b9c4055b95ec0093d877ffb09ab0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.12.0.202106021050-rc1v5.12.0.202106021050-rc1Matthias Sohn2021-06-021-1/+1
| | | | | Change-Id: I622ee049f14f37504ff4a062f03d6fc25465d0ec Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-06-021-1/+1
| | | | Change-Id: I25e4efc9b40ae4e7168b37385445c73992c5beb0
* JGit v5.12.0.202106011439-rc1v5.12.0.202106011439-rc1Matthias Sohn2021-06-011-1/+1
| | | | | Change-Id: Ieac1d02879defe0f4791062448d4efc328a2f652 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Finish upgrading eclipse-jarsigner-plugin to 1.3.1Marco Miller2021-05-261-1/+1
| | | | | | | | Commit 46b0f8a04 started that upgrade while missing this additional change. Change-Id: I34319d7006be13534497499e97536a8278906b1f Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade maven-javadoc-plugin to 3.3.0Marco Miller2021-05-261-1/+1
| | | | | Change-Id: I43fad374b6af1700c078b29f5ff45e2fd0b4cd00 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update maven-project-info-reports-plugin to 3.1.2Marco Miller2021-05-261-1/+1
| | | | | Change-Id: Ie531a253a37459ee55ddb7f5ed7bad414fe6b67e Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update spotbugs-maven-plugin to 4.2.3Marco Miller2021-05-261-1/+1
| | | | | Change-Id: Id0dfcfd060e19fb84fd5ec0cb7bafc9d13153660 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update jetty to 9.4.40.v20210413Matthias Sohn2021-04-231-1/+1
| | | | Change-Id: I5585b9a22bf20a49ad4bb9a24e053325792ec546 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade ecj to 3.25.0Marco Miller2021-03-301-1/+1
| | | | | Change-Id: I09d018205564205b194de020941fd4152ae8b24e Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade wagon-ssh to 3.4.3Marco Miller2021-03-261-1/+1
| | | | | Change-Id: Ibc3a9ea83e264920b4a995f6d22904fe3be97d5a Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update spring-boot-maven-plugin to 2.4.4Matthias Sohn2021-03-261-1/+1
| | | | Change-Id: I8ba1e544b2e80ad66aacd230c4a442bdc1d60375
* Update spotbugs-maven-plugin to 4.2.2Matthias Sohn2021-03-261-1/+1
| | | | Change-Id: Ib522b66249e5493c3fd191b5c56e87f8941569c2
* Update japicmp-maven-plugin to 0.15.3Matthias Sohn2021-03-261-1/+1
| | | | Change-Id: I3b1b295e7f97182a5541b1912e0acbfffb981d71
* Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-03-101-2/+2
| | | | | Change-Id: I736de7c3deb11da75777d459f47332df0b486443 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 5.11.1-SNAPSHOT buildsMatthias Sohn2021-03-091-1/+1
| | | | | Change-Id: I94628ccbb5099a65aa4345cfd28a141ff5555b68 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.11.0.202103091610-rv5.11.0.202103091610-rMatthias Sohn2021-03-091-1/+1
| | | | | Change-Id: I8e6855eaf7228459f492036feb4e34ca085698a7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Add dependency to dash-licensesMatthias Sohn2021-03-071-0/+17
| | | | | | | | | | | | | | | | This is required to run the license check using the license tool [1] required by the Eclipse project handbook [2]: mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES Note: the tool still requires Java 11 hence it needs to be run in a separate build step and is not yet integrated in the build which runs on Java 8. [1] https://github.com/eclipse/dash-licenses [2] https://www.eclipse.org/projects/handbook/#ip-license-tool Change-Id: Ib41d54de246c3c9499cc3be9f026294c39fdfd99
* Fix errorprone configuration for maven-compiler-plugin with javacMatthias Sohn2021-02-271-47/+34
| | | | | | | | | | | | See https://errorprone.info/docs/installation. Add new profile jdk8 to enable running errorprone with javac on java 8 and java 11. Remove errorprone configuration from benchmark module, didn't find a way to make it work and this module does not contain any productive code. Change-Id: I6a84195af05e6cea9e7c04ad5cd4c79742e80cb3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* [releng] japicmp: update last release versionThomas Wolf2021-02-231-1/+1
| | | | | | | The baseline for the 5.11 release is 5.10.0.202012080955-r. Change-Id: Ied9b42dc58ba981e5586fa58d1b3e70a39c78a10 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
* Update jetty to 9.4.36.v20210114Matthias Sohn2021-02-131-1/+1
| | | | Change-Id: Iea57f0fddb0f10dbd1c9be886bfa5ad8c3ff5cb5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-041-3/+3
| | | | | | | | | | | | | | | | | | Re-enable DSA, DSA_CERT, and RSA_CERT public key authentication. DSA is discouraged for a long time already, but it might still be way too disruptive to completely drop it. RSA is discouraged for far less long, and dropping that would be really disruptive. Adapt to the changed property handling. Remove work-arounds for shortcomings of earlier sshd versions. Use Orbit I20210203173513, which includes sshd 2.6.0. This also bumps apache.httpclient to 4.5.13 and apache.httpcore to 4.4.14. Change-Id: I2d24a1ce4cc9f616a94bb5c4bdaedbf20dc6638e Signed-off-by: David Ostrovsky <david@ostrovsky.org> Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update orbit to S20210105214148 and com.google.gson to 2.8.6Matthias Sohn2021-01-121-1/+1
| | | | | | Also fix target name of jgit-4.18 target. Change-Id: Ib5a13281398e7c5589de2e4a34fae0d08346db9c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update spotbugs-maven-plugin to 4.2.0Marco Miller2021-01-121-1/+1
| | | | | Change-Id: I094d92f95ec2ab1cefa8f1504f2a8c1aa6e28d96 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update jetty to 9.4.35.v20201120Matthias Sohn2021-01-071-1/+1
| | | | Change-Id: I203778ea0536defffb720bcf7cdcbc6258540e65 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Require latest Maven version 3.6.3Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: Iab08ddcdb7edc3c9ac55343d3d40012e19792ea0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update spring-boot-maven-plugin to 2.4.1Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: I68a6c04a5c7e674410736a45ef0031a2c369a321 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update maven-surefire plugins to 3.0.0-M5Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: I0425029eac630f4e8fb47d112d086e74283b2ebd Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update japicmp-maven-plugin to 0.14.4Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: I33ba5388153e6941713b9c9425cd917e9769a177 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update spotbugs-maven-plugin to 4.1.4Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: Ie231dc03051f3c8d799f037eeeed8dcaad258fe0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade ecj to 3.24.0Marco Miller2020-12-241-1/+1
| | | | | Change-Id: I81c03c5f916e97f91cf06dbe3ce355e430b2981a Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade wagon-ssh to 3.4.2; align maven-site-pluginMarco Miller2020-12-241-1/+1
| | | | | | | | Upgrade wagon-ssh to 3.4.2 in all pom files, thus align maven-site-plugin versions to 3.9.1 across as well, consistently. Change-Id: I38f7a6ded3517d1b116169dee1c12deb86eed3a1 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Prepare 5.11.0-SNAPSHOT buildsMatthias Sohn2020-12-021-1/+1
| | | | | Change-Id: I91e5532526775191fbd34f81e2ef777cba605e3b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade maven-pmd-plugin to 3.14.0Marco Miller2020-12-011-1/+1
| | | | | Change-Id: I45b49e1262db50e74b43c6273d3b3df692765330 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* [releng] japicmp: update last release versionThomas Wolf2020-11-281-1/+1
| | | | | | The baseline for the 5.10 release is 5.9.0.202009080501-r. Change-Id: I0071e4930c54e4a27cccb1d96842c86c3422dfbf Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
* Update slf4j to 1.7.30Matthias Sohn2020-10-281-1/+1
| | | | | Bug: 566475 Change-Id: Ia3e5b72d53ead435e4677e46c73a3ff45a606b41 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade spotbugs-maven-plugin to 4.1.3Marco Miller2020-10-061-1/+1
| | | | | | | | | | Since 4.0.4, aligns with spotbugs 4.1.3 [1]. Also, "fixes copy of repo being put until target" and "reduces logging output below threshold". [1] https://github.com/spotbugs/spotbugs-maven-plugin/releases Change-Id: Idb7127ba7b5fc40bf85a13bb193760bbf6ec0f7c Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade ecj to 3.23.0Marco Miller2020-09-271-1/+1
| | | | | Change-Id: Ifca682c4aff0cfcd827986a02580e70dcfcad5c0 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade jacoco-maven-plugin to 0.8.6Marco Miller2020-09-161-1/+1
| | | | | Change-Id: Ifd4e8fc60844690d144a0872db4f740f45226ff9 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade maven-project-info-reports-plugin to 3.1.1Marco Miller2020-09-081-1/+1
| | | | | Change-Id: I1a3c68e8ebab79e1a23616d1f56f75981c56a7f3 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Merge branch 'stable-5.9'Marco Miller2020-09-021-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable-5.9: Upgrade maven-resources-plugin to 3.2.0 Upgrade plexus-compiler version to 2.8.8 [bazel] Add missing dependency to slf4j-api [errorprone] DirCacheEntry: make clear operator precedence [errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exception [errorprone] Declare DirCache#version final Add jgit-4.17-staging target platform for 2020-09 Update target platform to R20200831200620 Signed-off-by: Marco Miller <marco.miller@ericsson.com> Change-Id: I2e2f41cf6ebbcb45b8978b519db3f1c8f7afb5f4
| * Upgrade maven-resources-plugin to 3.2.0Marco Miller2020-09-011-1/+1
| | | | | | | | | | Change-Id: Ib0b2dc7c5b781dbc4ce26782c508b8c7e11641ed Signed-off-by: Marco Miller <marco.miller@ericsson.com>
| * Upgrade plexus-compiler version to 2.8.8Marco Miller2020-09-011-1/+1
| | | | | | | | | | Change-Id: I827da3973f489b03f9321b065dfb96ad7c29e270 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
| * Prepare 5.9.0-SNAPSHOT buildsMatthias Sohn2020-08-271-1/+1
| | | | | | | | | | Change-Id: Ia3e8382ec503150979d8acb6161031ccfb7fd921 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * JGit v5.9.0.202008260805-m3v5.9.0.202008260805-m3Matthias Sohn2020-08-261-1/+1
| | | | | | | | | | Change-Id: Ic4de8340f3ab038e38b239b725b8bd6d6dbee413 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* | Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-08-271-1/+1
|/ | | | | Change-Id: I9a2b39e9e85f27179ceb3b1709d75c466089a3bc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* [releng] Update plexus-compiler to 2.8.7Thomas Wolf2020-08-151-3/+4
| | | | Change-Id: Idc00c877544af7434c3a71c9ab0b2bd6a2b8fb66 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
* Update Jetty to 9.4.30.v20200611Matthias Sohn2020-07-141-1/+1
| | | | Change-Id: I9e14502f290483ad755aac30acd1e256f8abc8f8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>