Skip to content

Commit

Permalink
Post release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Dec 21, 2023
1 parent 7f17155 commit 9a3ee28
Show file tree
Hide file tree
Showing 33 changed files with 63 additions and 63 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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
<destFileName>openejb-client.jar</destFileName>
</artifactItem>
Expand Down
2 changes: 1 addition & 1 deletion examples/bean-validation-design-by-contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<name>TomEE :: Examples :: Bean Validation Design By Contract</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<build>
<defaultGoal>install</defaultGoal>
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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/connector-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<name>TomEE :: Connector Examples :: Connector in EAR</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-SNAPSHOT</tomee.version>
<version.shrinkwrap.resolver>2.1.0</version.shrinkwrap.resolver>
<surefire.version>2.21.0</surefire.version>
</properties>
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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: MBean Auto Registration</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<configuration>
<args>-Xmx512m -XX:PermSize=256m</args>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion examples/pojo-webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<name>TomEE :: Web Examples :: Pojo WS</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<repositories>
<repository>
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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TomEE :: Examples :: Polling</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: DeltaSpike ProjectStage</name>
<properties>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-SNAPSHOT</tomee.version>
<version.deltaspike>1.9.7-SNAPSHOT</version.deltaspike>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/quartz-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<name>TomEE :: Examples :: Quartz</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<modules>
<module>quartz-ra</module>
Expand Down
2 changes: 1 addition & 1 deletion examples/resources-declared-in-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<name>TomEE :: Web Examples :: Resource Declared In A Webapp</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion examples/resources-jmx-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<name>TomEE :: Examples :: Resources/JMX Example</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<modules>
<module>resources-jmx-ejb</module>
Expand Down
2 changes: 1 addition & 1 deletion examples/rest-example-with-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<name>TomEE :: Web Examples :: REST Example With Application</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<repositories>
<repository>
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.2-SNAPSHOT</version>
<version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Web Examples :: REST SSE Example</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>9.1.2-SNAPSHOT</tomee.version>
<tomee.version>9.1.3-SNAPSHOT</tomee.version>
<version.openjpa>3.2.2</version.openjpa>
</properties>
<repositories>
Expand Down
Loading

0 comments on commit 9a3ee28

Please sign in to comment.