From 393b62066392b6dd2e6a38669b5a7612f1e2eefe Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Mon, 19 Dec 2016 13:51:38 -0800 Subject: [PATCH] Ignore updates to MySQL connector. Don't ignore -beta. --- versions-rules.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/versions-rules.xml b/versions-rules.xml index 095de7c2..2a6c8a42 100644 --- a/versions-rules.xml +++ b/versions-rules.xml @@ -18,7 +18,6 @@ limitations under the License. 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"> .*-alpha.* - .*-beta.* .*-b[0-9]* .*-pre.* .*public_draft @@ -32,6 +31,14 @@ limitations under the License. .* + + + + .* + + @@ -44,5 +51,23 @@ limitations under the License. v2.* + + + + .*-beta.* + + + + + + .*-beta.* + + + + + + .*-beta.* + +