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:55:49 UTC

[ws-wss4j] branch 2_4_x-fixes 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 2_4_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_4_x-fixes by this push:
     new 9ba40a7  Overriding maven.compiler.target from the parent pom
9ba40a7 is described below

commit 9ba40a71d396c803215dad526c9fda9eee129b65
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 9b75031..2349e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>1.8</targetJdk>
+        <maven.compiler.target>1.8</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>