Skip to content

Commit ab1cf14

Browse files
committed
DEVOPS-3612: Incremental version bumps for 5.10.0
DEVOPS-3612 (Incremental Version Bumps for 5.10)
1 parent 0c79e41 commit ab1cf14

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

org.knime.features.python3.nodes/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.knime.features.python3.nodes"
44
label="KNIME Python Extension Development (Labs)"
5-
version="5.9.0.qualifier"
5+
version="5.10.0.qualifier"
66
provider-name="KNIME AG, Zurich, Switzerland">
77

88
<description>

org.knime.python3.nodes/META-INF/MANIFEST.MF

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: KNIME Python 3 - Nodes
44
Bundle-SymbolicName: org.knime.python3.nodes;singleton:=true
5-
Bundle-Version: 5.9.0.qualifier
5+
Bundle-Version: 5.10.0.qualifier
66
Bundle-ClassPath: knime-python3-nodes.jar
77
Bundle-Vendor: KNIME AG, Zurich, Switzerland
88
Bundle-RequiredExecutionEnvironment: JavaSE-17
99
Bundle-ActivationPolicy: lazy
10-
Require-Bundle: org.knime.core;bundle-version="[5.9.0,6.0.0)",
11-
org.knime.core.ui;bundle-version="[5.9.0,6.0.0)",
10+
Require-Bundle: org.knime.core;bundle-version="[5.10.0,6.0.0)",
11+
org.knime.core.ui;bundle-version="[5.10.0,6.0.0)",
1212
com.fasterxml.jackson.core.jackson-databind;bundle-version="[2.12.1,3.0.0)",
1313
com.fasterxml.jackson.core.jackson-core;bundle-version="[2.12.1,3.0.0)",
1414
org.knime.python3;bundle-version="[5.9.0,6.0.0)",
@@ -21,7 +21,7 @@ Require-Bundle: org.knime.core;bundle-version="[5.9.0,6.0.0)",
2121
org.knime.core.columnar.arrow;bundle-version="[5.9.0,6.0.0)",
2222
com.google.guava;bundle-version="[19.0.0,20.0.0)",
2323
org.yaml.snakeyaml;bundle-version="[2.4.0,3.0.0)",
24-
org.knime.conda.envbundling;bundle-version="[5.9.0,6.0.0)",
24+
org.knime.conda.envbundling;bundle-version="[5.10.0,6.0.0)",
2525
org.knime.conda;bundle-version="[5.9.0,6.0.0)",
2626
com.google.gson;bundle-version="[2.13.2,3.0.0)",
2727
org.knime.python3.views;bundle-version="[5.9.0,6.0.0)",
@@ -30,13 +30,13 @@ Require-Bundle: org.knime.core;bundle-version="[5.9.0,6.0.0)",
3030
org.eclipse.ui.ide;bundle-version="[3.19.0,4.0.0)",
3131
org.eclipse.ui;bundle-version="[3.201.0,4.0.0)",
3232
org.apache.batik.anim;bundle-version="[1.14.0,2.0.0)",
33-
org.knime.ext.svg;bundle-version="[5.9.0,6.0.0)",
33+
org.knime.ext.svg;bundle-version="[5.10.0,6.0.0)",
3434
org.knime.credentials.base;bundle-version="[5.9.0,6.0.0)",
3535
org.knime.credentials.base.oauth;bundle-version="[5.9.0,6.0.0)",
3636
com.fasterxml.jackson.core.jackson-annotations;bundle-version="[2.13.2,3.0.0)",
37-
org.knime.workflowservices;bundle-version="[5.9.0,6.0.0)",
37+
org.knime.workflowservices;bundle-version="[5.10.0,6.0.0)",
3838
org.apache.commons.lang3;bundle-version="[3.9.0,4.0.0)",
39-
org.knime.gateway.impl;bundle-version="[5.9.0,6.0.0)"
39+
org.knime.gateway.impl;bundle-version="[5.10.0,6.0.0)"
4040
Automatic-Module-Name: org.knime.python3.nodes
4141
Eclipse-RegisterBuddy: org.knime.ext.py4j
4242
Eclipse-BundleShape: dir

0 commit comments

Comments
 (0)