diff --git a/collector/pom.xml b/collector/pom.xml index dc896264..189ae203 100644 --- a/collector/pom.xml +++ b/collector/pom.xml @@ -173,6 +173,14 @@ + + org.codehaus.mojo + versions-maven-plugin + 2.18.0 + + file://${project.basedir}/version-rules.xml + + diff --git a/collector/version-rules.xml b/collector/version-rules.xml index 76f8da4f..8a3cc61d 100644 --- a/collector/version-rules.xml +++ b/collector/version-rules.xml @@ -1,6 +1,7 @@ - - + + .*[-_\.](alpha|Alpha|ALPHA|b|beta|Dev|Beta|BETA|rc|RC|M|EA|SNAPSHOT)[-_\.]?[0-9]* + \ No newline at end of file diff --git a/integration_test_suite/integration_tests/pom.xml b/integration_test_suite/integration_tests/pom.xml index 618ca4f9..8399674f 100644 --- a/integration_test_suite/integration_tests/pom.xml +++ b/integration_test_suite/integration_tests/pom.xml @@ -197,6 +197,14 @@ + + org.codehaus.mojo + versions-maven-plugin + 2.18.0 + + file://${project.basedir}/version-rules.xml + + diff --git a/integration_test_suite/jmx_example_application/pom.xml b/integration_test_suite/jmx_example_application/pom.xml index 55fdc4f7..62f02179 100644 --- a/integration_test_suite/jmx_example_application/pom.xml +++ b/integration_test_suite/jmx_example_application/pom.xml @@ -135,6 +135,14 @@ + + org.codehaus.mojo + versions-maven-plugin + 2.18.0 + + file://${project.basedir}/version-rules.xml + + diff --git a/integration_test_suite/jmx_example_application/version-rules.xml b/integration_test_suite/jmx_example_application/version-rules.xml index 5c6d3959..86d349fa 100644 --- a/integration_test_suite/jmx_example_application/version-rules.xml +++ b/integration_test_suite/jmx_example_application/version-rules.xml @@ -1,6 +1,7 @@ - - + + .*[-_\.](alpha|Alpha|ALPHA|b|beta|Dev|Beta|BETA|rc|RC|M|EA|SNAPSHOT)[-_\.]?[0-9]* + diff --git a/integration_test_suite/pom.xml b/integration_test_suite/pom.xml index 5ceeeb34..6bc71e33 100644 --- a/integration_test_suite/pom.xml +++ b/integration_test_suite/pom.xml @@ -98,6 +98,14 @@ + + org.codehaus.mojo + versions-maven-plugin + 2.18.0 + + file://${project.basedir}/version-rules.xml + + diff --git a/integration_test_suite/version-rules.xml b/integration_test_suite/version-rules.xml index 76f8da4f..8a3cc61d 100644 --- a/integration_test_suite/version-rules.xml +++ b/integration_test_suite/version-rules.xml @@ -1,6 +1,7 @@ - - + + .*[-_\.](alpha|Alpha|ALPHA|b|beta|Dev|Beta|BETA|rc|RC|M|EA|SNAPSHOT)[-_\.]?[0-9]* + \ No newline at end of file diff --git a/jmx_prometheus_javaagent/version-rules.xml b/jmx_prometheus_javaagent/version-rules.xml index 76f8da4f..8a3cc61d 100644 --- a/jmx_prometheus_javaagent/version-rules.xml +++ b/jmx_prometheus_javaagent/version-rules.xml @@ -1,6 +1,7 @@ - - + + .*[-_\.](alpha|Alpha|ALPHA|b|beta|Dev|Beta|BETA|rc|RC|M|EA|SNAPSHOT)[-_\.]?[0-9]* + \ No newline at end of file diff --git a/jmx_prometheus_standalone/version-rules.xml b/jmx_prometheus_standalone/version-rules.xml index 76f8da4f..8a3cc61d 100644 --- a/jmx_prometheus_standalone/version-rules.xml +++ b/jmx_prometheus_standalone/version-rules.xml @@ -1,6 +1,7 @@ - - + + .*[-_\.](alpha|Alpha|ALPHA|b|beta|Dev|Beta|BETA|rc|RC|M|EA|SNAPSHOT)[-_\.]?[0-9]* + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4083a7db..a64cfb88 100644 --- a/pom.xml +++ b/pom.xml @@ -167,7 +167,9 @@ - + + 3.9.6 + @@ -233,6 +235,14 @@ + + org.codehaus.mojo + versions-maven-plugin + 2.18.0 + + file://${project.basedir}/version-rules.xml + + diff --git a/version-rules.xml b/version-rules.xml index 76f8da4f..8a3cc61d 100644 --- a/version-rules.xml +++ b/version-rules.xml @@ -1,6 +1,7 @@ - - + + .*[-_\.](alpha|Alpha|ALPHA|b|beta|Dev|Beta|BETA|rc|RC|M|EA|SNAPSHOT)[-_\.]?[0-9]* + \ No newline at end of file