You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/09/02 16:43:13 UTC

[camel-k-runtime] branch master updated (eeead64 -> ff2c4d1)

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

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


    from eeead64  knative-http component does not return response #130
     new 78b881f  chore(deps): update vertx to v3.8.1
     new ff2c4d1  chore(deps): update deps update rules

The 2 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.


Summary of changes:
 .maven-versions-rules.xml | 5 +++--
 pom.xml                   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)


[camel-k-runtime] 02/02: chore(deps): update deps update rules

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

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

commit ff2c4d1ec7cfc83a2d1b064b6bebfd604c8ccf47
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Sep 2 18:26:34 2019 +0200

    chore(deps): update deps update rules
---
 .maven-versions-rules.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.maven-versions-rules.xml b/.maven-versions-rules.xml
index 3894e4d..c6f6850 100644
--- a/.maven-versions-rules.xml
+++ b/.maven-versions-rules.xml
@@ -31,11 +31,12 @@
         <ignoreVersion type="regex">(?i).*RC(?:-?\d+)?</ignoreVersion>
         <ignoreVersion type="regex">(?i).*CR(?:-?\d+)?</ignoreVersion>
         <ignoreVersion type="regex">(?i).*M(?:-?\d+)?</ignoreVersion>
-        <ignoreVersion type="regex">(?i).*pr1?</ignoreVersion>
+        <ignoreVersion type="regex">(?i).*pr(?:-?\d+)?</ignoreVersion>
+        <ignoreVersion type="regex">(?i).*milestone(?:-?\d+)?</ignoreVersion>
         <ignoreVersion type="regex">(?i).*CriteriaPreview.*?</ignoreVersion>
     </ignoreVersions>
 
     <rules>
     </rules>
 
-</ruleset>
\ No newline at end of file
+</ruleset>


[camel-k-runtime] 01/02: chore(deps): update vertx to v3.8.1

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

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

commit 78b881f4d3168ead21f668fd62738c0302f3abc0
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Sep 2 18:26:23 2019 +0200

    chore(deps): update vertx to v3.8.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bbda51c..1ffbbc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <immutables.version>2.7.5</immutables.version>
         <semver4j.version>3.0.0</semver4j.version>
         <undertow.version>1.4.26.Final</undertow.version>
-        <vertx.version>3.8.0</vertx.version>
+        <vertx.version>3.8.1</vertx.version>
         <graalvm.version>19.1.1</graalvm.version>
         <gmavenplus-plugin.version>1.7.1</gmavenplus-plugin.version>
         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>