Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Pontes2012-07-06 18:46:59 +0000
committerOtavio Pontes2012-07-06 18:46:59 +0000
commitd270ff98994d469a6d514afe7f5d027348024cd5 (patch)
tree1dccc6cfcb184ab692dfd2083c392d07d4993f08 /rpmstubby
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 'rpmstubby')
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml2
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml2
-rw-r--r--rpmstubby/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml
index 6983e97b26..978251eebc 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.linuxtools.rpmstubby</groupId>
<artifactId>linuxtools-rpmstubby-parent</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.rpmstubby.feature</artifactId>
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml
index 38043ab840..d31c568379 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.linuxtools.rpmstubby</groupId>
<artifactId>linuxtools-rpmstubby-parent</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.rpmstubby</artifactId>
diff --git a/rpmstubby/pom.xml b/rpmstubby/pom.xml
index ed38098324..7b7ff6247e 100644
--- a/rpmstubby/pom.xml
+++ b/rpmstubby/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.rpmstubby</groupId>
<artifactId>linuxtools-rpmstubby-parent</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools RPM Stubby Parent</name>

Back to the top