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 20, 2024
1 parent 4e9b115 commit 6d1339f
Show file tree
Hide file tree
Showing 26 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion deps/commons-dbcp2-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.build.directory}/commons-dbcp2-shade-10.0.0-SNAPSHOT.jar</file>
<file>${project.build.directory}/commons-dbcp2-shade-10.0.1-SNAPSHOT.jar</file>
<type>jar</type>
<classifier>optional</classifier>
</artifact>
Expand Down
2 changes: 1 addition & 1 deletion deps/taglibs-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.build.directory}/taglibs-shade-10.0.0-SNAPSHOT.jar</file>
<file>${project.build.directory}/taglibs-shade-10.0.1-SNAPSHOT.jar</file>
<type>jar</type>
<classifier>optional</classifier>
</artifact>
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>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-SNAPSHOT</tomee.version>
</properties>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
4 changes: 2 additions & 2 deletions examples/bval-evaluation-redeployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.test.version>10.0.0-SNAPSHOT</tomee.test.version>
<openejb.test.version>10.0.0-SNAPSHOT</openejb.test.version>
<tomee.test.version>10.0.1-SNAPSHOT</tomee.test.version>
<openejb.test.version>10.0.1-SNAPSHOT</openejb.test.version>
</properties>

<modules>
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>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-SNAPSHOT</tomee.version>
<version.shrinkwrap.resolver>2.1.0</version.shrinkwrap.resolver>
<surefire.version>3.5.2</surefire.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/import-database-flyway-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>import-database-flyway-maven</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>TomEE :: Examples :: Import Database By Flyway By Maven Plugin</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/import-database-flyway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>import-database-flyway</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>TomEE :: Examples :: Import Database By Flyway Programmatically</name>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/import-database-liquibase-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>import-database-liquibase-maven</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>TomEE :: Examples :: Import Database By Liquibase By Maven Plugin</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/import-database-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>import-database-liquibase</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>TomEE :: Examples :: Import Database By Liquibase Programmatically</name>
<dependencies>
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>10.0.0-SNAPSHOT</version>
<version>10.0.1-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.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-SNAPSHOT</tomee.version>
</properties>
<dependencies>
<dependency>
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>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-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>10.0.0-SNAPSHOT</version>
<version>10.0.1-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>10.0.0-SNAPSHOT</version>
<version>10.0.1-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>10.0.0-SNAPSHOT</version>
<version>10.0.1-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>10.0.0-SNAPSHOT</version>
<version>10.0.1-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>10.0.0-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TomEE :: Examples :: Polling</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-SNAPSHOT</tomee.version>
</properties>

<build>
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>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-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>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-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>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-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>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-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>10.0.0-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<name>TomEE :: Web Examples :: REST SSE Example</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-SNAPSHOT</tomee.version>
</properties>
<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion examples/scala-basic/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resolvers ++= Seq(

libraryDependencies ++= Seq(
"org.apache.openejb" % "jakartaee-api" % "10.0",
"org.apache.openejb" % "openejb-core" % "10.0.0-SNAPSHOT" % "test",
"org.apache.openejb" % "openejb-core" % "10.0.1-SNAPSHOT" % "test",
"org.scalatest" %% "scalatest_2.13" % "3.2.14" % "test"
)

4 changes: 2 additions & 2 deletions examples/simple-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>10.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-SNAPSHOT</tomee.version>
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -69,7 +69,7 @@
<systemProperties>
<property>
<name>tomee.version</name>
<value>10.0.0-SNAPSHOT</value>
<value>10.0.1-SNAPSHOT</value>
</property>
</systemProperties>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions examples/tomee-jersey-eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>tomee-jersey-eclipselink</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.1-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.0.0-SNAPSHOT</tomee.version>
<tomee.version>10.0.1-SNAPSHOT</tomee.version>
<arquillian_universe.version>1.2.0.1</arquillian_universe.version>
</properties>
<dependencies>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<configuration>
<systemVariables>
<com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager>true</com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager>
Expand Down
2 changes: 1 addition & 1 deletion tomee/tomee-deb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>tomee</artifactId>
<groupId>org.apache.tomee</groupId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tomee/tomee-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-SNAPSHOT/tomee-config-10.0.0-SNAPSHOT.jar
file:/....../.m2/repository/org/apache/tomee/tomee-embedded/10.0.1-SNAPSHOT/tomee-config-10.0.1-SNAPSHOT.jar
<addClasspath>true</addClasspath>
-->
</manifest>
Expand Down

0 comments on commit 6d1339f

Please sign in to comment.