Skip to content

Commit

Permalink
Post release auto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhernandezgt committed Dec 5, 2023
1 parent 0440857 commit d7bcced
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions examples/applet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.superbiz.applet</groupId>
<artifactId>applet</artifactId>
<packaging>war</packaging>
<version>8.0.16-TT.2-SNAPSHOT</version>
<version>8.0.16-TT.3-SNAPSHOT</version>
<name>TomEE :: Web Examples :: Signed Applet EJB Client</name>
<url>http://tomee.apache.org</url>
<properties>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-client</artifactId>
<version>8.0.16-TT.2-SNAPSHOT</version>
<version>8.0.16-TT.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -111,7 +111,7 @@
<artifactItem>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-client</artifactId>
<version>8.0.16-TT.2-SNAPSHOT</version>
<version>8.0.16-TT.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/connector-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<systemProperties>
<property>
<name>tomee.version</name>
<value>8.0.16-TT.2-SNAPSHOT</value>
<value>8.0.16-TT.3-SNAPSHOT</value>
</property>
</systemProperties>
</configuration>
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 @@ -22,12 +22,12 @@
<groupId>org.superbiz</groupId>
<artifactId>mbean-auto-registration</artifactId>
<packaging>jar</packaging>
<version>8.0.16-TT.2-SNAPSHOT</version>
<version>8.0.16-TT.3-SNAPSHOT</version>
<name>TomEE :: Examples :: MBean Auto Registration</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>8.0.16-TT.2-SNAPSHOT</tomee.version>
<tomee.version>8.0.16-TT.3-SNAPSHOT</tomee.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/properties-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<systemProperties>
<property>
<name>tomee.version</name>
<value>8.0.16-TT.2-SNAPSHOT</value>
<value>8.0.16-TT.3-SNAPSHOT</value>
</property>
</systemProperties>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<property name="appWorkingDir">target/arquillian-test-working-dir</property>
<property name="conf">src/test/conf</property>
<property name="additionalLibs">
mvn:org.superbiz:properties-provider-impl:8.0.16-TT.2-SNAPSHOT
mvn:org.superbiz:properties-provider-impl:8.0.16-TT.3-SNAPSHOT
</property>
</configuration>
</container>
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 @@ -82,7 +82,7 @@
<webappArtifact>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-tomcat-plus-webapp</artifactId>
<version>8.0.16-TT.2-SNAPSHOT</version>
<version>8.0.16-TT.3-SNAPSHOT</version>
<contextPath>openejb</contextPath>
</webappArtifact>
</webapps>
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 @@ -82,7 +82,7 @@
<webappArtifact>
<groupId>org.apache.tomee</groupId>
<artifactId>tomee-plus-webapp</artifactId>
<version>8.0.16-TT.2-SNAPSHOT</version>
<version>8.0.16-TT.3-SNAPSHOT</version>
<contextPath>openejb</contextPath>
</webappArtifact>
</webapps>
Expand Down
2 changes: 1 addition & 1 deletion examples/rest-sse-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<version>8.0.16-TT.3-SNAPSHOT</version>
<configuration>
<simpleLog>true</simpleLog>
<tomeeVersion>8.0.16-TT.2-SNAPSHOT</tomeeVersion>
<tomeeVersion>8.0.16-TT.3-SNAPSHOT</tomeeVersion>
<tomeeClassifier>plus</tomeeClassifier>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<systemProperties>
<property>
<name>tomee.version</name>
<value>8.0.16-TT.2-SNAPSHOT</value>
<value>8.0.16-TT.3-SNAPSHOT</value>
</property>
</systemProperties>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions itests/startup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>itests</artifactId>
<groupId>org.apache.tomee</groupId>
<version>8.0.16-TT.2-SNAPSHOT</version>
<version>8.0.16-TT.3-SNAPSHOT</version>
</parent>

<groupId>org.apache.tomee.itests</groupId>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>apache-tomee</artifactId>
<version>8.0.16-TT.2-SNAPSHOT</version>
<version>8.0.16-TT.3-SNAPSHOT</version>
<type>tar.gz</type>
<classifier>microprofile</classifier>
<exclusions>
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>8.0.16-TT.2-SNAPSHOT</version>
<version>8.0.16-TT.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d7bcced

Please sign in to comment.