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 #234 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 f0324c5 + a54c7fa commit 940d2d6
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation 'dev.galasa:dev.galasa.framework:0.34.1'
implementation 'dev.galasa:dev.galasa.framework:0.35.0'
implementation 'dev.galasa:dev.galasa:0.34.0'

implementation 'commons-logging:commons-logging:1.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

description = 'Galasa Authentication - CouchDB'

version = '0.34.1'
version = '0.35.0'

configurations {
implementation.transitive = false
Expand Down
2 changes: 1 addition & 1 deletion galasa-extensions-parent/dev.galasa.cps.etcd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

description = 'Galasa etcd3 for CPS, DSS and Credentials - Provides the CPS, DSS and Credential stores from a etcd3 server'

version = '0.34.1'
version = '0.35.0'

dependencies {
implementation ('io.etcd:jetcd-core:0.5.9')
Expand Down
2 changes: 1 addition & 1 deletion galasa-extensions-parent/dev.galasa.cps.rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

description = 'Galasa CPS access over http - Provides the CPS stores via the public REST interface over http'

version = '0.34.1'
version = '0.35.0'

dependencies {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

description = 'Galasa CPS access over http - Provides the CPS stores via the public REST interface over http'

version = '0.34.1'
version = '0.35.0'

dependencies {
implementation ('org.apache.httpcomponents:httpclient-osgi:4.5.13')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

description = 'Galasa extensions mocks used for tests'

version = '0.34.1'
version = '0.35.0'

configurations {
implementation.transitive = false
Expand All @@ -14,7 +14,7 @@ dependencies {
implementation ('org.apache.httpcomponents:httpclient-osgi:4.5.13')
implementation ('org.apache.httpcomponents:httpcore-osgi:4.4.14')
implementation ('com.google.code.gson:gson:2.10.1')
implementation ('dev.galasa:dev.galasa.framework:0.34.1')
implementation ('dev.galasa:dev.galasa.framework:0.35.0')
implementation ('junit:junit:4.13.1')
implementation ('org.assertj:assertj-core:3.16.1')
implementation (project(':dev.galasa.extensions.common'))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

description = 'Galasa RAS - CouchDB'

version = '0.34.1'
version = '0.35.0'

configurations {
implementation.transitive = false
Expand Down
10 changes: 5 additions & 5 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ framework:
bundles:

- artifact: dev.galasa.auth.couchdb
version: 0.34.1
version: 0.35.0
obr: true
isolated: true
codecoverage: true

- artifact: dev.galasa.ras.couchdb
version: 0.34.1
version: 0.35.0
obr: true
isolated: true
codecoverage: true

- artifact: dev.galasa.cps.etcd
version: 0.34.1
version: 0.35.0
obr: true
isolated: true
codecoverage: true

- artifact: dev.galasa.cps.rest
version: 0.34.1
version: 0.35.0
obr: true
isolated: true
codecoverage: true

- artifact: dev.galasa.extensions.common
version: 0.34.1
version: 0.35.0
obr: true
isolated: true
codecoverage: true

0 comments on commit 940d2d6

Please sign in to comment.