Skip to content

Commit

Permalink
DEVOPS-2639: Update base branch in Jenkinsfile; version bump for 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swaraj pal singh committed Sep 4, 2024
1 parent d389b83 commit 8ddd2b3
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion org.knime.python3.arrow.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.arrow
Bundle-SymbolicName: org.knime.python3.arrow.tests;singleton:=true
Bundle-Version: 5.3.1.qualifier
Bundle-Version: 5.3.2.qualifier
Bundle-ClassPath: .
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.arrow.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.3.1</revision>
<revision>5.3.2</revision>
<sonar.sources/>
<sonar.tests>src</sonar.tests>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.arrow.types.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.arrow.types
Bundle-SymbolicName: org.knime.python3.arrow.types.tests;singleton:=true
Bundle-Version: 5.3.1.qualifier
Bundle-Version: 5.3.2.qualifier
Bundle-ClassPath: .
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.arrow.types.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.3.1</revision>
<revision>5.3.2</revision>
<sonar.sources/>
<sonar.tests>src</sonar.tests>
</properties>
Expand Down
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.3.1.qualifier
Bundle-Version: 5.3.2.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.arrow/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 - Data Transfer using Apache Arrow
Bundle-SymbolicName: org.knime.python3.arrow;singleton:=true
Bundle-Version: 5.3.1.qualifier
Bundle-Version: 5.3.2.qualifier
Bundle-ClassPath: knime-python3-arrow.jar
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.nodes.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.nodes
Bundle-SymbolicName: org.knime.python3.nodes.tests;singleton:=true
Bundle-Version: 5.3.1.qualifier
Bundle-Version: 5.3.2.qualifier
Bundle-ClassPath: .
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.nodes.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.3.1</revision>
<revision>5.3.2</revision>
<sonar.sources/>
<sonar.tests>src</sonar.tests>
</properties>
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: Unit Tests for org.knime.python3.scripting.nodes
Bundle-SymbolicName: org.knime.python3.scripting.nodes.tests;singleton:=true
Bundle-Version: 5.3.1.qualifier
Bundle-Version: 5.3.2.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.nodes.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.3.1</revision>
<revision>5.3.2</revision>
<sonar.sources/>
<sonar.tests>src</sonar.tests>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.scripting/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 - Scripting
Bundle-SymbolicName: org.knime.python3.scripting;singleton:=true
Bundle-Version: 5.3.1.qualifier
Bundle-Version: 5.3.2.qualifier
Bundle-ClassPath: knime-python3-scripting.jar
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.views/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 - Views
Bundle-SymbolicName: org.knime.python3.views;singleton:=true
Bundle-Version: 5.3.1.qualifier
Bundle-Version: 5.3.2.qualifier
Bundle-ClassPath: knime-python3-views.jar
Bundle-Vendor: KNIME AG, Zurich, Switzerland
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.knime.python3.views/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>${packaging.default}</packaging>

<properties>
<revision>5.3.1</revision>
<revision>5.3.2</revision>
<sonar.sources>src</sonar.sources>
</properties>

Expand Down

0 comments on commit 8ddd2b3

Please sign in to comment.