diff --git a/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml b/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml index d66a0a8..05eb339 100644 --- a/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml +++ b/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml @@ -1,5 +1,5 @@ - + %description diff --git a/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml b/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml index 4ffb740..c6f5def 100644 --- a/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml +++ b/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml @@ -4,11 +4,11 @@ org.jboss.tools.openshift features - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.features org.jboss.tools.openshift.egit.integration.feature - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT eclipse-feature diff --git a/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml b/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml index 5d6b3c4..dcd51ad 100644 --- a/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml +++ b/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml @@ -1,5 +1,5 @@ - + %description diff --git a/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml b/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml index 999ebf0..2ac639a 100644 --- a/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml +++ b/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.openshift features - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.features org.jboss.tools.openshift.egit.integration.test.feature diff --git a/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml b/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml index bea0d4c..f6b2b5a 100755 --- a/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml +++ b/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml @@ -1,5 +1,5 @@ - + %description diff --git a/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml b/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml index a18a1f0..46a6ba7 100644 --- a/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml +++ b/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.openshift features - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.features org.jboss.tools.openshift.express.feature diff --git a/openshift/features/org.jboss.tools.openshift.express.test.feature/feature.xml b/openshift/features/org.jboss.tools.openshift.express.test.feature/feature.xml index 3f41794..05f0762 100644 --- a/openshift/features/org.jboss.tools.openshift.express.test.feature/feature.xml +++ b/openshift/features/org.jboss.tools.openshift.express.test.feature/feature.xml @@ -1,5 +1,5 @@ - + %description diff --git a/openshift/features/org.jboss.tools.openshift.express.test.feature/pom.xml b/openshift/features/org.jboss.tools.openshift.express.test.feature/pom.xml index fa7e071..1d1576a 100644 --- a/openshift/features/org.jboss.tools.openshift.express.test.feature/pom.xml +++ b/openshift/features/org.jboss.tools.openshift.express.test.feature/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.openshift features - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.features org.jboss.tools.openshift.express.test.feature diff --git a/openshift/features/pom.xml b/openshift/features/pom.xml index d49be51..3156f56 100644 --- a/openshift/features/pom.xml +++ b/openshift/features/pom.xml @@ -5,7 +5,7 @@ org.jboss.tools openshift - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift features diff --git a/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF b/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF index 0517189..82759f5 100644 --- a/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF +++ b/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit Core Bundle-SymbolicName: org.jboss.tools.openshift.egit.core;singleton:=true -Bundle-Version: 2.3.1.qualifier +Bundle-Version: 2.3.2.qualifier Bundle-Activator: org.jboss.tools.openshift.egit.core.internal.EGitCoreActivator Require-Bundle: org.jboss.ide.eclipse.as.core;bundle-version="2.3.0", org.eclipse.jgit;bundle-version="1.1.0", diff --git a/openshift/plugins/org.jboss.tools.openshift.egit.core/pom.xml b/openshift/plugins/org.jboss.tools.openshift.egit.core/pom.xml index d1949af..62073e4 100644 --- a/openshift/plugins/org.jboss.tools.openshift.egit.core/pom.xml +++ b/openshift/plugins/org.jboss.tools.openshift.egit.core/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.openshift plugins - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.plugins org.jboss.tools.openshift.egit.core diff --git a/openshift/plugins/org.jboss.tools.openshift.egit.ui/META-INF/MANIFEST.MF b/openshift/plugins/org.jboss.tools.openshift.egit.ui/META-INF/MANIFEST.MF index cc5b453..686000b 100644 --- a/openshift/plugins/org.jboss.tools.openshift.egit.ui/META-INF/MANIFEST.MF +++ b/openshift/plugins/org.jboss.tools.openshift.egit.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit integration UI Bundle-SymbolicName: org.jboss.tools.openshift.egit.ui;singleton:=true -Bundle-Version: 2.3.1.qualifier +Bundle-Version: 2.3.2.qualifier Bundle-Activator: org.jboss.tools.openshift.egit.ui.EGitUIActivator Require-Bundle: org.jboss.tools.openshift.egit.core;bundle-version="[2.3.0,3.0.0)", org.eclipse.egit.core;bundle-version="1.0.0", diff --git a/openshift/plugins/org.jboss.tools.openshift.egit.ui/pom.xml b/openshift/plugins/org.jboss.tools.openshift.egit.ui/pom.xml index 984d339..71179bc 100644 --- a/openshift/plugins/org.jboss.tools.openshift.egit.ui/pom.xml +++ b/openshift/plugins/org.jboss.tools.openshift.egit.ui/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.openshift plugins - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.plugins org.jboss.tools.openshift.egit.ui diff --git a/openshift/plugins/org.jboss.tools.openshift.express.client/META-INF/MANIFEST.MF b/openshift/plugins/org.jboss.tools.openshift.express.client/META-INF/MANIFEST.MF index 96f12b7..a65021f 100644 --- a/openshift/plugins/org.jboss.tools.openshift.express.client/META-INF/MANIFEST.MF +++ b/openshift/plugins/org.jboss.tools.openshift.express.client/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Client Bundle-SymbolicName: org.jboss.tools.openshift.express.client -Bundle-Version: 2.3.1.qualifier +Bundle-Version: 2.3.2.qualifier Bundle-Vendor: JBoss by Red Hat Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ClassPath: ., diff --git a/openshift/plugins/org.jboss.tools.openshift.express.client/pom.xml b/openshift/plugins/org.jboss.tools.openshift.express.client/pom.xml index 6b7bb68..d88827f 100644 --- a/openshift/plugins/org.jboss.tools.openshift.express.client/pom.xml +++ b/openshift/plugins/org.jboss.tools.openshift.express.client/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.openshift plugins - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.plugins org.jboss.tools.openshift.express.client diff --git a/openshift/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF b/openshift/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF index 87e5103..129b147 100644 --- a/openshift/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF +++ b/openshift/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: OpenShift UI Bundle-SymbolicName: org.jboss.tools.openshift.express.ui;singleton:=true -Bundle-Version: 2.3.1.qualifier +Bundle-Version: 2.3.2.qualifier Bundle-Localization: plugin Bundle-Activator: org.jboss.tools.openshift.express.internal.ui.OpenShiftUIActivator Require-Bundle: org.jboss.tools.openshift.express.client;bundle-version="2.3.0", diff --git a/openshift/plugins/org.jboss.tools.openshift.express.ui/pom.xml b/openshift/plugins/org.jboss.tools.openshift.express.ui/pom.xml index d4ff99d..23e2b92 100644 --- a/openshift/plugins/org.jboss.tools.openshift.express.ui/pom.xml +++ b/openshift/plugins/org.jboss.tools.openshift.express.ui/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.openshift plugins - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.plugins org.jboss.tools.openshift.express.ui diff --git a/openshift/plugins/pom.xml b/openshift/plugins/pom.xml index 2402b94..91e70e5 100644 --- a/openshift/plugins/pom.xml +++ b/openshift/plugins/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jboss.tools openshift - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift plugins diff --git a/openshift/pom.xml b/openshift/pom.xml index 32d9ae0..1d5ea5b 100644 --- a/openshift/pom.xml +++ b/openshift/pom.xml @@ -10,7 +10,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jboss.tools openshift openshift.all - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT pom plugins diff --git a/openshift/site/pom.xml b/openshift/site/pom.xml index e3d3a47..c3b9d8f 100644 --- a/openshift/site/pom.xml +++ b/openshift/site/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools openshift - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift openshift.site diff --git a/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF b/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF index 6b90d1b..e1617ac 100644 --- a/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF +++ b/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit Tests Bundle-SymbolicName: org.jboss.tools.openshift.egit.test -Bundle-Version: 2.3.1.qualifier +Bundle-Version: 2.3.2.qualifier Bundle-Activator: org.jboss.tools.openshift.egit.internal.test.EGitTestActivator Bundle-Vendor: JBoss by Red Hat Require-Bundle: org.eclipse.egit.core;bundle-version="1.0.0", diff --git a/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml b/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml index 30eedf2..1d53789 100644 --- a/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml +++ b/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.openshift tests - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.tests org.jboss.tools.openshift.egit.test diff --git a/openshift/tests/org.jboss.tools.openshift.express.test/META-INF/MANIFEST.MF b/openshift/tests/org.jboss.tools.openshift.express.test/META-INF/MANIFEST.MF index c250913..6466267 100644 --- a/openshift/tests/org.jboss.tools.openshift.express.test/META-INF/MANIFEST.MF +++ b/openshift/tests/org.jboss.tools.openshift.express.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: OpenShift Test Bundle-SymbolicName: org.jboss.tools.openshift.express.test -Bundle-Version: 2.3.1.qualifier +Bundle-Version: 2.3.2.qualifier Bundle-Vendor: JBoss by Red Hat Require-Bundle: org.jboss.tools.openshift.express.ui;bundle-version="2.3.0", org.jboss.tools.openshift.express.client;bundle-version="2.3.0", diff --git a/openshift/tests/org.jboss.tools.openshift.express.test/pom.xml b/openshift/tests/org.jboss.tools.openshift.express.test/pom.xml index acb300e..1017559 100644 --- a/openshift/tests/org.jboss.tools.openshift.express.test/pom.xml +++ b/openshift/tests/org.jboss.tools.openshift.express.test/pom.xml @@ -4,7 +4,7 @@ org.jboss.tools.openshift tests - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift.tests org.jboss.tools.openshift.express.test diff --git a/openshift/tests/pom.xml b/openshift/tests/pom.xml index 3a27d37..8f0f4f9 100644 --- a/openshift/tests/pom.xml +++ b/openshift/tests/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs org.jboss.tools openshift - 2.3.1-SNAPSHOT + 2.3.2-SNAPSHOT org.jboss.tools.openshift tests