Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAndrew Overholt2011-03-29 19:28:06 +0000
committerAndrew Overholt2011-03-29 19:28:06 +0000
commit7a85a3b9bed664c66a3a29d4d5814381289f3aae (patch)
tree12c7e490f946fc39d9dbd0be3fc39f0c6c3edb05 /man
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 'man')
-rw-r--r--man/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pom.xml b/man/pom.xml
index 1a2c7f1560..e3a2ae6ea3 100644
--- a/man/pom.xml
+++ b/man/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.man</groupId>

Back to the top