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

Commit

Permalink
Bump framework to 0.38.0 (#650)
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
  • Loading branch information
eamansour authored Sep 18, 2024
1 parent 5fd09ad commit 3e3c4df
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions galasa-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

// Note: The following line is changed by the set-version.sh script.
// It is also read by other build scrips as required.
version = "0.37.0"
version = "0.38.0"

signing {
def signingKeyId = findProperty("signingKeyId")
Expand Down Expand Up @@ -298,7 +298,7 @@ publishing {
name = "Manifest for framework bundle versions"
artifactId = "dev.galasa.framework.manifest"
groupId = 'dev.galasa'
version = "0.37.0"
version = "0.38.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 @@ -7,7 +7,7 @@ plugins {

description = 'Galasa Open API specification'

version = "0.37.0"
version = "0.38.0"

repositories {
maven {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
openapi: 3.0.3
info:
title: Galasa Ecosystem API
version : "0.37.0"
version : "0.38.0"
description: The Galasa Ecosystem REST API allows you to interact with a Galasa Ecosystem.
contact:
url: https://galasa.dev/support
Expand Down
2 changes: 1 addition & 1 deletion galasa-parent/dev.galasa.framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = 'Galasa Framework'

// Note: The following line is changed by the set-version.sh script.
// It is also read by other build scrips as required.
version = "0.37.0"
version = "0.38.0"

dependencies {

Expand Down
2 changes: 1 addition & 1 deletion galasa-parent/dev.galasa.framework/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rootProject.name = "dev.galasa.framework"

bundleVersion = 0.37.0
bundleVersion = 0.38.0
4 changes: 2 additions & 2 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ framework:
codecoverage: true

- artifact: dev.galasa.framework
version: 0.37.0
version: 0.38.0
obr: true
mvp: true
bom: true
Expand Down Expand Up @@ -199,7 +199,7 @@ api:
codecoverage: false

- artifact: dev.galasa.framework.api.openapi
version: 0.37.0
version: 0.38.0
obr: true
mvp: true
bom: true
Expand Down

0 comments on commit 3e3c4df

Please sign in to comment.