This is an automated email from the ASF dual-hosted git repository. jungm pushed a commit to branch 10.1.2-rc1 in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 13bf6487acc833d3879db78523b449120aa23786 Author: Markus Jung <[email protected]> AuthorDate: Tue Sep 16 15:14:07 2025 +0200 fix remaining 10.1.2-SNAPSHOT versions post release --- deps/commons-dbcp2-shade/pom.xml | 2 +- deps/taglibs-shade/pom.xml | 2 +- examples/bean-validation-design-by-contract/pom.xml | 2 +- examples/bval-evaluation-redeployment/pom.xml | 4 ++-- examples/connector-ear/pom.xml | 2 +- examples/import-database-flyway-maven/pom.xml | 2 +- examples/import-database-flyway/pom.xml | 2 +- examples/import-database-liquibase-maven/pom.xml | 2 +- examples/import-database-liquibase/pom.xml | 2 +- examples/mp-jsonb-configuration/pom.xml | 4 ++-- examples/pojo-webservice/pom.xml | 2 +- examples/polling-parent/polling-client/pom.xml | 2 +- examples/polling-parent/polling-core/pom.xml | 2 +- examples/polling-parent/polling-domain/pom.xml | 2 +- examples/polling-parent/polling-web/pom.xml | 2 +- examples/polling-parent/pom.xml | 4 ++-- examples/quartz-app/pom.xml | 2 +- examples/resources-declared-in-webapp/pom.xml | 2 +- examples/resources-jmx-example/pom.xml | 2 +- examples/rest-example-with-application/pom.xml | 2 +- examples/rest-sse-example/pom.xml | 4 ++-- examples/scala-basic/build.sbt | 2 +- examples/simple-ear/pom.xml | 4 ++-- examples/tomee-jersey-eclipselink/pom.xml | 8 ++++---- tomee/tomee-deb/pom.xml | 2 +- tomee/tomee-embedded/pom.xml | 2 +- 26 files changed, 34 insertions(+), 34 deletions(-) diff --git a/deps/commons-dbcp2-shade/pom.xml b/deps/commons-dbcp2-shade/pom.xml index 771ffa7a91..1ff8226467 100644 --- a/deps/commons-dbcp2-shade/pom.xml +++ b/deps/commons-dbcp2-shade/pom.xml @@ -98,7 +98,7 @@ <configuration> <artifacts> <artifact> - <file>${project.build.directory}/commons-dbcp2-shade-10.1.2-SNAPSHOT.jar</file> + <file>${project.build.directory}/commons-dbcp2-shade-10.1.3-SNAPSHOT.jar</file> <type>jar</type> <classifier>optional</classifier> </artifact> diff --git a/deps/taglibs-shade/pom.xml b/deps/taglibs-shade/pom.xml index 1fff77a123..858f09570e 100644 --- a/deps/taglibs-shade/pom.xml +++ b/deps/taglibs-shade/pom.xml @@ -194,7 +194,7 @@ <configuration> <artifacts> <artifact> - <file>${project.build.directory}/taglibs-shade-10.1.2-SNAPSHOT.jar</file> + <file>${project.build.directory}/taglibs-shade-10.1.3-SNAPSHOT.jar</file> <type>jar</type> <classifier>optional</classifier> </artifact> diff --git a/examples/bean-validation-design-by-contract/pom.xml b/examples/bean-validation-design-by-contract/pom.xml index 23e65cd612..80a471f018 100644 --- a/examples/bean-validation-design-by-contract/pom.xml +++ b/examples/bean-validation-design-by-contract/pom.xml @@ -24,7 +24,7 @@ <name>TomEE :: Examples :: Bean Validation Design By Contract</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <build> <defaultGoal>install</defaultGoal> diff --git a/examples/bval-evaluation-redeployment/pom.xml b/examples/bval-evaluation-redeployment/pom.xml index 3b6de432ce..a49ceb46a9 100644 --- a/examples/bval-evaluation-redeployment/pom.xml +++ b/examples/bval-evaluation-redeployment/pom.xml @@ -27,8 +27,8 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.test.version>10.1.2-SNAPSHOT</tomee.test.version> - <openejb.test.version>10.1.2-SNAPSHOT</openejb.test.version> + <tomee.test.version>10.1.3-SNAPSHOT</tomee.test.version> + <openejb.test.version>10.1.3-SNAPSHOT</openejb.test.version> </properties> <modules> diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml index e628beead1..f8369387fe 100644 --- a/examples/connector-ear/pom.xml +++ b/examples/connector-ear/pom.xml @@ -20,7 +20,7 @@ <name>TomEE :: Connector Examples :: Connector in EAR</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> <version.shrinkwrap.resolver>2.1.0</version.shrinkwrap.resolver> <surefire.version>3.5.3</surefire.version> </properties> diff --git a/examples/import-database-flyway-maven/pom.xml b/examples/import-database-flyway-maven/pom.xml index 64ab3e1c3b..8c9940c3ff 100644 --- a/examples/import-database-flyway-maven/pom.xml +++ b/examples/import-database-flyway-maven/pom.xml @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>import-database-flyway-maven</artifactId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <packaging>war</packaging> <name>TomEE :: Examples :: Import Database By Flyway By Maven Plugin</name> <build> diff --git a/examples/import-database-flyway/pom.xml b/examples/import-database-flyway/pom.xml index d5188d1066..ccb0e0ace1 100644 --- a/examples/import-database-flyway/pom.xml +++ b/examples/import-database-flyway/pom.xml @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>import-database-flyway</artifactId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <packaging>war</packaging> <name>TomEE :: Examples :: Import Database By Flyway Programmatically</name> <dependencies> diff --git a/examples/import-database-liquibase-maven/pom.xml b/examples/import-database-liquibase-maven/pom.xml index e5c19bb8ef..59539f399e 100644 --- a/examples/import-database-liquibase-maven/pom.xml +++ b/examples/import-database-liquibase-maven/pom.xml @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>import-database-liquibase-maven</artifactId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <packaging>war</packaging> <name>TomEE :: Examples :: Import Database By Liquibase By Maven Plugin</name> <build> diff --git a/examples/import-database-liquibase/pom.xml b/examples/import-database-liquibase/pom.xml index 4279dcbb8f..6f2895e550 100644 --- a/examples/import-database-liquibase/pom.xml +++ b/examples/import-database-liquibase/pom.xml @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>import-database-liquibase</artifactId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <packaging>war</packaging> <name>TomEE :: Examples :: Import Database By Liquibase Programmatically</name> <dependencies> diff --git a/examples/mp-jsonb-configuration/pom.xml b/examples/mp-jsonb-configuration/pom.xml index 61ec82178c..fbc03cdeb9 100644 --- a/examples/mp-jsonb-configuration/pom.xml +++ b/examples/mp-jsonb-configuration/pom.xml @@ -19,13 +19,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>mp-jsonb-configuration</artifactId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <packaging>war</packaging> <name>TomEE :: Examples :: Microprofile JSONB Configuration</name> <properties> <version.jakartaee-api>10.0</version.jakartaee-api> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <dependencies> <dependency> diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml index ba54d4df89..3a40c38e5d 100644 --- a/examples/pojo-webservice/pom.xml +++ b/examples/pojo-webservice/pom.xml @@ -25,7 +25,7 @@ <name>TomEE :: Web Examples :: Pojo WS</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <repositories> <repository> diff --git a/examples/polling-parent/polling-client/pom.xml b/examples/polling-parent/polling-client/pom.xml index 21c15e4c3c..f9d725f36c 100644 --- a/examples/polling-parent/polling-client/pom.xml +++ b/examples/polling-parent/polling-client/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>polling-parent</artifactId> <groupId>jug</groupId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/polling-parent/polling-core/pom.xml b/examples/polling-parent/polling-core/pom.xml index 17dc108562..083647d700 100644 --- a/examples/polling-parent/polling-core/pom.xml +++ b/examples/polling-parent/polling-core/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>polling-parent</artifactId> <groupId>jug</groupId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/polling-parent/polling-domain/pom.xml b/examples/polling-parent/polling-domain/pom.xml index 97a7d3cc18..6e005f0ed1 100644 --- a/examples/polling-parent/polling-domain/pom.xml +++ b/examples/polling-parent/polling-domain/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>polling-parent</artifactId> <groupId>jug</groupId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/polling-parent/polling-web/pom.xml b/examples/polling-parent/polling-web/pom.xml index 1abfc08ee1..34a3d0f0f4 100644 --- a/examples/polling-parent/polling-web/pom.xml +++ b/examples/polling-parent/polling-web/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>polling-parent</artifactId> <groupId>jug</groupId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> </parent> <artifactId>polling-web</artifactId> diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml index 768fe36505..8da4af0093 100644 --- a/examples/polling-parent/pom.xml +++ b/examples/polling-parent/pom.xml @@ -21,13 +21,13 @@ <groupId>jug</groupId> <artifactId>polling-parent</artifactId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <packaging>pom</packaging> <name>TomEE :: Examples :: Polling</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <build> diff --git a/examples/quartz-app/pom.xml b/examples/quartz-app/pom.xml index 278352a22d..967a8d42b3 100644 --- a/examples/quartz-app/pom.xml +++ b/examples/quartz-app/pom.xml @@ -25,7 +25,7 @@ <name>TomEE :: Examples :: Quartz</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <modules> <module>quartz-ra</module> diff --git a/examples/resources-declared-in-webapp/pom.xml b/examples/resources-declared-in-webapp/pom.xml index 39acae080f..de8563cc8e 100644 --- a/examples/resources-declared-in-webapp/pom.xml +++ b/examples/resources-declared-in-webapp/pom.xml @@ -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>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <repositories> <repository> diff --git a/examples/resources-jmx-example/pom.xml b/examples/resources-jmx-example/pom.xml index 32dd434343..725ffcf49b 100644 --- a/examples/resources-jmx-example/pom.xml +++ b/examples/resources-jmx-example/pom.xml @@ -26,7 +26,7 @@ <name>TomEE :: Examples :: Resources/JMX Example</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <modules> <module>resources-jmx-ejb</module> diff --git a/examples/rest-example-with-application/pom.xml b/examples/rest-example-with-application/pom.xml index 70e863d138..ab8a1d7033 100644 --- a/examples/rest-example-with-application/pom.xml +++ b/examples/rest-example-with-application/pom.xml @@ -25,7 +25,7 @@ <name>TomEE :: Web Examples :: REST Example With Application</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <repositories> <repository> diff --git a/examples/rest-sse-example/pom.xml b/examples/rest-sse-example/pom.xml index 6dab3b5b19..1c73ff58b5 100644 --- a/examples/rest-sse-example/pom.xml +++ b/examples/rest-sse-example/pom.xml @@ -21,11 +21,11 @@ <groupId>org.superbiz</groupId> <artifactId>rest-sse-example</artifactId> <packaging>war</packaging> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <name>TomEE :: Web Examples :: REST SSE Example</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <repositories> <repository> diff --git a/examples/scala-basic/build.sbt b/examples/scala-basic/build.sbt index 4a5dc0c139..aa1095aa13 100644 --- a/examples/scala-basic/build.sbt +++ b/examples/scala-basic/build.sbt @@ -28,7 +28,7 @@ resolvers ++= Seq( libraryDependencies ++= Seq( "org.apache.openejb" % "jakartaee-api" % "10.0", - "org.apache.openejb" % "openejb-core" % "10.1.2-SNAPSHOT" % "test", + "org.apache.openejb" % "openejb-core" % "10.1.3-SNAPSHOT" % "test", "org.scalatest" %% "scalatest_2.13" % "3.2.14" % "test" ) diff --git a/examples/simple-ear/pom.xml b/examples/simple-ear/pom.xml index 6c660cbceb..f26c869a55 100644 --- a/examples/simple-ear/pom.xml +++ b/examples/simple-ear/pom.xml @@ -33,7 +33,7 @@ </modules> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> </properties> <repositories> <repository> @@ -69,7 +69,7 @@ <systemProperties> <property> <name>tomee.version</name> - <value>10.1.2-SNAPSHOT</value> + <value>10.1.3-SNAPSHOT</value> </property> </systemProperties> </configuration> diff --git a/examples/tomee-jersey-eclipselink/pom.xml b/examples/tomee-jersey-eclipselink/pom.xml index 2101c03fe1..9ab222b07d 100644 --- a/examples/tomee-jersey-eclipselink/pom.xml +++ b/examples/tomee-jersey-eclipselink/pom.xml @@ -20,13 +20,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.superbiz</groupId> <artifactId>tomee-jersey-eclipselink</artifactId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <packaging>war</packaging> <name>TomEE :: Examples :: TomEE, Jersey, Eclipselink</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <version.eclipselink>3.0.3</version.eclipselink> - <tomee.version>10.1.2-SNAPSHOT</tomee.version> + <tomee.version>10.1.3-SNAPSHOT</tomee.version> <arquillian_universe.version>1.2.0.1</arquillian_universe.version> </properties> <dependencies> @@ -74,7 +74,7 @@ <dependency> <groupId>org.apache.tomee</groupId> <artifactId>openejb-core</artifactId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.apache.commons</groupId> @@ -146,7 +146,7 @@ <plugin> <groupId>org.apache.tomee.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <configuration> <systemVariables> <com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager>true</com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager> diff --git a/tomee/tomee-deb/pom.xml b/tomee/tomee-deb/pom.xml index 166d8f4511..8f3e7c0b01 100644 --- a/tomee/tomee-deb/pom.xml +++ b/tomee/tomee-deb/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>tomee</artifactId> <groupId>org.apache.tomee</groupId> - <version>10.1.2-SNAPSHOT</version> + <version>10.1.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml index ba40fe2635..a449d25c1c 100644 --- a/tomee/tomee-embedded/pom.xml +++ b/tomee/tomee-embedded/pom.xml @@ -48,7 +48,7 @@ https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/scan/StandardJarScanner.java#L467 We end up with things like - file:/....../.m2/repository/org/apache/tomee/tomee-embedded/10.1.2-SNAPSHOT/tomee-config-10.1.2-SNAPSHOT.jar + file:/....../.m2/repository/org/apache/tomee/tomee-embedded/10.1.3-SNAPSHOT/tomee-config-10.1.3-SNAPSHOT.jar <addClasspath>true</addClasspath> --> </manifest>
