Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-12-11 18:52:06 +0000
committerRoland Grunberg2012-12-13 21:48:02 +0000
commit867dd3eca027894b385034d780006c7a24b3952b (patch)
tree521186babefef0a8856bb49f2eaa418b2bfdf8b8 /rpmstubby
parentbfad78dc5590881d2e3552eb35e138b98e36f9e4 (diff)
downloadorg.eclipse.linuxtools-867dd3eca027894b385034d780006c7a24b3952b.tar.gz
org.eclipse.linuxtools-867dd3eca027894b385034d780006c7a24b3952b.tar.xz
org.eclipse.linuxtools-867dd3eca027894b385034d780006c7a24b3952b.zip
Bump up Linux Tools master snapshot release to 2.0.0.
Change-Id: I5b9ab2cf7a5408714a33626d20aca0b06bfbf8fc Reviewed-on: https://git.eclipse.org/r/9162 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
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 4ce52fc87e..e79d4adfab 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>1.2.0-SNAPSHOT</version>
+ <version>2.0.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 3abc0b41be..71f613700e 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>1.2.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.rpmstubby</artifactId>
diff --git a/rpmstubby/pom.xml b/rpmstubby/pom.xml
index c38581fd16..33600c1c2f 100644
--- a/rpmstubby/pom.xml
+++ b/rpmstubby/pom.xml
@@ -23,12 +23,12 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.rpmstubby</groupId>
<artifactId>linuxtools-rpmstubby-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools RPM Stubby Parent</name>

Back to the top