Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-12-17 22:34:53 +0000
committerPascal Rapicault2010-12-17 22:34:53 +0000
commitfe769a0e2f1a4305e0be06212e115d6894e49c7b (patch)
tree57a3294077fc01d308112d4e6ab20267255493da
parent7fc91e4fb38ea97f656abf08583c19492d73cdd8 (diff)
downloadm2e-core-fe769a0e2f1a4305e0be06212e115d6894e49c7b.tar.gz
m2e-core-fe769a0e2f1a4305e0be06212e115d6894e49c7b.tar.xz
m2e-core-fe769a0e2f1a4305e0be06212e115d6894e49c7b.zip
Fix bogus version
-rw-r--r--org.eclipse.m2e.logging/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.m2e.logging/pom.xml b/org.eclipse.m2e.logging/pom.xml
index b2bdce17..de8abfbb 100644
--- a/org.eclipse.m2e.logging/pom.xml
+++ b/org.eclipse.m2e.logging/pom.xml
@@ -8,6 +8,5 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.m2e.logging</artifactId>
- <version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project> \ No newline at end of file

Back to the top