summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2015-06-08 12:59:28 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2015-06-08 12:59:28 +0200
commitd8040f3406d1e33fc88a93f749af536e54c5f1a2 (patch)
tree1ea66fb11993e4e8dd30e234c7be6a02e689108a
parentfb21fb10fc76ffa886338a08d2a09cd76d339f2d (diff)
downloadjgit-d8040f3406d1e33fc88a93f749af536e54c5f1a2.tar.gz
jgit-d8040f3406d1e33fc88a93f749af536e54c5f1a2.zip
Update build to use Tycho 0.23
see https://wiki.eclipse.org/Tycho/Release_Notes/0.23 Change-Id: I70e6711294e2a92efa77fd9dd1c906c449c9b4db Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.jgit.packaging/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index 021032cb19..d1c5d4dd65 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 2ed818b717..68a6789521 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>