Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2011-11-08 21:08:01 +0000
committerJeff Johnston2011-11-08 21:23:28 +0000
commit9745c96f06cdae797a0fd2baca5ef893207adff3 (patch)
treea8a7a214a8715f9efbf6941c2ea61d3b917e4f30
parent50937355abf3d5d6e75206865d8a409a8d4615a0 (diff)
downloadorg.eclipse.linuxtools-9745c96f06cdae797a0fd2baca5ef893207adff3.tar.gz
org.eclipse.linuxtools-9745c96f06cdae797a0fd2baca5ef893207adff3.tar.xz
org.eclipse.linuxtools-9745c96f06cdae797a0fd2baca5ef893207adff3.zip
Fix up version in dataviewers feature pom.xml.
-rw-r--r--profiling/org.eclipse.linuxtools.dataviewers-feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiling/org.eclipse.linuxtools.dataviewers-feature/pom.xml b/profiling/org.eclipse.linuxtools.dataviewers-feature/pom.xml
index 2c6815a1ad..9713834ff1 100644
--- a/profiling/org.eclipse.linuxtools.dataviewers-feature/pom.xml
+++ b/profiling/org.eclipse.linuxtools.dataviewers-feature/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.dataviewers.feature</artifactId>
- <version>0.10-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>Linux Tools Dataviewers Feature</name>

Back to the top