Skip to content

Commit

Permalink
AP-22413: Bump version of org.knime.base and dependency `org.knime.…
Browse files Browse the repository at this point in the history
…core` to 5.2.4

AP-22413 (Restore Eclipse Proxy Capabilities in GlobalProxyConfigProvider)
  • Loading branch information
LeoWoerteler committed May 4, 2024
1 parent a5d9763 commit 0f46384
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions org.knime.base/META-INF/MANIFEST.MF
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: KNIME Base Nodes
Bundle-SymbolicName: org.knime.base;singleton:=true
Bundle-Version: 5.2.2.qualifier
Bundle-Version: 5.2.4.qualifier
Bundle-ClassPath: knime-base.jar,
lib/schemas.jar
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Expand Down Expand Up @@ -309,7 +309,7 @@ Require-Bundle: org.apache.commons.math;bundle-version="[2.2.0,3.0.0)",
jenetics;bundle-version="[4.3.0,5.0.0]",
org.knime.core.pmml;bundle-version="[5.2.0,6.0.0)",
org.knime.filehandling.core;bundle-version="[5.2.1,6.0.0)",
org.knime.core;bundle-version="[5.2.0,6.0.0)";visibility:=reexport,
org.knime.core;bundle-version="[5.2.4,6.0.0)";visibility:=reexport,
com.univocity.parsers;bundle-version="[2.8.4,3.0.0)",
javax.activation;bundle-version="[1.2.2,2.0.0)",
jakarta.xml.bind;bundle-version="[2.3.3,3.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion org.knime.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>${packaging.default}</packaging>

<properties>
<revision>5.2.2</revision>
<revision>5.2.4</revision>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.knime.features.base/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.knime.features.base"
label="KNIME Base nodes"
version="5.2.2.qualifier"
version="5.2.4.qualifier"
provider-name="KNIME AG, Zurich, Switzerland"
plugin="org.knime.product"
image="icons/knime64.gif">
Expand Down
2 changes: 1 addition & 1 deletion org.knime.update.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>eclipse-repository</packaging>

<properties>
<revision>5.2.2</revision>
<revision>5.2.4</revision>
</properties>

<build>
Expand Down

0 comments on commit 0f46384

Please sign in to comment.