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

Commit

Permalink
Merge pull request #939 from galasa-dev/issue-1863-db2-manager
Browse files Browse the repository at this point in the history
added com.ibm.dataacess to the bundle package imports
  • Loading branch information
KirbyKatcher authored May 22, 2024
2 parents e0a8b2a + 477740f commit 9b5ca23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit 9b5ca23

Please sign in to comment.