From 7f7be94a572c77e65df437ad84bedac152efd669 Mon Sep 17 00:00:00 2001
From: Pham Hoang Hung <84316773+phhung-axonivy@users.noreply.github.com>
Date: Mon, 29 Jul 2024 14:39:39 +0700
Subject: [PATCH] MARP-626 Fix for Dev-Fail on Market Monitor (#37)
* MARP-626 Fix for Dev-Fail on Market Monitor
* Fix Major Version Upgrade to version 3.0.0
---
.github/workflows/ci.yml | 2 +-
.github/workflows/dev.yml | 2 +-
alfresco-connector-demo/pom.xml | 15 ++++++++++++++-
alfresco-connector-product/pom.xml | 4 ++--
alfresco-connector-test/pom.xml | 29 ++++++++++++++++++++++++++---
alfresco-connector/pom.xml | 15 ++++++++++++++-
6 files changed, 58 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ea48d2e..1c148ed 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@v3
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index a27a639..ff2bd24 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@v3
diff --git a/alfresco-connector-demo/pom.xml b/alfresco-connector-demo/pom.xml
index 8aa5e4c..8bbde4c 100644
--- a/alfresco-connector-demo/pom.xml
+++ b/alfresco-connector-demo/pom.xml
@@ -5,6 +5,19 @@
alfresco-connector-demo
10.0.5-SNAPSHOT
iar
+
+ 10.0.16
+
+
+
+
+ sonatype
+ https://oss.sonatype.org/content/repositories/snapshots
+
+ always
+
+
+
com.axonivy.connector.alfresco
@@ -18,7 +31,7 @@
com.axonivy.ivy.ci
project-build-plugin
- 10.0.6
+ ${project.build.plugin.version}
true
diff --git a/alfresco-connector-product/pom.xml b/alfresco-connector-product/pom.xml
index 65e1186..220bb37 100644
--- a/alfresco-connector-product/pom.xml
+++ b/alfresco-connector-product/pom.xml
@@ -37,7 +37,7 @@
run
-
+
@@ -47,7 +47,7 @@
-
+
diff --git a/alfresco-connector-test/pom.xml b/alfresco-connector-test/pom.xml
index 7fa7cd4..645928f 100644
--- a/alfresco-connector-test/pom.xml
+++ b/alfresco-connector-test/pom.xml
@@ -5,17 +5,40 @@
alfresco-connector-test
10.0.5-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.ivy.test
unit-tester
- 10.0.0
+ ${tester.version}
test
com.axonivy.ivy.webtest
web-tester
- 10.0.0
+ ${tester.version}
test
@@ -48,7 +71,7 @@
com.axonivy.ivy.ci
project-build-plugin
- 10.0.6
+ ${project.build.plugin.version}
true
diff --git a/alfresco-connector/pom.xml b/alfresco-connector/pom.xml
index 42be103..5da76ed 100644
--- a/alfresco-connector/pom.xml
+++ b/alfresco-connector/pom.xml
@@ -5,12 +5,25 @@
alfresco-connector
10.0.5-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