Skip to content

Commit

Permalink
Use maven.compiler.release to support java 7.
Browse files Browse the repository at this point in the history
Update e-mail address of boaks.

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Mar 4, 2024
1 parent 535b2f8 commit 18ec7a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<developer>
<id>boaks</id>
<name>Achim Kraus</name>
<email>achim.kraus@bosch.io</email>
<email>achim.kraus@cloudcoap.net</email>
<url>https://github.com/boaks</url>
<organization>Private</organization>
<organizationUrl>https://cloudcoap.net/</organizationUrl>
Expand All @@ -109,6 +109,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.javaVersion>1.7</project.build.javaVersion>
<maven.compiler.release>7</maven.compiler.release>
<snapshotDependencyAllowed>true</snapshotDependencyAllowed>
<javadoc.doclint>none</javadoc.doclint>
<revapi.previous.version>RELEASE</revapi.previous.version>
Expand Down Expand Up @@ -235,8 +236,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>${project.build.javaVersion}</source>
<target>${project.build.javaVersion}</target>
<encoding>${project.build.sourceEncoding}</encoding>
<compilerArgs>
<arg>-Xlint:deprecation</arg>
Expand Down

0 comments on commit 18ec7a0

Please sign in to comment.