You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/01 13:34:54 UTC

[camel-quarkus] branch master updated: Upgrade to rpkgtests-maven-plugin 0.9.0, the create-test-jars-file is not marked as threadSafe

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3199c4d  Upgrade to rpkgtests-maven-plugin 0.9.0, the create-test-jars-file is not marked as threadSafe
3199c4d is described below

commit 3199c4d9a3bdf42c952fbdaf08c3b4d592976027
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Oct 1 15:30:45 2020 +0200

    Upgrade to rpkgtests-maven-plugin 0.9.0, the create-test-jars-file is
    not marked as threadSafe
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 319c898..d0451fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
         <protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
         <protobuf-java.version>3.11.0</protobuf-java.version>
         <proto-google-common-protos.version>1.17.0</proto-google-common-protos.version>
-        <rpkgtests-maven-plugin.version>0.6.0</rpkgtests-maven-plugin.version>
+        <rpkgtests-maven-plugin.version>0.9.0</rpkgtests-maven-plugin.version>
 
         <!-- Plugin configuration through properties  -->