Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorOtavio Pontes2012-03-16 13:03:16 +0000
committerOtavio Pontes2012-03-16 13:06:53 +0000
commitcd0f1846e22f2efd41c6fc0cb1bf5426b166d709 (patch)
tree8949cfc3ca8b7dc55093a574ebdfa787acf72d91 /man
parent26894d0e65f44b6668786b0d4bb8e54ce9815494 (diff)
downloadorg.eclipse.linuxtools-cd0f1846e22f2efd41c6fc0cb1bf5426b166d709.tar.gz
org.eclipse.linuxtools-cd0f1846e22f2efd41c6fc0cb1bf5426b166d709.tar.xz
org.eclipse.linuxtools-cd0f1846e22f2efd41c6fc0cb1bf5426b166d709.zip
Updating versions from 0.10.0 to 0.11.0 in pom files.
Since our 0.10 release is schedule and the stable-0.10 branch was already created we're updating the versions for our next release. I was recomended to updated it to 0.11 instead of 1.0 because we are still in incubation.
Diffstat (limited to 'man')
-rw-r--r--man/org.eclipse.linuxtools.man-feature/pom.xml2
-rw-r--r--man/org.eclipse.linuxtools.man.core/pom.xml2
-rw-r--r--man/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/man/org.eclipse.linuxtools.man-feature/pom.xml b/man/org.eclipse.linuxtools.man-feature/pom.xml
index 925059ad81..a6de2e9942 100644
--- a/man/org.eclipse.linuxtools.man-feature/pom.xml
+++ b/man/org.eclipse.linuxtools.man-feature/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.linuxtools.man</groupId>
<artifactId>linuxtools-man-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.man</artifactId>
diff --git a/man/org.eclipse.linuxtools.man.core/pom.xml b/man/org.eclipse.linuxtools.man.core/pom.xml
index fd0842ebd2..07b6686b68 100644
--- a/man/org.eclipse.linuxtools.man.core/pom.xml
+++ b/man/org.eclipse.linuxtools.man.core/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.linuxtools.man</groupId>
<artifactId>linuxtools-man-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.man.core</artifactId>
diff --git a/man/pom.xml b/man/pom.xml
index 1aa1f384b2..57f97839ee 100644
--- a/man/pom.xml
+++ b/man/pom.xml
@@ -23,12 +23,12 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.man</groupId>
<artifactId>linuxtools-man-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools Man Parent</name>

Back to the top