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/currency-converter-connector-demo/pom.xml b/currency-converter-connector-demo/pom.xml index d006bba..a017453 100644 --- a/currency-converter-connector-demo/pom.xml +++ b/currency-converter-connector-demo/pom.xml @@ -5,6 +5,18 @@ currency-converter-connector-demo 10.0.2-SNAPSHOT iar + + 10.0.16 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.connector.currency @@ -18,7 +30,7 @@ com.axonivy.ivy.ci project-build-plugin - 10.0.6 + ${project.build.plugin.version} true diff --git a/currency-converter-connector-product/pom.xml b/currency-converter-connector-product/pom.xml index 32c9a55..cb8f3eb 100644 --- a/currency-converter-connector-product/pom.xml +++ b/currency-converter-connector-product/pom.xml @@ -37,7 +37,7 @@ run - + @@ -47,7 +47,7 @@ - + diff --git a/currency-converter-connector-test/pom.xml b/currency-converter-connector-test/pom.xml index 3d297e2..4845d42 100644 --- a/currency-converter-connector-test/pom.xml +++ b/currency-converter-connector-test/pom.xml @@ -5,6 +5,28 @@ currency-converter-connector-test 10.0.2-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.currency @@ -15,7 +37,7 @@ com.axonivy.ivy.test unit-tester - 10.0.0 + ${tester.version} test @@ -36,7 +58,7 @@ com.axonivy.ivy.ci project-build-plugin - 10.0.6 + ${project.build.plugin.version} true diff --git a/currency-converter-connector-test/src_test/com/axonivy/connector/currency/test/CurrencyConverterTest.java b/currency-converter-connector-test/src_test/com/axonivy/connector/currency/test/CurrencyConverterTest.java index 88155bd..db3e2be 100644 --- a/currency-converter-connector-test/src_test/com/axonivy/connector/currency/test/CurrencyConverterTest.java +++ b/currency-converter-connector-test/src_test/com/axonivy/connector/currency/test/CurrencyConverterTest.java @@ -15,7 +15,7 @@ import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; import ch.ivyteam.ivy.environment.AppFixture; -@IvyProcessTest +@IvyProcessTest(enableWebServer = true) public class CurrencyConverterTest { private static final BpmProcess testee = BpmProcess.path("CurrencyConverter"); diff --git a/currency-converter-connector/pom.xml b/currency-converter-connector/pom.xml index 7f10bdd..5eae832 100644 --- a/currency-converter-connector/pom.xml +++ b/currency-converter-connector/pom.xml @@ -5,12 +5,24 @@ currency-converter-connector 10.0.2-SNAPSHOT iar + + 10.0.16 + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + com.axonivy.ivy.ci project-build-plugin - 10.0.6 + ${project.build.plugin.version} true