diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-14 18:47:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-14 19:03:36 +0200 |
commit | 3267f9161d676a2f6eed626a09d09717ca389d58 (patch) | |
tree | efefc73c83591f86fed45bff30f6b56f4e9b7d64 /pom.xml | |
parent | c80d8c59013804c5709bd873a2fec96f03dedbcc (diff) | |
download | jgit-3267f9161d676a2f6eed626a09d09717ca389d58.tar.gz jgit-3267f9161d676a2f6eed626a09d09717ca389d58.zip |
Update Maven plugins
- japicmp-maven-plugin to 0.8.1
- maven-surefire-plugin to 2.20
- maven-surefire-report-plugin to 2.20
- tycho-extras to 1.0.0
Change-Id: Iecc9a5aeb7811a8ecc8198c8836a4a739be3cc08
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -201,14 +201,15 @@ <osgi-core-version>4.3.1</osgi-core-version> <servlet-api-version>3.1.0</servlet-api-version> <jetty-version>9.3.17.v20170317</jetty-version> - <japicmp-version>0.5.3</japicmp-version> + <japicmp-version>0.8.1</japicmp-version> <httpclient-version>4.3.6</httpclient-version> <slf4j-version>1.7.2</slf4j-version> <log4j-version>1.2.15</log4j-version> <maven-javadoc-plugin-version>2.10.4</maven-javadoc-plugin-version> - <tycho-extras-version>0.26.0</tycho-extras-version> + <tycho-extras-version>1.0.0</tycho-extras-version> <gson-version>2.2.4</gson-version> <findbugs-maven-plugin-version>3.0.4</findbugs-maven-plugin-version> + <maven-surefire-report-plugin-version>2.20</maven-surefire-report-plugin-version> <!-- Properties to enable jacoco code coverage analysis --> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> @@ -352,7 +353,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> + <version>2.20</version> <configuration> <forkCount>${test-fork-count}</forkCount> <reuseForks>true</reuseForks> @@ -433,14 +434,14 @@ <dependency><!-- add support for ssh/scp --> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> - <version>2.10</version> + <version>2.12</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.19.1</version> + <version>${maven-surefire-report-plugin-version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -581,7 +582,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.19.1</version> + <version>${maven-surefire-report-plugin-version}</version> <configuration> <aggregate>true</aggregate> <alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport> |