Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Nikishov2011-10-20 12:18:32 +0000
committerMykola Nikishov2011-10-20 13:00:27 +0000
commit2ebb46bbfe8987767b0d401857a1ae47fddb1acd (patch)
tree3d71826cd2ce2f11fae6daad1a37fdaf07c8fba5 /org.eclipse.mylyn.github.ui
parentd22ef5510f45fe98f727317fd8289cd4bf9e6ede (diff)
downloadegit-github-2ebb46bbfe8987767b0d401857a1ae47fddb1acd.tar.gz
egit-github-2ebb46bbfe8987767b0d401857a1ae47fddb1acd.tar.xz
egit-github-2ebb46bbfe8987767b0d401857a1ae47fddb1acd.zip
Fix Maven GAV coordinates
Make Maven's artifactId and bundleId to be the same, as it required by Tycho since 0.13.0. Change-Id: I0795efd6caa8f1f67525c7da4c440eb2a99d7740 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index 11ffe96f..e9752e6b 100644
--- a/org.eclipse.mylyn.github.ui/pom.xml
+++ b/org.eclipse.mylyn.github.ui/pom.xml
@@ -17,7 +17,7 @@
<version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>ui</artifactId>
+ <artifactId>org.eclipse.mylyn.github.ui</artifactId>
<packaging>eclipse-plugin</packaging>
<name>Eclipse EGit Mylyn GitHub UI</name>
</project>

Back to the top