summaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade spotbugs-maven-plugin to 3.1.5David Pursehouse2018-06-291-1/+1
| | | | | Change-Id: I00e255adb3e14f4046f7eeb4fcc2a344bb7bda9d Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Merge branch 'stable-5.0'Matthias Sohn2018-06-241-1/+35
|\ | | | | | | | | | | | | | | | | | | * stable-5.0: Prepare 5.0.2-SNAPSHOT builds JGit v5.0.1.201806211838-r Add project-info reports to maven site Fix maven site generation failing with javadoc errors Change-Id: Iedbc4c777a6e724f487419e187e25cf7e3aa55d6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * Prepare 5.0.2-SNAPSHOT buildsMatthias Sohn2018-06-221-1/+1
| | | | | | | | | | Change-Id: I65e83f39a4082278c4cb809dbb08d44a119cebe0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * JGit v5.0.1.201806211838-rv5.0.1.201806211838-rMatthias Sohn2018-06-221-1/+1
| | | | | | | | | | Change-Id: I594cd85d46698953c27da3687e4ec40aeb73b445 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * Add project-info reports to maven siteMatthias Sohn2018-06-211-0/+18
| | | | | | | | | | Change-Id: I290d9c4a27d2ca1b9071f39639195e0d85799c00 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * Fix maven site generation failing with javadoc errorsMatthias Sohn2018-06-211-1/+17
| | | | | | | | | | | | | | | | The same errors are suppressed when generating javadoc. Suppress the errors during site generation. Change-Id: I83bd1c10e5de82f47c351e7edf2c9230be4b1f21 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * Prepare 5.0.1-SNAPSHOT buildsMatthias Sohn2018-06-131-1/+1
| | | | | | | | | | Change-Id: Iadf12dbdd63ef17c3f712c0fc18495304aa35016 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * JGit v5.0.0.201806131550-rv5.0.0.201806131550-rMatthias Sohn2018-06-131-1/+1
| | | | | | | | | | Change-Id: Ia2d548676217250593c3f0c383aec19e12e5e4a4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * JGit v5.0.0.201806131210-rMatthias Sohn2018-06-131-1/+1
| | | | | | | | | | Change-Id: Iedccfcaf57c11822f1faf5d5195357de42b2a14e Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* | Update Maven pluginsMatthias Sohn2018-06-141-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - build-helper-maven-plugin 3.0.0 - eclipse-jarsigner-plugin 1.1.5 - jacoco-maven-plugin 0.8.1 - maven-clean-plugin 3.1.0 - maven-jar-plugin 3.1.2 - maven-pmd-plugin 3.10.0 - maven-resources-plugin 3.1.0 - maven-shade-plugin 3.1.1 - maven-site-plugin 3.7.1 - maven-surefire-plugin 2.21.0 - maven-surefire-report-plugin 2.21.0 - plexus-compiler-javac 2.8.4 - spotbugs-maven-plugin 3.1.3.1 - tycho 1.2.0 (leftover) - wagon-ssh 3.1.0 Change-Id: I8eba2ee448437a775542ef6a7c59661727aa207c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* | Merge branch 'stable-5.0'David Pursehouse2018-06-061-2/+2
|\| | | | | | | | | | | | | | | | | | | * stable-5.0: Update maven plugins to fix Zip Slip vulnerability Prepare 5.0.0-SNAPSHOT builds JGit v5.0.0.201806050710-rc3 Change-Id: Icb1f34d3f49938fefa25d86857aa5048e54dcc7a Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
| * Update maven plugins to fix Zip Slip vulnerabilityDavid Pursehouse2018-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Zip Slip [1] is an arbitrary file write generic vulnerability, that can be achieved using a specially crafted zip (or bzip2, gzip, tar, xz, war) archive, that holds path traversal filenames. According to Maven's announcement [2] several plugins use plexus-archiver to unpack dependencies to disk and have been identified as potential triggers for exposing the vulnerability. Of those, JGit uses the maven-dependency-plugin and the maven-javadoc-plugin. Update them to the fixed versions reported in [2]. See the corresponding issues for the maven-dependency-plugin [3] and the maven-javadoc-plugin [4] for details. [1] https://snyk.io/research/zip-slip-vulnerability [2] https://maven.apache.org/security-plexus-archiver.html [3] https://issues.apache.org/jira/browse/MDEP-611 [4] https://issues.apache.org/jira/browse/MJAVADOC-520 Change-Id: Id3ab2d6161db240f2ab8f82298fa3ecd7a930a43 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
| * Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-06-051-1/+1
| | | | | | | | | | Change-Id: I9acca328146aa7100fbc1b457fcb1f8fd87cf52a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * JGit v5.0.0.201806050710-rc3v5.0.0.201806050710-rc3Matthias Sohn2018-06-051-1/+1
| | | | | | | | | | Change-Id: Ic7a6a87dd3a21351e60fbf6cd330456adf1f6800 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-301-1/+1
| | | | | | | | | | Change-Id: I9c4a0465f8e85041d24da97f4b4c7ad5f5eed3e4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn2018-05-301-1/+1
| | | | | | | | | | Change-Id: Ifad678794525c01838b03e52bada66e1c089c5ae Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-231-1/+1
| | | | | | | | | | Change-Id: Ie343ccf37f46168041046500a2e19acc80814cfe Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2018-05-221-1/+1
| | | | | | | | | | Change-Id: Ie2c35fab87f294b00f9754b07b60a848bf256b10 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-161-1/+1
| | | | | | | | | | Change-Id: I65d7d74c6124507aa9cb2856c74db6a1a6935bab Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
| * JGit v5.0.0.201805151920-m7v5.0.0.201805151920-m7Matthias Sohn2018-05-161-1/+1
| | | | | | | | | | Change-Id: I42eb046c8ac8537672010aabe21459293cb23838 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* | Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2018-05-231-1/+1
|/ | | | | Change-Id: I8523a993ae1f7b62573d7547273bc1356bf64fa7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Use eclipse compiler in Maven buildMatthias Sohn2018-04-251-57/+101
| | | | | | | | | | | | | | | | | | | | | | Found instructions for configuring maven-compiler-plugin with ecj in [1]. Verified that ecj run in this way raises build errors when executed on commit d3ef5213. Define profiles "ecj" for using Eclipse compiler and "javac" for using javac including errorprone. By default ecj will be used. use ecj: $ mvn -Pecj clean install use javac: $ mvn -Pjavac clean install TODO: find out how to run ecj with errorprone from Maven. [1] https://stackoverflow.com/questions/33164976/using-eclipse-java-compiler-ecj-in-maven-builds Change-Id: I716b603b57612b953e603387c82fd01eb1b5ca97 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade error_prone_core to 2.3.1David Pursehouse2018-04-231-2/+2
| | | | | | | and plexus-compiler-javac-errorprone to 2.8.4. Change-Id: I36487ce53e70b54d7a04292e666540224c107b43 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-03-081-1/+1
| | | | | Change-Id: I2d2f50ed8a12f310e7cac68eed5536bd460c403f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2018-03-081-2/+2
| | | | | Change-Id: Id9aa6b7e8f56de5183b6cd57ef0e790ec9debd4d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2018-03-081-1/+1
| | | | | Change-Id: Ie24a33bc8a24c30db06fe7b175f405efb95776ec Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade spotbugs-maven-plugin to 3.1.2David Pursehouse2018-03-031-1/+1
| | | | | Change-Id: I01d8392ef8d20efd7f03590c82da017e2b53a043 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Update tycho to 1.1.0Michael Keppler2018-02-231-1/+1
| | | | | | | The upgrade was already done 3 weeks ago, this version number was missing, however. Change-Id: Ibc794ba8035c46ea2160925b344ded5714b7c987 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
* Upgrade gson to version 2.8.2David Pursehouse2018-01-201-1/+1
| | | | | | | | CQ: 15286 CQ: 15287 (Orbit) Change-Id: I43312d5276b64d871f7fa253a43a090f9b163724 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade commons-compress to 1.15David Pursehouse2018-01-191-1/+8
| | | | | | | | | | | | | | | Also update xz to 1.6 as this is the version commons-compress 1.15 wants. Since xz 1.6 is an optional dependency for commons-compress we need to add a non-optional dependency to xz for org.eclipse.jgit.pgm.test since one of the tests explicitly requires xz. Related change adding commons-compress to Orbit: https://git.eclipse.org/r/#/c/115366/ CQ: 15356 CQ: 15360 Change-Id: I0d61c71bc541cc30464a0fff93775b079dd3ba88 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade error_prone_core to 2.2.0David Pursehouse2018-01-101-1/+1
| | | | | Change-Id: Icf1e2fba724dec363bdc941e562396255b9d9faf Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Update developers list in pom.xmlDavid Pursehouse2018-01-101-0/+6
| | | | | Change-Id: If391947957918a456a8f9eb315c95bb669a413b4 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Upgrade Spotbugs to 3.1.1David Pursehouse2018-01-101-1/+1
| | | | | Change-Id: Ie43c74acabd9520dde5d8577f040e6575bd3ebbc Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Add com.jcraft.jzlib 1.1.1Matthias Sohn2018-01-041-0/+7
| | | | | | | | | | com.jcraft.jsch requires com.jcraft.jzlib to provide optional zlib packet compression support. Add this library so that jgit can handle packet compression. CQ: 15292 Bug: 529129 Change-Id: I0297bd0488753547a5f5d47dbf0db508a79dd265 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2017-12-311-1/+1
| | | | | Change-Id: I5d5e2befcf530d93457d44684bd9e4fc2392e5eb Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Require maven 3.5.2Matthias Sohn2017-12-271-4/+21
| | | | | | | | | | | | This prepares builds on Java 9 [1]. The maven 2 tag "prerequisites" is not honored by maven 3 hence use maven-enforcer-plugin to enforce the minimum maven version. [1] https://issues.apache.org/jira/browse/MNG-6148 Change-Id: I57f5051a0641b1bd21f9f888f1a17d8f98e879e5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update japicmp-maven-plugin to 0.11.0Matthias Sohn2017-12-261-1/+1
| | | | | Change-Id: Ia0c5308fc4544a3b3a4fd6a19947cfc9a33af9c1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade spotbugs-maven-plugin to 3.1.0David Pursehouse2017-12-231-1/+1
| | | | | Change-Id: I1817afd3f75bd1f030f1b5c6bc683afa51dc5a6b Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Remove maven profile jgit.java8Matthias Sohn2017-12-211-28/+0
| | | | | | | | This profile isn't needed any longer since we require Java 8 as minimum version. Change-Id: I8a37eaf874473ff4004b9c074a810dddebde54c8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Reenable failing the build on javadoc errorsMatthias Sohn2017-12-211-4/+1
| | | | | Change-Id: Id8a5b59119f3d40dea1bb46ef060a6abfff2f6bd Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update last jgit release version to 4.9.2.201712150930-rMatthias Sohn2017-12-211-1/+1
| | | | | Change-Id: I57ff69d2fdfe0b3e694f51ed01c0423343c2d14d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade maven-javadoc-plugin to 3.0.0David Pursehouse2017-12-161-1/+3
| | | | | | | | | | | This version seems to be much stricter and reports a lot more errors in the javadoc formatting. Disable failOnError to prevent the build from failing due to these newly reported problems. These should be fixed in a follow-up commit. Change-Id: Ia403cbedf72cfe8bdaf09f30e42e3bf96084ae52 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Upgrade maven-surefire{-report}-plugin to 2.20.1David Pursehouse2017-12-161-2/+2
| | | | | Change-Id: If3979b36ac0e1fd66f31f8a92e76b0e47d066a3b Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Upgrade maven-dependency-plugin to 3.0.2David Pursehouse2017-12-161-1/+1
| | | | | Change-Id: I1ed9f0e0ebdcadc4ddc56a78894b3a4220ae26ac Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Upgrade maven-shade-plugin to 3.1.0David Pursehouse2017-12-161-1/+1
| | | | | Change-Id: I14d746dfbfcea0d87378894b74c0cd673253f566 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Update Apache httpclient to 4.5.2 and httpcore to 4.4.6Matthias Sohn2017-12-131-1/+8
| | | | | | | CQ: 15051 CQ: 15052 Change-Id: I532cd73253601ce1d2926850af2519aae6744a9c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade error_prone_core to 2.1.3David Pursehouse2017-12-011-1/+1
| | | | | Change-Id: I45619f8089a3cd1390e57158c4bf808c84330a50 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Update Jetty to 9.4.8.v20171121Matthias Sohn2017-11-291-1/+1
| | | | Change-Id: I4ea421758e3469a59fa4fbbf46ce86757dd267e9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade spotbugs-maven-plugin to 3.1.0-RC8David Pursehouse2017-11-261-1/+1
| | | | | Change-Id: I650d1a527063204aa9696fe99b4f59bfa7e5fb97 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Upgrade maven-compiler-plugin to 3.7.0David Pursehouse2017-11-231-1/+1
| | | | | Change-Id: I9c4a591b809cee702b2d064d74c9809c023c78c8 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>