diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-06-09 16:56:16 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-06-09 17:17:18 +0200 |
commit | a89dbbd87e587a8c123c96109136fee536322d1b (patch) | |
tree | e1fb7e84ef85e611c2b6bc72d7e932de841d588d /pom.xml | |
parent | c1fca6cb43ba0901b0979a93fcc886c154102e38 (diff) | |
parent | 2dd4dc149ce9e6231c42eaa995c52ea3e90181dd (diff) | |
download | jgit-a89dbbd87e587a8c123c96109136fee536322d1b.tar.gz jgit-a89dbbd87e587a8c123c96109136fee536322d1b.zip |
Merge branch 'stable-4.0'
* stable-4.0:
Prepare 4.0.1-SNAPSHOT builds
JGit v4.0.0.201506090130-r
Update build to use Tycho 0.23
Change-Id: I732b601c198ad1a50aa7ba3c1d1fb516b10912b5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ <slf4j-version>1.7.2</slf4j-version> <log4j-version>1.2.15</log4j-version> <maven-javadoc-plugin-version>2.10.1</maven-javadoc-plugin-version> - <tycho-extras-version>0.22.0</tycho-extras-version> + <tycho-extras-version>0.23.0</tycho-extras-version> <!-- Properties to enable jacoco code coverage analysis --> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |