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/12/30 14:01:17 UTC

[camel-quarkus] branch jetty-maven-jetty created (now 1848f0e)

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

acosentino pushed a change to branch jetty-maven-jetty
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


      at 1848f0e  Use a single version of Jetty

This branch includes the following new commits:

     new 1848f0e  Use a single version of Jetty

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-quarkus] 01/01: Use a single version of Jetty

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1848f0e872b555a683f376a3bdddd2a160007a06
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 30 15:00:52 2019 +0100

    Use a single version of Jetty
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7e6ba7..41264f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,6 @@
         <groovy-maven-plugin.version>2.1.1</groovy-maven-plugin.version>
         <groovy.version>2.5.8</groovy.version>
         <jandex-maven-plugin.version>1.0.7</jandex-maven-plugin.version>
-        <jetty-maven-plugin.version>9.4.20.v20190813</jetty-maven-plugin.version>
         <properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
         <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>