File tree 13 files changed +14
-14
lines changed
org.knime.dl.keras/META-INF
org.knime.dl.python/META-INF
org.knime.dl.python.tests
org.knime.features.dl.keras
org.knime.update.deeplearning
13 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
#! groovy
2
- def BN = (BRANCH_NAME == ' master' || BRANCH_NAME . startsWith(' releases/' )) ? BRANCH_NAME : ' releases/2024-12 '
2
+ def BN = (BRANCH_NAME == ' master' || BRANCH_NAME . startsWith(' releases/' )) ? BRANCH_NAME : ' releases/2025-07 '
3
3
4
4
library " knime-pipeline@$BN "
5
5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : KNIME Deep Learning - Core tests
4
4
Bundle-SymbolicName : org.knime.dl.core.tests;singleton:=true
5
- Bundle-Version : 5.4 .0.qualifier
5
+ Bundle-Version : 5.5 .0.qualifier
6
6
Bundle-ClassPath : .
7
7
Bundle-Vendor : KNIME AG, Zurich, Switzerland
8
8
Fragment-Host : org.knime.dl;bundle-version="[5.4.0, 6.0.0)"
Original file line number Diff line number Diff line change 9
9
<packaging >eclipse-test-plugin</packaging >
10
10
11
11
<properties >
12
- <revision >5.4 .0</revision >
12
+ <revision >5.5 .0</revision >
13
13
<sonar .sources/>
14
14
<sonar .tests>src</sonar .tests>
15
15
</properties >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : KNIME Deep Learning - Keras Integration Testing
4
4
Bundle-SymbolicName : org.knime.dl.keras.tests;singleton:=true
5
- Bundle-Version : 5.4 .0.qualifier
5
+ Bundle-Version : 5.5 .0.qualifier
6
6
Bundle-ClassPath : .
7
7
Bundle-Vendor : KNIME AG, Zurich, Switzerland
8
8
Fragment-Host : org.knime.dl.keras;bundle-version="[5.4.0, 6.0.0)"
Original file line number Diff line number Diff line change 9
9
<packaging >eclipse-test-plugin</packaging >
10
10
11
11
<properties >
12
- <revision >5.4 .0</revision >
12
+ <revision >5.5 .0</revision >
13
13
<sonar .sources/>
14
14
<sonar .tests>src</sonar .tests>
15
15
</properties >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : KNIME Deep Learning - Keras Integration
4
4
Bundle-SymbolicName : org.knime.dl.keras;singleton:=true
5
- Bundle-Version : 5.4 .0.qualifier
5
+ Bundle-Version : 5.5 .0.qualifier
6
6
Bundle-ClassPath : knime-dl-keras.jar,
7
7
libs/eventbus-1.4.jar,
8
8
libs/gentyref-1.2.0.jar,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : KNIME Deep Learning - Python Bindings Testing
4
4
Bundle-SymbolicName : org.knime.dl.python.tests;singleton:=true
5
- Bundle-Version : 5.4 .0.qualifier
5
+ Bundle-Version : 5.5 .0.qualifier
6
6
Bundle-ClassPath : .
7
7
Bundle-Vendor : KNIME AG, Zurich, Switzerland
8
8
Fragment-Host : org.knime.dl.python;bundle-version="[5.4.0, 6.0.0)"
Original file line number Diff line number Diff line change 9
9
<packaging >eclipse-test-plugin</packaging >
10
10
11
11
<properties >
12
- <revision >5.4 .0</revision >
12
+ <revision >5.5 .0</revision >
13
13
<sonar .sources/>
14
14
<sonar .tests>src</sonar .tests>
15
15
</properties >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : KNIME Deep Learning - Python Backend
4
4
Bundle-SymbolicName : org.knime.dl.python;singleton:=true
5
- Bundle-Version : 5.4 .0.qualifier
5
+ Bundle-Version : 5.5 .0.qualifier
6
6
Bundle-ClassPath : knime-dl-python.jar
7
7
Bundle-Activator : org.knime.dl.python.core.Activator
8
8
Bundle-Vendor : KNIME AG, Zurich, Switzerland
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : KNIME Deep Learning - Core
4
4
Bundle-SymbolicName : org.knime.dl;singleton:=true
5
- Bundle-Version : 5.4 .0.qualifier
5
+ Bundle-Version : 5.5 .0.qualifier
6
6
Bundle-ClassPath : .
7
7
Bundle-Vendor : KNIME AG, Zurich, Switzerland
8
8
Export-Package : org.knime.dl.base.nodes,
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" org.knime.features.dl.keras"
4
4
label =" KNIME Deep Learning - Keras Integration"
5
- version =" 5.4 .0.qualifier"
5
+ version =" 5.5 .0.qualifier"
6
6
provider-name =" KNIME AG, Zurich, Switzerland" >
7
7
8
8
<description url =" http://tech.knime.org/knime-labs" >
Original file line number Diff line number Diff line change 13
13
<packaging >eclipse-repository</packaging >
14
14
15
15
<properties >
16
- <revision >5.4 .0</revision >
16
+ <revision >5.5 .0</revision >
17
17
</properties >
18
18
</project >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.knime.maven</groupId >
7
7
<artifactId >ap.parent</artifactId >
8
- <version >5.4 .0</version >
8
+ <version >5.5 .0</version >
9
9
</parent >
10
10
11
11
<groupId >org.knime</groupId >
14
14
<packaging >pom</packaging >
15
15
16
16
<properties >
17
- <revision >5.4 .0</revision >
17
+ <revision >5.5 .0</revision >
18
18
<changelist >-SNAPSHOT</changelist >
19
19
<feature-branch-extension .branchListProperty>git.branch</feature-branch-extension .branchListProperty>
20
20
<feature-branch-extension .appendArtifactoryProperties>false</feature-branch-extension .appendArtifactoryProperties>
You can’t perform that action at this time.
0 commit comments