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}
+
+