You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2022/11/25 18:01:14 UTC

[camel-spring-boot] 01/03: Fix version of camel-mail-microsoft-oauth-starter

This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/3.18.4
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit cf7db54c90e1ff3496b02157c79241476580a5cf
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Nov 25 17:15:38 2022 +0000

    Fix version of camel-mail-microsoft-oauth-starter
---
 components-starter/camel-mail-microsoft-oauth-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-mail-microsoft-oauth-starter/pom.xml b/components-starter/camel-mail-microsoft-oauth-starter/pom.xml
index 47bc435899a..87adfa7a04f 100644
--- a/components-starter/camel-mail-microsoft-oauth-starter/pom.xml
+++ b/components-starter/camel-mail-microsoft-oauth-starter/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel.springboot</groupId>
     <artifactId>components-starter</artifactId>
-    <version>3.20.0-SNAPSHOT</version>
+    <version>3.18.4-SNAPSHOT</version>
   </parent>
   <artifactId>camel-mail-microsoft-oauth-starter</artifactId>
   <packaging>jar</packaging>