Skip to content

Commit

Permalink
MARP-626 Fix for Dev Fail on Market-Monitor - use pipeline v4 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy authored Jul 30, 2024
1 parent 7f7be94 commit 1184a77
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion alfresco-connector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<project.build.plugin.version>10.0.16</project.build.plugin.version>
</properties>
<pluginRepositories>
<!-- Snapshot releases are available via sonatype.org -->
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand Down
1 change: 0 additions & 1 deletion alfresco-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<tester.version>10.0.16</tester.version>
</properties>
<pluginRepositories>
<!-- Snapshot releases are available via sonatype.org -->
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
1 change: 0 additions & 1 deletion alfresco-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<project.build.plugin.version>10.0.16</project.build.plugin.version>
</properties>
<pluginRepositories>
<!-- Snapshot releases are available via sonatype.org -->
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand Down

0 comments on commit 1184a77

Please sign in to comment.