Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-07-14 21:11:33 +0000
committerAndrew Overholt2011-07-14 21:11:33 +0000
commit1c1d75264150799e584590e5ae0a9e1062d2897e (patch)
treeb01f7f4120960d05ce26ed44777a35a2b1dbc261 /valgrind
parentedb6d075644c2c0a7012052495d41f04563cd14f (diff)
downloadorg.eclipse.linuxtools-1c1d75264150799e584590e5ae0a9e1062d2897e.tar.gz
org.eclipse.linuxtools-1c1d75264150799e584590e5ae0a9e1062d2897e.tar.xz
org.eclipse.linuxtools-1c1d75264150799e584590e5ae0a9e1062d2897e.zip
Fix Helgrind tests version in pom.xml
Diffstat (limited to 'valgrind')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml
index 0f5904cb6b..c8d42f5a3e 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.valgrind.helgrind.tests</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<name>Linux Tools Helgrind Tests Plug-in</name>

Back to the top