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

Upgrade versions to 0.34.1 for patch #944

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.34.0"
version = "0.34.1"

// A configuration to publish the merge exec into
configurations {
Expand Down Expand Up @@ -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 {
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.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'
Expand Down