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/open-weather-connector-demo/pom.xml b/open-weather-connector-demo/pom.xml index 2f69d89..c5d8e69 100644 --- a/open-weather-connector-demo/pom.xml +++ b/open-weather-connector-demo/pom.xml @@ -5,6 +5,18 @@ open-weather-connector-demo 10.0.17-SNAPSHOT iar + + 10.0.16 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.connector.openweather @@ -18,7 +30,7 @@ com.axonivy.ivy.ci project-build-plugin - 10.0.15 + ${project.build.plugin.version} true diff --git a/open-weather-connector-test/pom.xml b/open-weather-connector-test/pom.xml index ee086a9..c493389 100644 --- a/open-weather-connector-test/pom.xml +++ b/open-weather-connector-test/pom.xml @@ -5,6 +5,28 @@ open-weather-connector-test 10.0.17-SNAPSHOT iar + + 10.0.16 + 10.0.16 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.connector.openweather @@ -15,7 +37,7 @@ com.axonivy.ivy.test unit-tester - 10.0.14 + ${tester.version} test @@ -36,7 +58,7 @@ com.axonivy.ivy.ci project-build-plugin - 10.0.15 + ${project.build.plugin.version} true diff --git a/open-weather-connector/pom.xml b/open-weather-connector/pom.xml index a127868..38df4d5 100644 --- a/open-weather-connector/pom.xml +++ b/open-weather-connector/pom.xml @@ -5,12 +5,24 @@ open-weather-connector 10.0.17-SNAPSHOT iar + + 10.0.16 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.ivy.ci project-build-plugin - 10.0.15 + ${project.build.plugin.version} true