Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

added com.ibm.dataacess to the bundle package imports #939

Merged
merged 2 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

description = 'Galasa Db2 Manager IVTs'

version = '0.25.0'
version = '0.34.0'

dependencies {
implementation project(':galasa-managers-database-parent:dev.galasa.db2.manager')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Export-Package: dev.galasa.db2,\
Import-Package: !javax.validation.constraints, \
!com.ibm.bidiTools.bdlayout, \
!com.ibm.cics.server, \
!com.ibm.dataaccess, \
com.ibm.dataaccess, \
!COM.ibm.db2os390.sqlj.runtime, \
!com.ibm.jvm, \
!com.ibm.net, \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

description = 'Galasa Db2 Manager'

version = '0.25.0'
version = '0.34.0'

dependencies {
// implementation project(':galasa-managers-core-parent:dev.galasa.artifact.manager')
Expand Down
4 changes: 2 additions & 2 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ managers:
isolated: true

- artifact: dev.galasa.db2.manager
version: 0.25.0
version: 0.34.0
obr: true
bom: true
javadoc: true
mvp: true
isolated: true

- artifact: dev.galasa.db2.manager.ivt
version: 0.21.0
version: 0.34.0
obr: true
mvp: true
isolated: true
Expand Down