diff --git a/.github/workflows/test-analysis.yml b/.github/workflows/test-analysis.yml index ba7147e1..47499525 100644 --- a/.github/workflows/test-analysis.yml +++ b/.github/workflows/test-analysis.yml @@ -1,5 +1,4 @@ name: Build and test the project - on: workflow_call: secrets: @@ -20,10 +19,8 @@ on: report_context: type: string required: true - env: - xb_version: "1.7.0" - + xb_version: "1.8.0" jobs: test: name: Test and push Sonar analysis @@ -53,7 +50,6 @@ jobs: with: name: workdir path: "**/target/site" - publish-test: name: Publish test results runs-on: ubuntu-22.04 diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index f2495ca9..24eab9de 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.9.0 + 4.10.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index ac04dd07..3f12e935 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.9.0 + 4.10.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 0d8bbe21..e47020c3 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 4.9.0 + 4.10.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index fe257927..0e77dc73 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.9.0 + 4.10.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index 6febb4a3..2f721edf 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.9.0 + 4.10.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 50fc4c6f..64a71e51 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.9.0 + 4.10.0-SNAPSHOT pom OpenCB commons project