This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new f04555fac9 More version numbers update f04555fac9 is described below commit f04555fac90f8971ad1650cb8482ea3b3e42574a Author: remm <r...@apache.org> AuthorDate: Fri Nov 10 15:11:13 2023 +0100 More version numbers update --- modules/owb/pom.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml index c02a405140..cba0bbc116 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> @@ -97,16 +97,14 @@ <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> + <source>11</source> + <target>11</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.2.4</version> <executions> <execution> <phase>package</phase> @@ -123,7 +121,7 @@ </transformers> <artifactSet> <excludes> - <!-- Already present in Tomcat or in the CDI bundle --> + <!-- Already present in Tomcat --> <exclude>jakarta.el:*</exclude> </excludes> </artifactSet> @@ -132,7 +130,13 @@ <artifact>*:*</artifact> <excludes> <exclude>META-INF/DEPENDENCIES</exclude> + <exclude>META-INF/LICENSE.txt</exclude> + <exclude>META-INF/LICENSE</exclude> <exclude>META-INF/MANIFEST.MF</exclude> + <exclude>META-INF/NOTICE.txt</exclude> + <exclude>META-INF/NOTICE</exclude> + <!-- Unneeded configuration files --> + <exclude>module-info.class</exclude> </excludes> </filter> </filters> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org