]> source.dussan.org Git - jgit.git/commitdiff
Upgrade Tycho to 1.3 90/134090/2
authorMichael Keppler <Michael.Keppler@gmx.de>
Sat, 15 Dec 2018 15:17:31 +0000 (16:17 +0100)
committerMichael Keppler <Michael.Keppler@gmx.de>
Sun, 16 Dec 2018 09:10:32 +0000 (10:10 +0100)
With the upcoming Eclipse release 2018-12 a new version of Tycho has
been released. Upgrade the Tycho related build steps to the new version
in the Maven build.

Change-Id: Ifff186a9f97ed9faf70f15b20396724b0c9e801c
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
org.eclipse.jgit.packaging/pom.xml
pom.xml

index 4696f618c2525d40239824bb942d8dccc44588b8..9eb04e515dc2096160e59b9cb7a05922851a4bfd 100644 (file)
@@ -59,7 +59,7 @@
   <name>JGit Tycho Parent</name>
 
   <properties>
-    <tycho-version>1.2.0</tycho-version>
+    <tycho-version>1.3.0</tycho-version>
     <tycho-extras-version>${tycho-version}</tycho-extras-version>
     <target-platform>jgit-4.6</target-platform>
   </properties>
diff --git a/pom.xml b/pom.xml
index 5f6297d60cbcd7e67853af0d8222978e658ad379..0ef0a7d6b83fd85fff19d93c2fe620d155c48aab 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>3.0.1</maven-javadoc-plugin-version>
-    <tycho-extras-version>1.2.0</tycho-extras-version>
+    <tycho-extras-version>1.3.0</tycho-extras-version>
     <gson-version>2.8.2</gson-version>
     <spotbugs-maven-plugin-version>3.1.9</spotbugs-maven-plugin-version>
     <maven-surefire-version>2.22.1</maven-surefire-version>