You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/05/11 11:58:39 UTC

[tomee] branch master updated: TOMEE-3956 - Fix TomEE :: Connector Examples :: Connector in WAR

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new dabc197eaa TOMEE-3956 - Fix TomEE :: Connector Examples :: Connector in WAR
dabc197eaa is described below

commit dabc197eaa66a80df555c69f7cc8fc8062db7ca2
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Wed May 11 13:58:31 2022 +0200

    TOMEE-3956 - Fix TomEE :: Connector Examples :: Connector in WAR
---
 examples/connector-war/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/connector-war/pom.xml b/examples/connector-war/pom.xml
index 44aa32e77c..d774d0ad44 100644
--- a/examples/connector-war/pom.xml
+++ b/examples/connector-war/pom.xml
@@ -20,7 +20,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>9.0.0-M8-SNAPSHOT</tomee.version>
-    <version.shrinkwrap.resolver>2.1.0</version.shrinkwrap.resolver>
+    <version.shrinkwrap.resolver>3.1.4</version.shrinkwrap.resolver>
   </properties>
   <repositories>
     <repository>
@@ -36,10 +36,10 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.1</version>
+        <version>3.10.1</version>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>11</source>
+          <target>11</target>
         </configuration>
       </plugin>
       <plugin>
@@ -53,7 +53,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
-        <version>2.2</version>
+        <version>3.3.2</version>
         <executions>
           <execution>
             <id>default-war</id>