Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-21 23:51:24 +0000
committerMatthias Sohn2011-06-21 23:52:54 +0000
commit049c8d45558cebfec60e758326fc674b59d33628 (patch)
tree5a7a2500a0b7116629ac1627a8ebba3edd1a773d
parent99748560908bd814ef0844c53d7989f17ca1a47a (diff)
downloadegit-github-049c8d45558cebfec60e758326fc674b59d33628.tar.gz
egit-github-049c8d45558cebfec60e758326fc674b59d33628.tar.xz
egit-github-049c8d45558cebfec60e758326fc674b59d33628.zip
Remove redundant version definition from pom.xml
Change-Id: If819c1bca948c036cb0ba282be5db910102eb70e Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit.github.core/pom.xml1
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.egit.github.core/pom.xml b/org.eclipse.egit.github.core/pom.xml
index de11eef9..292acc5d 100644
--- a/org.eclipse.egit.github.core/pom.xml
+++ b/org.eclipse.egit.github.core/pom.xml
@@ -22,5 +22,4 @@
<artifactId>org.eclipse.egit.github.core</artifactId>
<packaging>eclipse-plugin</packaging>
<name>Eclipse EGit GitHub API Core</name>
- <version>1.0.0-SNAPSHOT</version>
</project>
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index d4c486f3..214a7486 100644
--- a/org.eclipse.mylyn.github.core/pom.xml
+++ b/org.eclipse.mylyn.github.core/pom.xml
@@ -22,5 +22,4 @@
<artifactId>org.eclipse.mylyn.github.core</artifactId>
<packaging>eclipse-plugin</packaging>
<name>Eclipse EGit Mylyn GitHub Core</name>
- <version>1.0.0-SNAPSHOT</version>
</project>

Back to the top