From f6ed3ca1de62d589b202ae1dde92492c5b21d661 Mon Sep 17 00:00:00 2001 From: Trung Mai Date: Tue, 30 Jul 2024 10:05:40 +0700 Subject: [PATCH] TE-641: Fix Dev-Build --- .github/workflows/ci.yml | 2 +- .github/workflows/dev.yml | 2 +- .github/workflows/release.yml | 2 +- azure-blob-connector-demo/pom.xml | 6 ++--- azure-blob-connector-test/pom.xml | 34 +++++++++++++++++++++++++-- azure-blob-connector/pom.xml | 38 +++++++++++++++++-------------- 6 files changed, 59 insertions(+), 25 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bc3496..87d78f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,4 +9,4 @@ on: jobs: build: - uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v2 + uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v4 diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index a27a639..c2fee37 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -8,4 +8,4 @@ on: jobs: build: - uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v2 + uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 128a183..ab5b0d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,4 +4,4 @@ on: workflow_dispatch jobs: build: - uses: axonivy-market/github-workflows/.github/workflows/release.yml@v2 + uses: axonivy-market/github-workflows/.github/workflows/release.yml@v4 diff --git a/azure-blob-connector-demo/pom.xml b/azure-blob-connector-demo/pom.xml index 5b90914..16e68d8 100644 --- a/azure-blob-connector-demo/pom.xml +++ b/azure-blob-connector-demo/pom.xml @@ -5,8 +5,8 @@ azure-blob-connector-demo 10.0.21-SNAPSHOT iar - - 10.0.16 + + 10.0.16 @@ -21,7 +21,7 @@ com.axonivy.ivy.ci project-build-plugin - ${build.plugin.version} + ${project.build.plugin.version} true diff --git a/azure-blob-connector-test/pom.xml b/azure-blob-connector-test/pom.xml index dccf789..45acdd5 100644 --- a/azure-blob-connector-test/pom.xml +++ b/azure-blob-connector-test/pom.xml @@ -6,7 +6,7 @@ 10.0.21-SNAPSHOT iar - 10.0.16 + 10.0.16 1.19.8 @@ -35,15 +35,45 @@ test + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + src_test com.axonivy.ivy.ci project-build-plugin - ${build.plugin.version} + ${project.build.plugin.version} true + + + + maven-deploy-plugin + 3.0.0-M1 + + true + + + + + diff --git a/azure-blob-connector/pom.xml b/azure-blob-connector/pom.xml index f23ceff..07458cc 100644 --- a/azure-blob-connector/pom.xml +++ b/azure-blob-connector/pom.xml @@ -1,28 +1,15 @@ - + 4.0.0 com.axonivy.cloud.storage azure-blob-connector 10.0.21-SNAPSHOT iar - - 10.0.16 + + 10.0.16 1.2.23 - - - - always - - sonatype - https://oss.sonatype.org/content/repositories/snapshots - - - @@ -54,15 +41,32 @@ + + + + always + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + + src com.axonivy.ivy.ci project-build-plugin - ${build.plugin.version} + ${project.build.plugin.version} true + + maven-release-plugin + 3.0.0-M4 + + azure-blob-connector-v@{project.version} + +