From e08e835938b1982d065e41b38708dc25ae78ba15 Mon Sep 17 00:00:00 2001 From: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:02:10 +0100 Subject: [PATCH] Bump managers to 0.37.0 Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> --- galasa-managers-parent/build.gradle | 4 ++-- .../buildSrc/src/main/groovy/galasa.manager.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/galasa-managers-parent/build.gradle b/galasa-managers-parent/build.gradle index 03a1fe10f..2b13c9bd2 100644 --- a/galasa-managers-parent/build.gradle +++ b/galasa-managers-parent/build.gradle @@ -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.36.0" +version = "0.37.0" // A configuration to publish the merge exec into configurations { @@ -224,7 +224,7 @@ publishing { name = "Manifest for managers bundle versions" artifactId = "dev.galasa.managers.manifest" groupId = 'dev.galasa' - version = "0.36.0" + version = "0.37.0" description = "Conveys bundle version information to OBR builds." licenses { license { diff --git a/galasa-managers-parent/buildSrc/src/main/groovy/galasa.manager.gradle b/galasa-managers-parent/buildSrc/src/main/groovy/galasa.manager.gradle index 088646325..2ff26348d 100644 --- a/galasa-managers-parent/buildSrc/src/main/groovy/galasa.manager.gradle +++ b/galasa-managers-parent/buildSrc/src/main/groovy/galasa.manager.gradle @@ -6,7 +6,7 @@ plugins { dependencies { api 'dev.galasa:dev.galasa:0.34.0' - implementation 'dev.galasa:dev.galasa.framework:0.36.0' + implementation 'dev.galasa:dev.galasa.framework:0.37.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'