diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01c680d..93dc08b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,4 +8,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/ui-path-connector-demo/pom.xml b/ui-path-connector-demo/pom.xml index 524a585..50467b3 100644 --- a/ui-path-connector-demo/pom.xml +++ b/ui-path-connector-demo/pom.xml @@ -5,6 +5,18 @@ ui-path-connector-demo 11.3.1-SNAPSHOT iar + + 11.3.0 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.connector.uipath @@ -18,7 +30,7 @@ com.axonivy.ivy.ci project-build-plugin - 11.3.0 + ${project.build.plugin.version} true diff --git a/ui-path-connector-product/pom.xml b/ui-path-connector-product/pom.xml index c7ef981..fa3bddb 100644 --- a/ui-path-connector-product/pom.xml +++ b/ui-path-connector-product/pom.xml @@ -37,7 +37,7 @@ run - + @@ -47,7 +47,7 @@ - + diff --git a/ui-path-connector-test/pom.xml b/ui-path-connector-test/pom.xml index 2868ca1..33976b9 100644 --- a/ui-path-connector-test/pom.xml +++ b/ui-path-connector-test/pom.xml @@ -5,6 +5,28 @@ ui-path-connector-test 11.3.1-SNAPSHOT iar + + 11.3.0 + 11.3.0 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.connector.uipath @@ -15,7 +37,7 @@ com.axonivy.ivy.test unit-tester - 11.3.0 + ${tester.version} test @@ -36,7 +58,7 @@ com.axonivy.ivy.ci project-build-plugin - 11.3.0 + ${project.build.plugin.version} true diff --git a/ui-path-connector/pom.xml b/ui-path-connector/pom.xml index 0982448..e97551a 100644 --- a/ui-path-connector/pom.xml +++ b/ui-path-connector/pom.xml @@ -5,12 +5,24 @@ ui-path-connector 11.3.1-SNAPSHOT iar + + 11.3.0 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.ivy.ci project-build-plugin - 11.3.0 + ${project.build.plugin.version} true