Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-03-21 23:29:32 +0000
committerJeff Johnston2012-03-21 23:29:32 +0000
commit74cab85957757f128f8914b2b6e3e484e7d4e7ea (patch)
treee37e4e16afee72f2a3df81078808a2a2e3857deb /valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
parent4712e7c531e89f4ae4803fae520407eb41b4c5c8 (diff)
downloadorg.eclipse.linuxtools-0.10.0.tar.gz
org.eclipse.linuxtools-0.10.0.tar.xz
org.eclipse.linuxtools-0.10.0.zip
Fix typo in Valgrind cachegrind tests pom.xml.v0.10.0stable-0.10
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
index e5cb4a8f4a..70fa6e5a8e 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
@@ -14,11 +14,11 @@
<parent>
<artifactId>linuxtools-valgrind-parent</artifactId>
<groupId>org.eclipse.linuxtools.valgrind</groupId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>0.10.0</version>
</parent>
<artifactId>org.eclipse.linuxtools.valgrind.cachegrind.tests</artifactId>
- <version>0.10.0</version>
+ <version>0.10.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<name>Linux Tools Cachegrind Tests Plug-in</name>

Back to the top