Skip to content

Commit

Permalink
Fix after 4.29.1.Final release
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Jun 13, 2024
1 parent ff49d18 commit bac292a
Show file tree
Hide file tree
Showing 50 changed files with 99 additions and 88 deletions.
2 changes: 1 addition & 1 deletion features/org.jboss.tools.openshift.cdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.openshift.cdk.feature"
label="%featureName"
version="3.24.100.qualifier"
version="3.24.200.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.openshift.cdk.server"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.openshift.cdk.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.cdk.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.openshift.cdk.test.feature"
label="%featureName"
version="3.24.100.qualifier"
version="3.24.200.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.cdk.test.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.openshift.egit.integration.feature"
label="%featureName"
version="3.24.100.qualifier"
version="3.24.200.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.openshift.egit.ui"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.egit.integration.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.openshift.egit.integration.test.feature"
label="%featureName"
version="3.24.100.qualifier"
version="3.24.200.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.egit.integration.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.openshift.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.openshift.feature"
label="%featureName"
version="3.24.100.qualifier"
version="3.24.200.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.openshift.ui"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.openshift.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.openshift.js.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.openshift.js.feature"
label="%featureName"
version="3.24.100.qualifier"
version="3.24.200.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.openshift.js"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.openshift.js.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.js.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.openshift.test.feature"
label="%featureName"
version="3.24.100.qualifier"
version="3.24.200.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.openshift.test.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>openshift</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
Expand Down
26 changes: 13 additions & 13 deletions jacoco-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>openshift</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>jacoco-report</artifactId>
Expand Down Expand Up @@ -37,65 +37,65 @@
<dependency>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.egit.core</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.egit.ui</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.client</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.common.core</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.common.ui</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.core</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.ui</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.cdk.server</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.js</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</dependency>
<!-- tests -->
<dependency>
<groupId>org.jboss.tools.openshift.tests</groupId>
<artifactId>org.jboss.tools.openshift.egit.test</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.tests</groupId>
<artifactId>org.jboss.tools.openshift.test</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.tools.openshift.tests</groupId>
<artifactId>org.jboss.tools.openshift.cdk.server.test</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jboss.tools.openshift.cdk.server;singleton:=true
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 3.24.100.qualifier
Bundle-Version: 3.24.200.qualifier
Bundle-Localization: plugin
Bundle-Activator: org.jboss.tools.openshift.internal.cdk.server.core.CDKCoreActivator
Require-Bundle: org.jboss.tools.usage;bundle-version="2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.openshift.cdk.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>plugins</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.cdk.server</artifactId>
Expand Down
65 changes: 38 additions & 27 deletions plugins/org.jboss.tools.openshift.client/.classpath
Original file line number Diff line number Diff line change
@@ -1,50 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-restclient-java-9.0.5.Final.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okhttp-4.10.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/logging-interceptor-4.10.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okio-jvm-3.3.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kotlin-stdlib-1.8.10.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jboss-dmr-1.6.1.Final.jar"/>
<classpathentry kind="src" output="bin" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.15.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-compress-1.22.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.11.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-api-2.19.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-core-2.19.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-slf4j-impl-2.19.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-2.0.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-dataformat-yaml-2.14.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-datatype-jsr310-2.14.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.14.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/converter-jackson-2.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.14.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.14.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.14.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.33.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-dataformat-yaml-2.14.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-datatype-jsr310-2.14.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jboss-dmr-1.6.1.Final.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kotlin-stdlib-1.8.10.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-client-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-client-api-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-httpclient-okhttp-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-core-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-apps-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-common-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-rbac-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-admissionregistration-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-client-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-client-api-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-operatorhub-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/converter-jackson-2.9.0.jar" sourcepath="lib/converter-jackson-2.9.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/retrofit-2.9.0.jar" sourcepath="lib/retrofit-2.9.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-apiextensions-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-apps-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-autoscaling-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-batch-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-certificates-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-common-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-coordination-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-core-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-discovery-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-events-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-extensions-6.4.1.jar"/>
Expand All @@ -54,9 +50,18 @@
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-networking-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-node-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-policy-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-rbac-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-scheduling-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kubernetes-model-storageclass-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/zjsonpatch-0.3.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-api-2.19.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-core-2.19.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-slf4j-impl-2.19.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/logging-interceptor-4.10.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okhttp-4.10.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okio-jvm-3.3.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-client-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-client-api-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-clusterautoscaling-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-config-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-console-6.4.1.jar"/>
Expand All @@ -67,8 +72,14 @@
<classpathentry exported="true" kind="lib" path="lib/openshift-model-miscellaneous-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-monitoring-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-operator-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-operatorhub-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-storageversionmigrator-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-tuned-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-model-whereabouts-6.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-restclient-java-9.0.5.Final.jar"/>
<classpathentry exported="true" kind="lib" path="lib/retrofit-2.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-2.0.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.33.jar"/>
<classpathentry exported="true" kind="lib" path="lib/zjsonpatch-0.3.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jboss.tools.openshift.client;singleton:=true
Bundle-Version: 3.24.100.qualifier
Bundle-Version: 3.24.200.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.openshift.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>plugins</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jboss.tools.openshift.common.core
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 3.24.100.qualifier
Bundle-Version: 3.24.200.qualifier
Bundle-Activator: org.jboss.tools.openshift.internal.common.core.OpenShiftCommonCoreActivator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.openshift.common.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>plugins</artifactId>
<version>3.24.100-SNAPSHOT</version>
<version>3.24.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.common.core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.jboss.tools.openshift.common.ui;singleton:=true
Bundle-Version: 3.24.100.qualifier
Bundle-Version: 3.24.200.qualifier
Bundle-Localization: plugin
Bundle-Activator: org.jboss.tools.openshift.internal.common.ui.OpenShiftCommonUIActivator
Require-Bundle: org.jboss.tools.openshift.common.core;bundle-version="[3.0.0,4.0.0)",
Expand Down
Loading

0 comments on commit bac292a

Please sign in to comment.