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/08/18 13:16:58 UTC

[camel-k-runtime] 03/05: chore(deps): update maven-versions-rules

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 6e5ee48b4a203c7314c67d1e8a0b1f742783f2e2
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Sun Aug 18 14:47:43 2019 +0200

    chore(deps): update maven-versions-rules
---
 .maven-versions-rules.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.maven-versions-rules.xml b/.maven-versions-rules.xml
index 44e512b..3894e4d 100644
--- a/.maven-versions-rules.xml
+++ b/.maven-versions-rules.xml
@@ -17,9 +17,9 @@
     limitations under the License.
 
 -->
-<ruleset xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" 
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-        comparisonMethod="maven" 
+<ruleset xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        comparisonMethod="maven"
         xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 http://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
 
     <ignoreVersions>
@@ -31,9 +31,11 @@
         <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).*CriteriaPreview.*?</ignoreVersion>
     </ignoreVersions>
 
     <rules>
     </rules>
-    
+
 </ruleset>
\ No newline at end of file