Skip to content

Commit

Permalink
Prepare new development branch release-4.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed May 26, 2023
1 parent 3e2f10f commit 58ea462
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Build and test the project

on:
workflow_call:
secrets:
Expand All @@ -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
Expand Down Expand Up @@ -53,7 +50,6 @@ jobs:
with:
name: workdir
path: "**/target/site"

publish-test:
name: Publish test results
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion commons-datastore/commons-datastore-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore</artifactId>
<version>4.9.0</version>
<version>4.10.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-datastore/commons-datastore-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore</artifactId>
<version>4.9.0</version>
<version>4.10.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-datastore/commons-datastore-solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore</artifactId>
<version>4.9.0</version>
<version>4.10.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.commons</groupId>
<artifactId>commons</artifactId>
<version>4.9.0</version>
<version>4.10.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.commons</groupId>
<artifactId>commons</artifactId>
<version>4.9.0</version>
<version>4.10.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.opencb.commons</groupId>
<artifactId>commons</artifactId>
<version>4.9.0</version>
<version>4.10.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>OpenCB commons project</name>
Expand Down

0 comments on commit 58ea462

Please sign in to comment.