This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 3fbaafddc0dfc2f263983af8c536d11aad81adbd Author: reta <[email protected]> AuthorDate: Tue Dec 22 14:32:50 2020 -0500 Update to Microprofile OpenApi 2.0 (cherry picked from commit d6a299217dd943a3872da9b0afb7f966ab289cc0) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0bbba0e..1227444 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -165,7 +165,7 @@ <cxf.micrometer.version>1.5.9</cxf.micrometer.version> <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version> <cxf.microprofile.rest.client.version>2.0-RC3</cxf.microprofile.rest.client.version> - <cxf.microprofile.openapi.version>2.0-RC3</cxf.microprofile.openapi.version> + <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version> <cxf.mina.version>2.1.3</cxf.mina.version> <cxf.mockito.version>3.4.6</cxf.mockito.version> <cxf.msv.version>2013.6.1</cxf.msv.version>
