From 5336f5cea67e8c40cb821048be068a346e5df766 Mon Sep 17 00:00:00 2001 From: ivy-rew Date: Tue, 6 Dec 2022 15:27:52 +0000 Subject: [PATCH] [maven-release-plugin] prepare release v10.0.1 --- msgraph-calendar-demo/pom.xml | 2 +- msgraph-connector-app/pom.xml | 2 +- msgraph-connector-product/pom.xml | 2 +- msgraph-connector-product/products/msgraph-calendar/pom.xml | 2 +- msgraph-connector-product/products/msgraph-chat/pom.xml | 2 +- msgraph-connector-product/products/msgraph-connector/pom.xml | 2 +- msgraph-connector-product/products/msgraph-mail/pom.xml | 2 +- msgraph-connector-product/products/msgraph-todo/pom.xml | 2 +- msgraph-connector-test/pom.xml | 5 ++--- msgraph-connector/pom.xml | 2 +- msgraph-mail-demo/pom.xml | 2 +- msgraph-oauth-feature/pom.xml | 4 ++-- msgraph-sharepoint-demo/pom.xml | 5 ++--- msgraph-teams-demo/pom.xml | 5 ++--- msgraph-teams-notification/pom.xml | 5 ++--- msgraph-todo-demo/pom.xml | 2 +- pom.xml | 4 ++-- 17 files changed, 23 insertions(+), 27 deletions(-) diff --git a/msgraph-calendar-demo/pom.xml b/msgraph-calendar-demo/pom.xml index 0c3d046..5c4d093 100644 --- a/msgraph-calendar-demo/pom.xml +++ b/msgraph-calendar-demo/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-calendar-demo - 10.0.1-SNAPSHOT + 10.0.1 iar diff --git a/msgraph-connector-app/pom.xml b/msgraph-connector-app/pom.xml index 2f5b28a..c83ec76 100644 --- a/msgraph-connector-app/pom.xml +++ b/msgraph-connector-app/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-connector-app - 10.0.1-SNAPSHOT + 10.0.1 pom diff --git a/msgraph-connector-product/pom.xml b/msgraph-connector-product/pom.xml index ebefde6..92ff467 100644 --- a/msgraph-connector-product/pom.xml +++ b/msgraph-connector-product/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-product - 10.0.1-SNAPSHOT + 10.0.1 pom diff --git a/msgraph-connector-product/products/msgraph-calendar/pom.xml b/msgraph-connector-product/products/msgraph-calendar/pom.xml index 31dcf81..c85dfb0 100644 --- a/msgraph-connector-product/products/msgraph-calendar/pom.xml +++ b/msgraph-connector-product/products/msgraph-calendar/pom.xml @@ -6,7 +6,7 @@ com.axonivy.connector.office365 msgraph-product - 10.0.1-SNAPSHOT + 10.0.1 ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-chat/pom.xml b/msgraph-connector-product/products/msgraph-chat/pom.xml index bf32542..ff34ca7 100644 --- a/msgraph-connector-product/products/msgraph-chat/pom.xml +++ b/msgraph-connector-product/products/msgraph-chat/pom.xml @@ -6,7 +6,7 @@ com.axonivy.connector.office365 msgraph-product - 10.0.1-SNAPSHOT + 10.0.1 ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-connector/pom.xml b/msgraph-connector-product/products/msgraph-connector/pom.xml index e8d7b78..620508c 100644 --- a/msgraph-connector-product/products/msgraph-connector/pom.xml +++ b/msgraph-connector-product/products/msgraph-connector/pom.xml @@ -6,7 +6,7 @@ com.axonivy.connector.office365 msgraph-product - 10.0.1-SNAPSHOT + 10.0.1 ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-mail/pom.xml b/msgraph-connector-product/products/msgraph-mail/pom.xml index dddf24b..ae608d8 100644 --- a/msgraph-connector-product/products/msgraph-mail/pom.xml +++ b/msgraph-connector-product/products/msgraph-mail/pom.xml @@ -6,7 +6,7 @@ com.axonivy.connector.office365 msgraph-product - 10.0.1-SNAPSHOT + 10.0.1 ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-todo/pom.xml b/msgraph-connector-product/products/msgraph-todo/pom.xml index 3c4dfee..01fdaff 100644 --- a/msgraph-connector-product/products/msgraph-todo/pom.xml +++ b/msgraph-connector-product/products/msgraph-todo/pom.xml @@ -6,7 +6,7 @@ com.axonivy.connector.office365 msgraph-product - 10.0.1-SNAPSHOT + 10.0.1 ../../pom.xml diff --git a/msgraph-connector-test/pom.xml b/msgraph-connector-test/pom.xml index 40601a2..9bc1668 100644 --- a/msgraph-connector-test/pom.xml +++ b/msgraph-connector-test/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 com.axonivy.connector.office365 msgraph-connector-test - 10.0.1-SNAPSHOT + 10.0.1 iar-integration-test diff --git a/msgraph-connector/pom.xml b/msgraph-connector/pom.xml index c6da06d..5be0d23 100644 --- a/msgraph-connector/pom.xml +++ b/msgraph-connector/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-connector - 10.0.1-SNAPSHOT + 10.0.1 iar diff --git a/msgraph-mail-demo/pom.xml b/msgraph-mail-demo/pom.xml index 988f8f0..f368d17 100644 --- a/msgraph-mail-demo/pom.xml +++ b/msgraph-mail-demo/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-mail-demo - 10.0.1-SNAPSHOT + 10.0.1 iar diff --git a/msgraph-oauth-feature/pom.xml b/msgraph-oauth-feature/pom.xml index c47f15e..ca73450 100644 --- a/msgraph-oauth-feature/pom.xml +++ b/msgraph-oauth-feature/pom.xml @@ -3,11 +3,11 @@ 4.0.0 com.axonivy.connector.msgraph msgraph-oauth-feature - 10.0.1-SNAPSHOT + 10.0.1 iar scm:git:https://github.com/axonivy-market/${project.name}.git - HEAD + v10.0.1 diff --git a/msgraph-sharepoint-demo/pom.xml b/msgraph-sharepoint-demo/pom.xml index 1bd2453..633f900 100644 --- a/msgraph-sharepoint-demo/pom.xml +++ b/msgraph-sharepoint-demo/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 com.axonivy.connector.office365 msgraph-sharepoint-demo - 10.0.1-SNAPSHOT + 10.0.1 iar diff --git a/msgraph-teams-demo/pom.xml b/msgraph-teams-demo/pom.xml index 9ec92fd..20b71fa 100644 --- a/msgraph-teams-demo/pom.xml +++ b/msgraph-teams-demo/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 com.axonivy.connector.office365 msgraph-teams-demo - 10.0.1-SNAPSHOT + 10.0.1 iar diff --git a/msgraph-teams-notification/pom.xml b/msgraph-teams-notification/pom.xml index db84d89..63e8a8b 100644 --- a/msgraph-teams-notification/pom.xml +++ b/msgraph-teams-notification/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 com.axonivy.connector.office365 msgraph-teams-notification - 10.0.1-SNAPSHOT + 10.0.1 iar diff --git a/msgraph-todo-demo/pom.xml b/msgraph-todo-demo/pom.xml index 631951f..1412234 100644 --- a/msgraph-todo-demo/pom.xml +++ b/msgraph-todo-demo/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-todo-demo - 10.0.1-SNAPSHOT + 10.0.1 iar diff --git a/pom.xml b/pom.xml index d0ee650..f8cc4f4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.axonivy.connector.office365 msgraph-connector msgraph-modules - 10.0.1-SNAPSHOT + 10.0.1 pom @@ -29,7 +29,7 @@ scm:git:https://github.com/axonivy-market/${project.name}.git - HEAD + v10.0.1