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

Commit

Permalink
Bump managers to 0.38.0 (#989)
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour authored Sep 18, 2024
1 parent abfbc9c commit f541f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions galasa-managers-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
// It is used as the version number of the managers bundle, which contains a yaml
// file which is in a release.yaml, but published to maven, so that the OBR build
// can pick it up later.
version = "0.37.0"
version = "0.38.0"

// A configuration to publish the merge exec into
configurations {
Expand Down Expand Up @@ -224,7 +224,7 @@ publishing {
name = "Manifest for managers bundle versions"
artifactId = "dev.galasa.managers.manifest"
groupId = 'dev.galasa'
version = "0.37.0"
version = "0.38.0"
description = "Conveys bundle version information to OBR builds."
licenses {
license {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
api 'dev.galasa:dev.galasa:0.34.0'
implementation 'dev.galasa:dev.galasa.framework:0.37.0'
implementation 'dev.galasa:dev.galasa.framework:0.38.0'
implementation 'commons-logging:commons-logging:1.2'
implementation 'org.osgi:org.osgi.core:6.0.0'
implementation 'org.osgi:org.osgi.service.component.annotations:1.3.0'
Expand Down

0 comments on commit f541f53

Please sign in to comment.