From 4c52b3595b364ab756e90eab28936469279d5814 Mon Sep 17 00:00:00 2001 From: ivy-rew Date: Fri, 29 Nov 2024 11:00:03 +0000 Subject: [PATCH 1/2] [maven-release-plugin] prepare release v12.0.0 --- 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 | 2 +- msgraph-connector/pom.xml | 2 +- msgraph-mail-demo/pom.xml | 2 +- msgraph-oauth-feature/pom.xml | 4 ++-- msgraph-sharepoint-demo/pom.xml | 2 +- msgraph-teams-demo/pom.xml | 2 +- msgraph-teams-notification/pom.xml | 2 +- msgraph-todo-demo/pom.xml | 2 +- pom.xml | 4 ++-- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/msgraph-calendar-demo/pom.xml b/msgraph-calendar-demo/pom.xml index 14d555d..b5d3257 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 - 12.0.0-SNAPSHOT + 12.0.0 iar 12.0.0 diff --git a/msgraph-connector-app/pom.xml b/msgraph-connector-app/pom.xml index 6efffb5..b6c9f47 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 - 12.0.0-SNAPSHOT + 12.0.0 pom diff --git a/msgraph-connector-product/pom.xml b/msgraph-connector-product/pom.xml index cb4b706..7a29def 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 - 12.0.0-SNAPSHOT + 12.0.0 pom diff --git a/msgraph-connector-product/products/msgraph-calendar/pom.xml b/msgraph-connector-product/products/msgraph-calendar/pom.xml index ed9765c..48c56d9 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 - 12.0.0-SNAPSHOT + 12.0.0 ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-chat/pom.xml b/msgraph-connector-product/products/msgraph-chat/pom.xml index dae4559..d14d5a9 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 - 12.0.0-SNAPSHOT + 12.0.0 ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-connector/pom.xml b/msgraph-connector-product/products/msgraph-connector/pom.xml index 5f02c85..19810e8 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 - 12.0.0-SNAPSHOT + 12.0.0 ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-mail/pom.xml b/msgraph-connector-product/products/msgraph-mail/pom.xml index 61be0f3..47982b6 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 - 12.0.0-SNAPSHOT + 12.0.0 ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-todo/pom.xml b/msgraph-connector-product/products/msgraph-todo/pom.xml index 2e9d8fd..9f2fdbc 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 - 12.0.0-SNAPSHOT + 12.0.0 ../../pom.xml diff --git a/msgraph-connector-test/pom.xml b/msgraph-connector-test/pom.xml index 12e2992..1a97794 100644 --- a/msgraph-connector-test/pom.xml +++ b/msgraph-connector-test/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-connector-test - 12.0.0-SNAPSHOT + 12.0.0 iar-integration-test diff --git a/msgraph-connector/pom.xml b/msgraph-connector/pom.xml index 69c2890..8715e80 100644 --- a/msgraph-connector/pom.xml +++ b/msgraph-connector/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-connector - 12.0.0-SNAPSHOT + 12.0.0 iar 12.0.0 diff --git a/msgraph-mail-demo/pom.xml b/msgraph-mail-demo/pom.xml index ba34da3..0198d00 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 - 12.0.0-SNAPSHOT + 12.0.0 iar 12.0.0 diff --git a/msgraph-oauth-feature/pom.xml b/msgraph-oauth-feature/pom.xml index fb56675..5c7dc58 100644 --- a/msgraph-oauth-feature/pom.xml +++ b/msgraph-oauth-feature/pom.xml @@ -3,14 +3,14 @@ 4.0.0 com.axonivy.connector.msgraph msgraph-oauth-feature - 12.0.0-SNAPSHOT + 12.0.0 iar 12.0.0 scm:git:https://github.com/axonivy-market/${project.name}.git - HEAD + v12.0.0 diff --git a/msgraph-sharepoint-demo/pom.xml b/msgraph-sharepoint-demo/pom.xml index 374ab85..b19c33c 100644 --- a/msgraph-sharepoint-demo/pom.xml +++ b/msgraph-sharepoint-demo/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-sharepoint-demo - 12.0.0-SNAPSHOT + 12.0.0 iar 12.0.0 diff --git a/msgraph-teams-demo/pom.xml b/msgraph-teams-demo/pom.xml index 60a50cc..80b1de5 100644 --- a/msgraph-teams-demo/pom.xml +++ b/msgraph-teams-demo/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-teams-demo - 12.0.0-SNAPSHOT + 12.0.0 iar 12.0.0 diff --git a/msgraph-teams-notification/pom.xml b/msgraph-teams-notification/pom.xml index 2dc1361..4c5b9ea 100644 --- a/msgraph-teams-notification/pom.xml +++ b/msgraph-teams-notification/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-teams-notification - 12.0.0-SNAPSHOT + 12.0.0 iar 12.0.0 diff --git a/msgraph-todo-demo/pom.xml b/msgraph-todo-demo/pom.xml index 58d69d3..8032968 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 - 12.0.0-SNAPSHOT + 12.0.0 iar 12.0.0 diff --git a/pom.xml b/pom.xml index 52415ea..1eaa73a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.axonivy.connector.office365 msgraph-connector msgraph-modules - 12.0.0-SNAPSHOT + 12.0.0 pom @@ -29,7 +29,7 @@ scm:git:https://github.com/axonivy-market/${project.name}.git - HEAD + v12.0.0 From ed10aae47ff0c83de0f95892e60c10176ee01019 Mon Sep 17 00:00:00 2001 From: ivy-rew Date: Fri, 29 Nov 2024 11:00:04 +0000 Subject: [PATCH 2/2] [maven-release-plugin] prepare for next development iteration --- 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 | 2 +- msgraph-connector/pom.xml | 2 +- msgraph-mail-demo/pom.xml | 2 +- msgraph-oauth-feature/pom.xml | 4 ++-- msgraph-sharepoint-demo/pom.xml | 2 +- msgraph-teams-demo/pom.xml | 2 +- msgraph-teams-notification/pom.xml | 2 +- msgraph-todo-demo/pom.xml | 2 +- pom.xml | 4 ++-- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/msgraph-calendar-demo/pom.xml b/msgraph-calendar-demo/pom.xml index b5d3257..5c907e8 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 - 12.0.0 + 12.0.1-SNAPSHOT iar 12.0.0 diff --git a/msgraph-connector-app/pom.xml b/msgraph-connector-app/pom.xml index b6c9f47..2ca4222 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 - 12.0.0 + 12.0.1-SNAPSHOT pom diff --git a/msgraph-connector-product/pom.xml b/msgraph-connector-product/pom.xml index 7a29def..eac0bfd 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 - 12.0.0 + 12.0.1-SNAPSHOT pom diff --git a/msgraph-connector-product/products/msgraph-calendar/pom.xml b/msgraph-connector-product/products/msgraph-calendar/pom.xml index 48c56d9..fd02665 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 - 12.0.0 + 12.0.1-SNAPSHOT ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-chat/pom.xml b/msgraph-connector-product/products/msgraph-chat/pom.xml index d14d5a9..b582489 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 - 12.0.0 + 12.0.1-SNAPSHOT ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-connector/pom.xml b/msgraph-connector-product/products/msgraph-connector/pom.xml index 19810e8..72a885f 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 - 12.0.0 + 12.0.1-SNAPSHOT ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-mail/pom.xml b/msgraph-connector-product/products/msgraph-mail/pom.xml index 47982b6..cc05af8 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 - 12.0.0 + 12.0.1-SNAPSHOT ../../pom.xml diff --git a/msgraph-connector-product/products/msgraph-todo/pom.xml b/msgraph-connector-product/products/msgraph-todo/pom.xml index 9f2fdbc..d8ca215 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 - 12.0.0 + 12.0.1-SNAPSHOT ../../pom.xml diff --git a/msgraph-connector-test/pom.xml b/msgraph-connector-test/pom.xml index 1a97794..9f918b7 100644 --- a/msgraph-connector-test/pom.xml +++ b/msgraph-connector-test/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-connector-test - 12.0.0 + 12.0.1-SNAPSHOT iar-integration-test diff --git a/msgraph-connector/pom.xml b/msgraph-connector/pom.xml index 8715e80..6e0a93f 100644 --- a/msgraph-connector/pom.xml +++ b/msgraph-connector/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-connector - 12.0.0 + 12.0.1-SNAPSHOT iar 12.0.0 diff --git a/msgraph-mail-demo/pom.xml b/msgraph-mail-demo/pom.xml index 0198d00..34aa5dd 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 - 12.0.0 + 12.0.1-SNAPSHOT iar 12.0.0 diff --git a/msgraph-oauth-feature/pom.xml b/msgraph-oauth-feature/pom.xml index 5c7dc58..c187be3 100644 --- a/msgraph-oauth-feature/pom.xml +++ b/msgraph-oauth-feature/pom.xml @@ -3,14 +3,14 @@ 4.0.0 com.axonivy.connector.msgraph msgraph-oauth-feature - 12.0.0 + 12.0.1-SNAPSHOT iar 12.0.0 scm:git:https://github.com/axonivy-market/${project.name}.git - v12.0.0 + HEAD diff --git a/msgraph-sharepoint-demo/pom.xml b/msgraph-sharepoint-demo/pom.xml index b19c33c..d6c202f 100644 --- a/msgraph-sharepoint-demo/pom.xml +++ b/msgraph-sharepoint-demo/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-sharepoint-demo - 12.0.0 + 12.0.1-SNAPSHOT iar 12.0.0 diff --git a/msgraph-teams-demo/pom.xml b/msgraph-teams-demo/pom.xml index 80b1de5..554b25b 100644 --- a/msgraph-teams-demo/pom.xml +++ b/msgraph-teams-demo/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-teams-demo - 12.0.0 + 12.0.1-SNAPSHOT iar 12.0.0 diff --git a/msgraph-teams-notification/pom.xml b/msgraph-teams-notification/pom.xml index 4c5b9ea..e796180 100644 --- a/msgraph-teams-notification/pom.xml +++ b/msgraph-teams-notification/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.axonivy.connector.office365 msgraph-teams-notification - 12.0.0 + 12.0.1-SNAPSHOT iar 12.0.0 diff --git a/msgraph-todo-demo/pom.xml b/msgraph-todo-demo/pom.xml index 8032968..568869f 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 - 12.0.0 + 12.0.1-SNAPSHOT iar 12.0.0 diff --git a/pom.xml b/pom.xml index 1eaa73a..a35bd87 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.axonivy.connector.office365 msgraph-connector msgraph-modules - 12.0.0 + 12.0.1-SNAPSHOT pom @@ -29,7 +29,7 @@ scm:git:https://github.com/axonivy-market/${project.name}.git - v12.0.0 + HEAD