Skip to content

Commit

Permalink
QA-501: Update base branch in Jenkinsfile; version bump for 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swaraj pal singh committed Feb 1, 2024
1 parent 5728565 commit 6337b00
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion org.knime.python3.arrow.types/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 Python - Extension types for Apache Arrow
Bundle-SymbolicName: org.knime.python3.arrow.types;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-ClassPath: knime-python3-arrow-types.jar
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.nodes/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 Python 3 - Nodes
Bundle-SymbolicName: org.knime.python3.nodes;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-ClassPath: knime-python3-nodes.jar
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.scripting.tests/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: Unit Tests for org.knime.python3.scripting
Bundle-SymbolicName: org.knime.python3.scripting.tests;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.scripting.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>eclipse-test-plugin</packaging>

<properties>
<revision>5.2.0</revision>
<revision>5.2.1</revision>
<sonar.sources/>
<sonar.tests>src</sonar.tests>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.tests/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: Unit Tests for org.knime.python3
Bundle-SymbolicName: org.knime.python3.tests;singleton:=true
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.2.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>eclipse-test-plugin</packaging>

<properties>
<revision>5.2.0</revision>
<revision>5.2.1</revision>
<sonar.sources/>
<sonar.tests>src</sonar.tests>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion org.knime.update.python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<packaging>eclipse-repository</packaging>

<properties>
<revision>5.2.0</revision>
<revision>5.2.1</revision>
</properties>
</project>

0 comments on commit 6337b00

Please sign in to comment.