diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-06-04 13:19:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-04 13:19:02 +0000 |
commit | 0bfbea6f7d7a5fb324dd3e4961239a6dae3fcb0d (patch) | |
tree | a809e406072f921a806dd2ba20c8c38d277f18c6 | |
parent | 76fc72aea4a76e4e53a5e7a45757776fd7499803 (diff) | |
parent | 294dd4f6905b9846010fe453991df94e8590baa0 (diff) |
Merge "Bumping up compiler source & target version"
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ limitations under the License. <main.basedir>${project.basedir}</main.basedir>
<!-- CODE COMPILATION VERSIONS -->
- <compiler.source.version>1.7</compiler.source.version>
- <compiler.target.version>1.7</compiler.target.version>
+ <compiler.source.version>1.8</compiler.source.version>
+ <compiler.target.version>1.8</compiler.target.version>
<!-- PLUGINS VERSIONS -->
<compiler.plugin.version>3.3</compiler.plugin.version>
|