diff --git a/.github/scripts/release-build.sh b/.github/scripts/release-build.sh index 3ddb113e..682a4595 100755 --- a/.github/scripts/release-build.sh +++ b/.github/scripts/release-build.sh @@ -17,3 +17,4 @@ cd "$root" new_api_version=$(cat $root/api_version) sed -i "s|.*|${new_api_version}|" pom.xml +mvn versions:set -DnewVersion=${new_sdk_version} diff --git a/bundle/pom.xml b/bundle/pom.xml index de9480d5..f27b15a6 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -6,7 +6,8 @@ io.github.outscale osc-sdk-java-parent - 0.8.0 + 0.9.0 + ../pom.xml osc-sdk-java-bundle diff --git a/pom.xml b/pom.xml index f71519a8..d0ad5bea 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ osc-sdk-java-parent pom osc-sdk-java -0.8.0 +0.9.0 https://github.com/outscale/osc-sdk-java 3DS Outscale SDK diff --git a/sbom/pom.xml b/sbom/pom.xml index 0baad32b..91f7d8d3 100644 --- a/sbom/pom.xml +++ b/sbom/pom.xml @@ -6,7 +6,8 @@ io.github.outscale osc-sdk-java-parent - 0.8.0 + 0.9.0 + ../pom.xml osc-sdk-java-sbom diff --git a/sdk/pom.xml b/sdk/pom.xml index e3d4d72e..3590fae2 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -6,7 +6,8 @@ io.github.outscale osc-sdk-java-parent - 0.8.0 + 0.9.0 + ../pom.xml osc-sdk-java @@ -258,7 +259,7 @@ io.github.outscale osc-sdk-java-sbom - 0.8.0 + 0.9.0 pom import