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 /org.eclipse.mylyn.github-site/pom.xml
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>
Diffstat (limited to 'org.eclipse.mylyn.github-site/pom.xml')
-rw-r--r--org.eclipse.mylyn.github-site/pom.xml2
1 files changed, 1 insertions, 1 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>

Back to the top