Skip to content

Commit

Permalink
Post release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhernandezgt authored and rzo1 committed Oct 20, 2023
1 parent 1810e0e commit a07cf6a
Show file tree
Hide file tree
Showing 26 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions examples/applet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.superbiz.applet</groupId>
<artifactId>applet</artifactId>
<packaging>war</packaging>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Web Examples :: Signed Applet EJB Client</name>
<url>http://tomee.apache.org</url>
<properties>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-client</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -112,7 +112,7 @@
<artifactItem>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-client</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
<destFileName>openejb-client.jar</destFileName>
</artifactItem>
Expand Down
4 changes: 2 additions & 2 deletions examples/cdi-dynamic-inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>cdi-dynamic-inject</artifactId>
<packaging>jar</packaging>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Examples :: Dynamic Inject</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions examples/deltaspike-configproperty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>deltaspike-configproperty</artifactId>
<packaging>jar</packaging>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Examples :: DeltaSpike @ConfigProperty</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -116,13 +116,13 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>arquillian-openejb-embedded</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions examples/deltaspike-exception-handling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>deltaspike-exception-handling</artifactId>
<packaging>jar</packaging>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Examples :: DeltaSpike Exception Handling</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -84,13 +84,13 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>arquillian-openejb-embedded</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/deltaspike-fullstack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<groupId>org.superbiz</groupId>
<artifactId>deltaspike-fullstack</artifactId>
<name>TomEE :: Examples :: JSF2/CDI/BV/JPA/DeltaSpike</name>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<packaging>war</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.myfaces2>2.3.0</version.myfaces2>
<version.deltaspike>1.9.3</version.deltaspike>
<version.extval>2.0.8</version.extval>
<tomee.version>9.1.1-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
</properties>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
6 changes: 3 additions & 3 deletions examples/deltaspike-i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>deltaspike-i18n</artifactId>
<packaging>jar</packaging>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Examples :: DeltaSpike I18n</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -84,13 +84,13 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>arquillian-openejb-embedded</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/junit5-arquillian-simple-websockets/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

A simple Websocket example project.

This was originally created for TomEE 9.1.1-SNAPSHOT using Jakarta EE 9 and Websocket
This was originally created for TomEE 9.1.2-SNAPSHOT using Jakarta EE 9 and Websocket
API 1.1.

The example was created with a server to server typo of connection in
Expand Down
4 changes: 2 additions & 2 deletions examples/mbean-auto-registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<groupId>org.superbiz</groupId>
<artifactId>mbean-auto-registration</artifactId>
<packaging>jar</packaging>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Examples :: MBean Auto Registration</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.1-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
</properties>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
4 changes: 2 additions & 2 deletions examples/mp-jsonb-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>mp-jsonb-configuration</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<packaging>war</packaging>
<name>TomEE :: Examples :: Microprofile JSONB Configuration</name>
<properties>
<version.jakartaee-api>9.1.1</version.jakartaee-api>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.1-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
</properties>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions examples/mvc-cxf-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<packaging>war</packaging>
<name>TomEE :: Examples :: MVC (CXF-based) with Hibernate</name>
<description>OpenEJB :: Web Examples :: MVC 1.0 - Deltaspike - Hibernate</description>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.1-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<version.deltaspike>1.9.3</version.deltaspike>
<version.krazo>2.0.2</version.krazo>
<version.arquillian>1.7.0.Final</version.arquillian>
Expand Down Expand Up @@ -58,7 +58,7 @@
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<configuration>
<args>-Xmx512m -XX:PermSize=256m</args>
<libs>
Expand Down Expand Up @@ -176,7 +176,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions examples/mvc-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<packaging>war</packaging>
<name>TomEE :: Examples :: MVC (CXF-based)</name>
<description>OpenEJB :: Web Examples :: MVC 1.0 - Deltaspike</description>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.1-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<version.deltaspike>1.9.3</version.deltaspike>
<version.krazo>2.0.2</version.krazo>
<version.arquillian>1.7.0.Final</version.arquillian>
Expand Down Expand Up @@ -56,7 +56,7 @@
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<configuration>
<args>-Xmx512m -XX:PermSize=256m</args>
</configuration>
Expand Down Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions examples/mvc-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<packaging>war</packaging>
<name>TomEE :: Examples :: MVC (RestEasy-based)</name>
<description>TomEE :: Web Examples :: MVC 2.0 - RestEasy</description>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.1-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<version.krazo>2.0.2</version.krazo>
<resteasy.version>3.15.3.Final</resteasy.version>
<version.arquillian>1.7.0.Final</version.arquillian>
Expand Down Expand Up @@ -79,7 +79,7 @@
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<configuration>
<args>-Xmx512m -XX:PermSize=256m</args>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion examples/polling-parent/polling-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>polling-parent</artifactId>
<groupId>jug</groupId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/polling-parent/polling-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>polling-parent</artifactId>
<groupId>jug</groupId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/polling-parent/polling-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>polling-parent</artifactId>
<groupId>jug</groupId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/polling-parent/polling-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>polling-parent</artifactId>
<groupId>jug</groupId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
</parent>

<artifactId>polling-web</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/polling-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

<groupId>jug</groupId>
<artifactId>polling-parent</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TomEE :: Examples :: Polling</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.1-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions examples/projectstage-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>projectstage-demo</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Examples :: DeltaSpike ProjectStage</name>
<properties>
<tomee.version>9.1.1-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<version.deltaspike>1.9.7-SNAPSHOT</version.deltaspike>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/rest-sse-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<groupId>org.superbiz</groupId>
<artifactId>rest-sse-example</artifactId>
<packaging>war</packaging>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Web Examples :: REST SSE Example</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.1-SNAPSHOT</tomee.version>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<version.openjpa>3.2.2</version.openjpa>
</properties>
<repositories>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-data-proxy-meta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>spring-data-proxy-meta</artifactId>
<packaging>jar</packaging>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Examples :: Spring Data Meta</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
</dependency>
</dependencies>
<!--
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-data-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>spring-data-proxy</artifactId>
<packaging>jar</packaging>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
<name>TomEE :: Examples :: Spring Data</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
<version>9.1.1-SNAPSHOT</version>
<version>9.1.2-SNAPSHOT</version>
</dependency>
</dependencies>
<!--
Expand Down
Loading

0 comments on commit a07cf6a

Please sign in to comment.