From 7f74262adb6efc68275972bdd3e2eb79f23404db Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Tue, 11 Jun 2024 13:52:57 +0100 Subject: [PATCH] Upgrade versions to 0.34.1 for patch Signed-off-by: Jade Carino --- 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 389fa9a7c..84fee8772 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.34.0" +version = "0.34.1" // A configuration to publish the merge exec into configurations { @@ -192,7 +192,7 @@ publishing { name = "Manifest for managers bundle versions" artifactId = "dev.galasa.managers.manifest" groupId = 'dev.galasa' - version = "0.34.0" + version = "0.34.1" 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 438a1bc38..45c502e72 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.34.0' + implementation 'dev.galasa:dev.galasa.framework:0.34.1' 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'