GitHub user ckadner opened a pull request:
https://github.com/apache/bahir/pull/51
[BAHIR-139] Force scala-maven-plugin to use java.version
Make sure the *scala-maven-plugin* uses `${java.version}` `1.8` instead of
the
default which is Java version `1.6`.
Also upgrading the scala-maven-plugin version from `3.2.2` to `3.3.1`
JIRA: [BAHIR-139](https://issues.apache.org/jira/browse/BAHIR-139)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ckadner/bahir
BAHIR-139_scala-maven-plugin_Java_compile_version
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir/pull/51.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #51
----
commit 1b3848f26956f32712b62d28b2abf0182d072c8f
Author: Christian Kadner <[email protected]>
Date: 2017-10-10T23:54:36Z
[BAHIR-139] Force scala-maven-plugin to use java.version
Make sure the scala-maven-plugin uses java.version 1.8 instead of the
default which is Java 1.6.
Also upgrading the scala-maven-plugin version from 3.2.2 to 3.3.1
Closes #51
----
---