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 2019/04/17 06:41:41 UTC

[camel] branch master updated: Upgrade Testcontainers to version 1.11.2

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


The following commit(s) were added to refs/heads/master by this push:
     new dbd5925  Upgrade Testcontainers to version 1.11.2
dbd5925 is described below

commit dbd59254e5eb70e2a26bed5451cd29ef846b6222
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 17 08:37:16 2019 +0200

    Upgrade Testcontainers to version 1.11.2
---
 parent/pom.xml                                     | 2 +-
 tooling/maven/camel-restdsl-swagger-plugin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ff00fbd..9e48047 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -668,7 +668,7 @@
         <tagsoup-bundle-version>1.2.1_1</tagsoup-bundle-version>
         <tagsoup-version>1.2.1</tagsoup-version>
         <templating-maven-plugin-version>1.0.0</templating-maven-plugin-version>
-        <testcontainers-version>1.11.1</testcontainers-version>
+        <testcontainers-version>1.11.2</testcontainers-version>
         <testng-version>6.14.2</testng-version>
         <tinybundles-version>2.1.1</tinybundles-version>
         <tika-version>1.20</tika-version>
diff --git a/tooling/maven/camel-restdsl-swagger-plugin/pom.xml b/tooling/maven/camel-restdsl-swagger-plugin/pom.xml
index 7357cca..d8179ec 100644
--- a/tooling/maven/camel-restdsl-swagger-plugin/pom.xml
+++ b/tooling/maven/camel-restdsl-swagger-plugin/pom.xml
@@ -109,7 +109,7 @@
                     <execution>
                         <id>integration-test</id>
                         <goals>
-                            <goal>install</goal>
+                            <!--<goal>install</goal>-->
                             <goal>integration-test</goal>
                             <goal>verify</goal>
                         </goals>