This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 545a4cc7e2 Use release instead of source and target
545a4cc7e2 is described below
commit 545a4cc7e29db4684af488aab87bc31a57d69ae7
Author: remm <[email protected]>
AuthorDate: Fri Nov 17 11:16:23 2023 +0100
Use release instead of source and target
---
modules/openssl-foreign/pom.xml | 5 ++---
modules/owb/pom.xml | 11 ++++-------
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/modules/openssl-foreign/pom.xml b/modules/openssl-foreign/pom.xml
index cc0a8ba2d6..c086eca487 100644
--- a/modules/openssl-foreign/pom.xml
+++ b/modules/openssl-foreign/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>27</version>
+ <version>30</version>
</parent>
<groupId>org.apache.tomcat</groupId>
@@ -78,8 +78,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>22</source>
- <target>22</target>
+ <release>22</release>
</configuration>
</plugin>
<plugin>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index b33ba0582d..c7602a19cb 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>27</version>
+ <version>30</version>
</parent>
<groupId>org.apache.tomcat</groupId>
@@ -36,7 +36,7 @@
<geronimo-atinject.version>1.2</geronimo-atinject.version>
<geronimo-interceptor.version>1.2</geronimo-interceptor.version>
<geronimo-jcdi.version>1.3</geronimo-jcdi.version>
- <tomcat.version>9.0.67</tomcat.version>
+ <tomcat.version>9.0.83</tomcat.version>
</properties>
<dependencies>
@@ -85,16 +85,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.1</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <configuration>
+ <release>1.8</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]