Skip to content

Commit e90fff4

Browse files
DEVOPS-3809: Incremental version bumps for AP 5.12.0
DEVOPS-3809 (Incremental version bumps for AP 5.12.0)
1 parent 1312172 commit e90fff4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

org.knime.archive.zip.filehandling.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Bundle-Version: 5.12.0.qualifier
66
Bundle-Vendor: KNIME AG, Zurich, Switzerland
77
Fragment-Host: org.knime.archive.zip.filehandling;bundle-version="[5.12.0,6.0.0)"
88
Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)",
9-
org.knime.testing;bundle-version="[5.6.0,6.0.0)",
9+
org.knime.testing;bundle-version="[5.10.0,6.0.0)",
1010
junit-jupiter-api;bundle-version="[5.10.2,6.0.0)",
1111
junit-jupiter-params;bundle-version="[5.9.2,6.0.0)",
1212
junit-platform-suite-api;bundle-version="[1.9.2,2.0.0)",
13-
org.knime.core.ui.testing;bundle-version="[5.8.0,6.0.0)",
13+
org.knime.core.ui.testing;bundle-version="[5.11.0,6.0.0)",
1414
assertj-core;bundle-version="[3.22.0,4.0.0)",
1515
slf4j.api;bundle-version="[2.0.12,3.0.0)",
1616
org.mockito.mockito-core;bundle-version="[5.18.0,6.0.0)"

org.knime.archive.zip.filehandling/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Bundle-SymbolicName: org.knime.archive.zip.filehandling;singleton:=true
55
Bundle-Version: 5.12.0.qualifier
66
Bundle-Vendor: KNIME AG, Zurich, Switzerland
77
Require-Bundle: org.knime.workbench.repository;bundle-version="[5.9.0,6.0.0)",
8-
org.knime.core;bundle-version="[5.9.0,6.0.0)",
9-
org.knime.filehandling.core;bundle-version="[5.9.0,6.0.0)",
8+
org.knime.core;bundle-version="[5.12.0,6.0.0)",
9+
org.knime.filehandling.core;bundle-version="[5.11.0,6.0.0)",
1010
org.eclipse.ui.workbench;bundle-version="0.0.0",
1111
org.apache.commons.lang3;bundle-version="[3.9.0,4.0.0)",
1212
org.apache.commons.commons-compress;bundle-version="[1.26.0,2.0.0)",
1313
org.apache.commons.commons-io;bundle-version="[2.15.1,3.0.0)",
14-
org.knime.core.ui;bundle-version="[5.9.0,6.0.0)"
14+
org.knime.core.ui;bundle-version="[5.12.0,6.0.0)"
1515
Bundle-ActivationPolicy: lazy
1616
Bundle-ClassPath: .
1717
Bundle-RequiredExecutionEnvironment: JavaSE-21

org.knime.features.base.filehandling/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.base.filehandling"
44
label="KNIME Basic File System Connectors"
5-
version="5.11.0.qualifier"
5+
version="5.12.0.qualifier"
66
provider-name="KNIME AG, Zurich, Switzerland"
77
plugin="org.knime.base.filehandling">
88

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<packaging>pom</packaging>
1515

1616
<properties>
17-
<revision>5.11.0</revision>
17+
<revision>5.12.0</revision>
1818
<changelist>-SNAPSHOT</changelist>
1919
<feature-branch-extension.branchListProperty>git.branch</feature-branch-extension.branchListProperty>
2020
<feature-branch-extension.appendArtifactoryProperties>false</feature-branch-extension.appendArtifactoryProperties>

0 commit comments

Comments
 (0)