Browse Source

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>
tags/v4.1.0.201509280440-r
Matthias Sohn 9 years ago
parent
commit
a89dbbd87e
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      org.eclipse.jgit.packaging/pom.xml
  2. 1
    1
      pom.xml

+ 1
- 1
org.eclipse.jgit.packaging/pom.xml View File

@@ -59,7 +59,7 @@
<name>JGit Tycho Parent</name>

<properties>
<tycho-version>0.22.0</tycho-version>
<tycho-version>0.23.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
</properties>


+ 1
- 1
pom.xml View File

@@ -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>

Loading…
Cancel
Save