Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-12-26 22:21:46 +0000
committerMatthias Sohn2016-12-26 22:21:46 +0000
commit16e515a59efe1e545710ced6e52d396056ac9467 (patch)
treea12842af6bb99eb195653ef7048086e67f16c6bb /pom.xml
parentdbd859a48d178a6a333321c9ca37d4a4b91f0302 (diff)
downloadjgit-16e515a59efe1e545710ced6e52d396056ac9467.tar.gz
jgit-16e515a59efe1e545710ced6e52d396056ac9467.tar.xz
jgit-16e515a59efe1e545710ced6e52d396056ac9467.zip
Update tycho version to 0.26
Change-Id: I1cf3402c057de89d1afe161d2d4106896fa8753f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7148f66684..40ccb90470 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@
<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.25.0</tycho-extras-version>
+ <tycho-extras-version>0.26.0</tycho-extras-version>
<gson-version>2.2.4</gson-version>
<!-- Properties to enable jacoco code coverage analysis -->

Back to the top