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.* + +