From afe9ae0b15231615ae8c270ffec5cf6a72021259 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 9 Aug 2017 19:21:19 -0400 Subject: Update master Docker and Vagrant features to 3.2.0. Change-Id: Ib6236429c1d6218af9ec624716e7c6aa5744ceb1 Reviewed-on: https://git.eclipse.org/r/102822 Tested-by: Hudson CI Reviewed-by: Jeff Johnston --- containers/org.eclipse.linuxtools.docker-feature/feature.xml | 2 +- containers/org.eclipse.linuxtools.docker-feature/pom.xml | 4 ++-- containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF | 2 +- containers/org.eclipse.linuxtools.docker.core/pom.xml | 4 ++-- containers/org.eclipse.linuxtools.docker.docs/META-INF/MANIFEST.MF | 2 +- containers/org.eclipse.linuxtools.docker.docs/pom.xml | 4 ++-- containers/org.eclipse.linuxtools.docker.editor/pom.xml | 2 +- containers/org.eclipse.linuxtools.docker.integration.tests/pom.xml | 2 +- containers/org.eclipse.linuxtools.docker.reddeer/pom.xml | 2 +- containers/org.eclipse.linuxtools.docker.tests-feature/feature.xml | 2 +- containers/org.eclipse.linuxtools.docker.tests-feature/pom.xml | 4 ++-- containers/org.eclipse.linuxtools.docker.tests.hamcrest-wrap/pom.xml | 2 +- containers/org.eclipse.linuxtools.docker.ui.tests/pom.xml | 2 +- containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF | 2 +- containers/org.eclipse.linuxtools.docker.ui/pom.xml | 4 ++-- containers/org.eclipse.linuxtools.jdt.docker.launcher/pom.xml | 2 +- containers/pom.xml | 2 +- 17 files changed, 22 insertions(+), 22 deletions(-) (limited to 'containers') diff --git a/containers/org.eclipse.linuxtools.docker-feature/feature.xml b/containers/org.eclipse.linuxtools.docker-feature/feature.xml index 1705411687..afe8e406f7 100644 --- a/containers/org.eclipse.linuxtools.docker-feature/feature.xml +++ b/containers/org.eclipse.linuxtools.docker-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/containers/org.eclipse.linuxtools.docker-feature/pom.xml b/containers/org.eclipse.linuxtools.docker-feature/pom.xml index 58af6ce856..2e3672b5f7 100644 --- a/containers/org.eclipse.linuxtools.docker-feature/pom.xml +++ b/containers/org.eclipse.linuxtools.docker-feature/pom.xml @@ -13,11 +13,11 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.feature - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT eclipse-feature Linux Tools Docker Tooling Feature diff --git a/containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF b/containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF index 074e74f3a3..e4a78d7ca7 100644 --- a/containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF +++ b/containers/org.eclipse.linuxtools.docker.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Docker Core Plugin Bundle-SymbolicName: org.eclipse.linuxtools.docker.core;singleton:=true -Bundle-Version: 3.1.0.qualifier +Bundle-Version: 3.2.0.qualifier Bundle-Activator: org.eclipse.linuxtools.docker.core.Activator Bundle-Vendor: Eclipse Linux Tools Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0", diff --git a/containers/org.eclipse.linuxtools.docker.core/pom.xml b/containers/org.eclipse.linuxtools.docker.core/pom.xml index d0d7895426..7518295721 100644 --- a/containers/org.eclipse.linuxtools.docker.core/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.core/pom.xml @@ -4,10 +4,10 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.core - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT eclipse-plugin diff --git a/containers/org.eclipse.linuxtools.docker.docs/META-INF/MANIFEST.MF b/containers/org.eclipse.linuxtools.docker.docs/META-INF/MANIFEST.MF index 8e22655283..aa131a85fb 100644 --- a/containers/org.eclipse.linuxtools.docker.docs/META-INF/MANIFEST.MF +++ b/containers/org.eclipse.linuxtools.docker.docs/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.linuxtools.docker.docs;singleton:=true -Bundle-Version: 3.1.0.qualifier +Bundle-Version: 3.2.0.qualifier Bundle-Vendor: %providerName Require-Bundle: org.eclipse.help Bundle-Localization: plugin diff --git a/containers/org.eclipse.linuxtools.docker.docs/pom.xml b/containers/org.eclipse.linuxtools.docker.docs/pom.xml index 971df848c0..001c083a0d 100644 --- a/containers/org.eclipse.linuxtools.docker.docs/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.docs/pom.xml @@ -14,11 +14,11 @@ org.eclipse.linuxtools.docker org.eclipse.linuxtools - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.docs - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT eclipse-plugin Linux Tools Docker Tooling Documentation Plug-in diff --git a/containers/org.eclipse.linuxtools.docker.editor/pom.xml b/containers/org.eclipse.linuxtools.docker.editor/pom.xml index dac9a3cf43..efbb836b3d 100644 --- a/containers/org.eclipse.linuxtools.docker.editor/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.editor/pom.xml @@ -4,7 +4,7 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.editor 1.0.0-SNAPSHOT diff --git a/containers/org.eclipse.linuxtools.docker.integration.tests/pom.xml b/containers/org.eclipse.linuxtools.docker.integration.tests/pom.xml index ae768fef63..46c680623b 100644 --- a/containers/org.eclipse.linuxtools.docker.integration.tests/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.integration.tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.integration.tests 1.0.0-SNAPSHOT diff --git a/containers/org.eclipse.linuxtools.docker.reddeer/pom.xml b/containers/org.eclipse.linuxtools.docker.reddeer/pom.xml index 0ef472676d..0433bd15e3 100644 --- a/containers/org.eclipse.linuxtools.docker.reddeer/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.reddeer/pom.xml @@ -5,7 +5,7 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.reddeer 1.0.0-SNAPSHOT diff --git a/containers/org.eclipse.linuxtools.docker.tests-feature/feature.xml b/containers/org.eclipse.linuxtools.docker.tests-feature/feature.xml index 7825b94520..2f66196801 100644 --- a/containers/org.eclipse.linuxtools.docker.tests-feature/feature.xml +++ b/containers/org.eclipse.linuxtools.docker.tests-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/containers/org.eclipse.linuxtools.docker.tests-feature/pom.xml b/containers/org.eclipse.linuxtools.docker.tests-feature/pom.xml index 1a91419d1b..c278e8086b 100644 --- a/containers/org.eclipse.linuxtools.docker.tests-feature/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.tests-feature/pom.xml @@ -13,11 +13,11 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.tests.feature - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT eclipse-feature Linux Tools Docker Tooling Test Feature diff --git a/containers/org.eclipse.linuxtools.docker.tests.hamcrest-wrap/pom.xml b/containers/org.eclipse.linuxtools.docker.tests.hamcrest-wrap/pom.xml index 52be9dd6e1..77d3c2814a 100644 --- a/containers/org.eclipse.linuxtools.docker.tests.hamcrest-wrap/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.tests.hamcrest-wrap/pom.xml @@ -4,7 +4,7 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.tests.hamcrest-wrap 1.2.0-SNAPSHOT diff --git a/containers/org.eclipse.linuxtools.docker.ui.tests/pom.xml b/containers/org.eclipse.linuxtools.docker.ui.tests/pom.xml index 54697e22ad..b306c8e881 100644 --- a/containers/org.eclipse.linuxtools.docker.ui.tests/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.ui.tests/pom.xml @@ -4,7 +4,7 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.ui.tests 2.1.0-SNAPSHOT diff --git a/containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF b/containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF index 07aef9e326..607db7787e 100644 --- a/containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF +++ b/containers/org.eclipse.linuxtools.docker.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Docker UI Plug-in Bundle-SymbolicName: org.eclipse.linuxtools.docker.ui;singleton:=true -Bundle-Version: 3.1.0.qualifier +Bundle-Version: 3.2.0.qualifier Bundle-Activator: org.eclipse.linuxtools.docker.ui.Activator Bundle-Vendor: Eclipse Linux Tools Require-Bundle: org.eclipse.ui, diff --git a/containers/org.eclipse.linuxtools.docker.ui/pom.xml b/containers/org.eclipse.linuxtools.docker.ui/pom.xml index 8d8c8a52f8..c3952e4878 100644 --- a/containers/org.eclipse.linuxtools.docker.ui/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.ui/pom.xml @@ -4,10 +4,10 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.docker.ui - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT eclipse-plugin diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher/pom.xml b/containers/org.eclipse.linuxtools.jdt.docker.launcher/pom.xml index 0edbe2c488..a0fd0318fc 100644 --- a/containers/org.eclipse.linuxtools.jdt.docker.launcher/pom.xml +++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher/pom.xml @@ -4,7 +4,7 @@ org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT org.eclipse.linuxtools.jdt.docker.launcher 1.0.0-SNAPSHOT diff --git a/containers/pom.xml b/containers/pom.xml index 1f3a8a7fab..aacc92d460 100644 --- a/containers/pom.xml +++ b/containers/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.eclipse.linuxtools org.eclipse.linuxtools.docker - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT pom -- cgit v1.2.3