You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/23 12:31:05 UTC

[camel] 02/06: CAMEL-15858: extract openapi-generator version as property

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 04ed7f9b51bd37bb180f8ff047bf693a7407af78
Author: ex324 <ch...@helsana.ch>
AuthorDate: Tue Nov 17 11:43:22 2020 +0100

    CAMEL-15858: extract openapi-generator version as property
---
 parent/pom.xml                                     | 1 +
 tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 674ded0..88c9020 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -439,6 +439,7 @@
         <networknt-json-schema-validator-version>1.0.44</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
         <nitrite-version>3.4.2</nitrite-version>
+        <openapi-generator-version>4.3.1</openapi-generator-version>
         <!-- should be in-sync with deltaspike -->
         <openwebbeans1-version>1.2.7</openwebbeans1-version>
         <openwebbeans-version>1.7.3</openwebbeans-version>
diff --git a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
index ce7d551..d2e1d7a 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
+++ b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.openapitools</groupId>
             <artifactId>openapi-generator</artifactId>
-            <version>4.3.1</version>
+            <version>${openapi-generator-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>