Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-11-06 15:54:18 +0000
committerAlexander Kurtakov2013-11-06 18:07:34 +0000
commit5c243f655b91840c439cc2abea5029fee8d33453 (patch)
tree482ba3f6e3fb62f12e85bf40652e1dbc7833d0b4
parentb2e08f6aed92c881b8a450e1867e813f1ded6cf9 (diff)
downloadorg.eclipse.linuxtools-5c243f655b91840c439cc2abea5029fee8d33453.tar.gz
org.eclipse.linuxtools-5c243f655b91840c439cc2abea5029fee8d33453.tar.xz
org.eclipse.linuxtools-5c243f655b91840c439cc2abea5029fee8d33453.zip
Move to Tycho 0.19 and CBI 1.0.5.
Change-Id: Id309188a76b4233286fe8f6047f75604280e617b Reviewed-on: https://git.eclipse.org/r/18142 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2ba9af153d..86c7572101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,8 +50,8 @@
<properties>
<mirror-repo-name>updates-nightly</mirror-repo-name>
- <tycho-version>0.18.1</tycho-version>
- <tycho-extras-version>0.18.1</tycho-extras-version>
+ <tycho-version>0.19.0</tycho-version>
+ <tycho-extras-version>0.19.0</tycho-extras-version>
<platform-version-name>kepler</platform-version-name>
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/snapshots</swtbot-site>
@@ -173,7 +173,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<executions>
<execution>
<id>sign</id>

Back to the top