Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-06-13 07:30:37 +0000
committerMatthias Sohn2012-06-13 07:30:37 +0000
commit97edbc9c106325e56417c8faba6a45a119fdcb83 (patch)
treeb7c7d3867f7a3fc4477021735a70b9a337bf221b
parente2f0f666748f7f2c634ddcaf02e9b77657606c95 (diff)
downloadegit-github-97edbc9c106325e56417c8faba6a45a119fdcb83.tar.gz
egit-github-97edbc9c106325e56417c8faba6a45a119fdcb83.tar.xz
egit-github-97edbc9c106325e56417c8faba6a45a119fdcb83.zip
Update build to use Tycho 0.15.0
Also fix groupId of tycho-p2-publisher-plugin. Change-Id: Icb004e59a58d6fc23a71d245b15cbc46fa991b1c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.mylyn.github-site/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github-site/pom.xml b/org.eclipse.mylyn.github-site/pom.xml
index ec1c38a4..e606326f 100644
--- a/org.eclipse.mylyn.github-site/pom.xml
+++ b/org.eclipse.mylyn.github-site/pom.xml
@@ -26,7 +26,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-publisher-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
diff --git a/pom.xml b/pom.xml
index 65e745ed..c088375f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
</licenses>
<properties>
- <tycho-version>0.13.0</tycho-version>
+ <tycho-version>0.15.0</tycho-version>
<egit-site>file:/${basedir}/../../egit/org.eclipse.egit.repository/target/repository</egit-site>
<platform-version-name>indigo</platform-version-name>
<mylyn-site>http://download.eclipse.org/mylyn/releases/3.7</mylyn-site>

Back to the top