From 3cfc784bdfa6afb9a11cc1d9c409877d8e4cd257 Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Wed, 12 Jun 2024 13:08:01 +0100 Subject: [PATCH 1/2] Bump dev version to 0.35.0 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 84fee8772..ffe4a44e3 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.1" +version = "0.35.0" // 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.1" + version = "0.35.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 45c502e72..64da827a6 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.1' + implementation 'dev.galasa:dev.galasa.framework:0.35.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' From 2e5d78f0a97820ce5ff66cdc03ec9f66036d9a2b Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Wed, 12 Jun 2024 13:39:57 +0100 Subject: [PATCH 2/2] Empty for build Signed-off-by: Jade Carino