Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2011-07-18 22:03:38 +0000
committerJeff Johnston2011-07-18 22:03:38 +0000
commit40c272fe36fb7cd330741cdb3e451de27ec4ec4f (patch)
treef4c9fd6c3a0c68448115d255ae4c92e236777929 /gcov/org.eclipse.linuxtools.gcov-feature
parentc011a2c7a093ad3ba1a04623709f7c9a3650269f (diff)
downloadorg.eclipse.linuxtools-40c272fe36fb7cd330741cdb3e451de27ec4ec4f.tar.gz
org.eclipse.linuxtools-40c272fe36fb7cd330741cdb3e451de27ec4ec4f.tar.xz
org.eclipse.linuxtools-40c272fe36fb7cd330741cdb3e451de27ec4ec4f.zip
Fix pom.xml file for gcov feature.
Diffstat (limited to 'gcov/org.eclipse.linuxtools.gcov-feature')
-rw-r--r--gcov/org.eclipse.linuxtools.gcov-feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml b/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
index 343b80f1c7..9cb6ec9253 100644
--- a/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
+++ b/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.gcov-feature</artifactId>
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.6.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>Linux Tools GCov Feature</name>

Back to the top