Skip to content

Commit

Permalink
Add compile.release to fix compile issues with new jdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian S. committed Nov 27, 2020
1 parent 35cd31b commit 56b2b56
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>eBUS library configuration</description>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-configuration</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.9</version>
<url>https://github.com/csowada/ebus-configuration</url>
<packaging>bundle</packaging>

Expand All @@ -16,8 +16,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<license.year>2020</license.year>
<bundle.version>1.0.6.${maven.build.timestamp}</bundle.version>
<bundle.version>1.0.9.${maven.build.timestamp}</bundle.version>
</properties>

<organization>
Expand Down Expand Up @@ -249,7 +250,7 @@
<dependency>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-core</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 56b2b56

Please sign in to comment.