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

Commit

Permalink
Merge pull request #945 from galasa-dev/version-bump
Browse files Browse the repository at this point in the history
Bump dev version to 0.35.0
  • Loading branch information
jadecarino authored Jun 12, 2024
2 parents ecf50bf + 2e5d78f commit 080c59b
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.34.1"
version = "0.35.0"

// 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.1"
version = "0.35.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.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'
Expand Down

0 comments on commit 080c59b

Please sign in to comment.