]> source.dussan.org Git - jgit.git/commitdiff
Update build to use Tycho 0.23 42/49642/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 8 Jun 2015 10:59:28 +0000 (12:59 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 8 Jun 2015 10:59:28 +0000 (12:59 +0200)
see https://wiki.eclipse.org/Tycho/Release_Notes/0.23

Change-Id: I70e6711294e2a92efa77fd9dd1c906c449c9b4db
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.packaging/pom.xml
pom.xml

index 021032cb19e5dffd9463f8531b75bd8bb209d213..d1c5d4dd6593cbeb89cc0abdf31587f5664b56f5 100644 (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>
 
diff --git a/pom.xml b/pom.xml
index 2ed818b7175e9d1d2be53e4f6437d5a1db302b64..68a6789521d548278b4713c58f6f0e2c9497a536 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <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>