Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-03-29 19:28:06 +0000
committerAndrew Overholt2011-03-29 19:28:06 +0000
commit7a85a3b9bed664c66a3a29d4d5814381289f3aae (patch)
tree12c7e490f946fc39d9dbd0be3fc39f0c6c3edb05 /valgrind/pom.xml
parent621d75c9036daef96e298b8088d5da4c1253fccf (diff)
downloadorg.eclipse.linuxtools-7a85a3b9bed664c66a3a29d4d5814381289f3aae.tar.gz
org.eclipse.linuxtools-7a85a3b9bed664c66a3a29d4d5814381289f3aae.tar.xz
org.eclipse.linuxtools-7a85a3b9bed664c66a3a29d4d5814381289f3aae.zip
Make all POMs use 0.8.0 as version
Diffstat (limited to 'valgrind/pom.xml')
-rw-r--r--valgrind/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/valgrind/pom.xml b/valgrind/pom.xml
index c24e58d948..7eae47efd4 100644
--- a/valgrind/pom.xml
+++ b/valgrind/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.valgrind</groupId>

Back to the top