This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-9.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-9.x by this push:
     new 9f7aa2a62c Fix version numbers after cherrypick
9f7aa2a62c is described below

commit 9f7aa2a62ccfdd55af07b9c633f726c650b605fa
Author: Jonathan Gallimore <j...@jrg.me.uk>
AuthorDate: Mon Nov 13 10:30:32 2023 +0000

    Fix version numbers after cherrypick
---
 examples/mp-openapi-reader/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/mp-openapi-reader/pom.xml 
b/examples/mp-openapi-reader/pom.xml
index 95ae07fc7e..eb887590a1 100644
--- a/examples/mp-openapi-reader/pom.xml
+++ b/examples/mp-openapi-reader/pom.xml
@@ -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>

Reply via email to