Skip to content

Commit

Permalink
Fix version numbers after cherrypick
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallimore committed Nov 13, 2023
1 parent 464d7e0 commit 9f7aa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mp-openapi-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>mp-openapi-reader</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<packaging>war</packaging>
<name>TomEE :: Examples :: Microprofile OpenAPI Reader</name>
<properties>
<version.jakartaee-api>9.1.1</version.jakartaee-api>
<version.arquillian.bom>1.7.0.Final</version.arquillian.bom>
<junit.version>4.13.2</junit.version>
<tomee.version>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<version.microprofile.impl.openapi>3.0.1</version.microprofile.impl.openapi>
<version.openapi-api>3.1.1</version.openapi-api>
</properties>
Expand Down

0 comments on commit 9f7aa2a

Please sign in to comment.