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

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

commit ba8a8fd2363eef8fc6dad52b4023316b580c081b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Nov 1 06:42:12 2021 +0100

    CAMEL-17061: camel-springdoc-starter -- Integration with Springdoc.
---
 components-starter/camel-springdoc-starter/pom.xml | 3 ---
 pom.xml                                            | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/components-starter/camel-springdoc-starter/pom.xml 
b/components-starter/camel-springdoc-starter/pom.xml
index 53c3c4f..e06a288 100644
--- a/components-starter/camel-springdoc-starter/pom.xml
+++ b/components-starter/camel-springdoc-starter/pom.xml
@@ -29,9 +29,6 @@
     <packaging>jar</packaging>
     <name>Camel SB Starters :: Springdoc</name>
     <description>Spring-Boot Starter for Rest-dsl support when using openapi 
doc and the Springdoc Swagger UI</description>
-    <properties>
-        <springdoc-version>1.5.11</springdoc-version>
-    </properties>
     <dependencies>
         <dependency>
             <groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index c7ff109..7698080 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,7 @@
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
         <mycila-license-version>3.0</mycila-license-version>
+        <springdoc-version>1.5.12</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.0.28</swagger-parser-v3-version>
         <undertow-version>2.2.0.Final</undertow-version>

Reply via email to