Skip to main content
summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorOtavio Pontes2012-07-06 18:46:59 +0000
committerOtavio Pontes2012-07-06 18:46:59 +0000
commitd270ff98994d469a6d514afe7f5d027348024cd5 (patch)
tree1dccc6cfcb184ab692dfd2083c392d07d4993f08 /man
parent602663ccf5ab837b281d803cd6a29da8a5c0e496 (diff)
downloadorg.eclipse.linuxtools-d270ff98994d469a6d514afe7f5d027348024cd5.tar.gz
org.eclipse.linuxtools-d270ff98994d469a6d514afe7f5d027348024cd5.tar.xz
org.eclipse.linuxtools-d270ff98994d469a6d514afe7f5d027348024cd5.zip
Renaming version to 1.1 in stable-1.1 branch
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 58c12181f2..ccb05b14ea 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.11.0-SNAPSHOT</version>
+ <version>1.1.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 19100c370f..93da732b8c 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.11.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.man.core</artifactId>
diff --git a/man/pom.xml b/man/pom.xml
index 57f97839ee..c21174e13a 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.11.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.man</groupId>
<artifactId>linuxtools-man-parent</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools Man Parent</name>

Back to the top