You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/02/11 11:44:49 UTC

[ws-wss4j] branch master updated: Overriding maven.compiler.target from the parent pom

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a02b20  Overriding maven.compiler.target from the parent pom
0a02b20 is described below

commit 0a02b203212cf921e3e7c2d1fe7d2010fc9ef18f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Feb 11 11:44:29 2022 +0000

    Overriding maven.compiler.target from the parent pom
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e8009ae..747a96a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>11</targetJdk>
+        <maven.compiler.target>11</maven.compiler.target>
         <buildtools.dir>${basedir}/build-tools</buildtools.dir>
         <maven-owasp-plugin-version>6.1.2</maven-owasp-plugin-version>
         <project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>