aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-06-04 13:19:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-04 13:19:02 +0000
commit0bfbea6f7d7a5fb324dd3e4961239a6dae3fcb0d (patch)
treea809e406072f921a806dd2ba20c8c38d277f18c6
parent76fc72aea4a76e4e53a5e7a45757776fd7499803 (diff)
parent294dd4f6905b9846010fe453991df94e8590baa0 (diff)
Merge "Bumping up compiler source & target version"
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0d94d9b5..53a4a7cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>