diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c148ed..839142c 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@v3 + uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v4 diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ff2bd24..b0097df 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -8,4 +8,5 @@ on: jobs: build: - uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v3 + 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/alfresco-connector-demo/pom.xml b/alfresco-connector-demo/pom.xml index 8bbde4c..cba9a24 100644 --- a/alfresco-connector-demo/pom.xml +++ b/alfresco-connector-demo/pom.xml @@ -9,7 +9,6 @@ 10.0.16 - sonatype https://oss.sonatype.org/content/repositories/snapshots diff --git a/alfresco-connector-test/pom.xml b/alfresco-connector-test/pom.xml index 645928f..59f0518 100644 --- a/alfresco-connector-test/pom.xml +++ b/alfresco-connector-test/pom.xml @@ -10,7 +10,6 @@ 10.0.16 - sonatype https://oss.sonatype.org/content/repositories/snapshots diff --git a/alfresco-connector-test/src_test/alfresco/ecm/connector/test/TestAlfrescoECM.java b/alfresco-connector-test/src_test/alfresco/ecm/connector/test/TestAlfrescoECM.java index ffafa09..f89305f 100644 --- a/alfresco-connector-test/src_test/alfresco/ecm/connector/test/TestAlfrescoECM.java +++ b/alfresco-connector-test/src_test/alfresco/ecm/connector/test/TestAlfrescoECM.java @@ -16,7 +16,7 @@ /** * Rest Service functionality is mocked out here: {@link AlfrescoMock} */ -@IvyProcessTest +@IvyProcessTest(enableWebServer = true) public class TestAlfrescoECM { private static final BpmProcess CALL_READ_DOCUMENTS = BpmProcess.name("readDocuments"); diff --git a/alfresco-connector/pom.xml b/alfresco-connector/pom.xml index 5da76ed..96e2c36 100644 --- a/alfresco-connector/pom.xml +++ b/alfresco-connector/pom.xml @@ -9,7 +9,6 @@ 10.0.16 - sonatype https://oss.sonatype.org/content/repositories/snapshots