This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit f85947b39a70d3cf7910e1dbb50618e7c1a66360 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jul 31 08:49:43 2020 +0200 Upgrade Revapi maven plugin to version 0.12.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 23484cc..a90c7c4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -479,7 +479,7 @@ <rest-assured-version>4.3.1</rest-assured-version> <resteasy-version>4.5.6.Final</resteasy-version> <revapi-java-version>0.22.0</revapi-java-version> - <revapi-maven-plugin-version>0.11.5</revapi-maven-plugin-version> + <revapi-maven-plugin-version>0.12.0</revapi-maven-plugin-version> <rhino-version>1.7.7.1</rhino-version> <rhino-js-version>1.7R2</rhino-js-version> <ribbon-version>2.3.0</ribbon-version>