Skip to content

Commit

Permalink
Use maven.compiler.release to support java 8.
Browse files Browse the repository at this point in the history
Update URLs.

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Mar 4, 2024
1 parent 1a43515 commit 2e421cb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Expand Up @@ -16,15 +16,15 @@

<name>Actinium (Ac)</name>
<description>Actinium (Ac) App-server for Californium</description>
<url>https://www.eclipse.org/californium/</url>
<url>https://eclipse.dev/californium/</url>
<scm>
<developerConnection>scm:git:ssh://git@github.com/eclipse/californium.actinium.git</developerConnection>
<url>https://github.com/eclipse/californium.actinium</url>
<developerConnection>scm:git:ssh://git@github.com/eclipse-californium/californium.actinium.git</developerConnection>
<url>https://github.com/eclipse-californium/californium.actinium</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/eclipse/californium.actinium/issues</url>
<url>https://github.com/eclipse-californium/californium.actinium/issues</url>
</issueManagement>
<developers>
<developer>
Expand Down Expand Up @@ -78,6 +78,7 @@

<properties>
<project.build.javaVersion>1.8</project.build.javaVersion>
<maven.compiler.release>8</maven.compiler.release>
<assembly.mainClass>org.eclipse.californium.actinium.AcServer</assembly.mainClass>
<!--
this property prevents the Nexus Staging Maven Plugin to
Expand Down

0 comments on commit 2e421cb

Please sign in to comment.