diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-04-26 07:38:28 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-05-04 05:38:43 +0000 |
commit | fd5c022142f871c78d29708c89afc941518acbd0 (patch) | |
tree | 92b6dd493d97101475959fada84ada8b0ca1fe43 /common/it-parent | |
parent | 4f849ffc9479c71011ca5690a2d8f98228c0a0a7 (diff) |
HONEYCOMB-25: Use java 8 for sources and target JVM
Change-Id: Icdd2e8a393bd6214a9b69364a8498075fe3be43f
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common/it-parent')
-rw-r--r-- | common/it-parent/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml index 3904c7d6b..0a2bf1b90 100644 --- a/common/it-parent/pom.xml +++ b/common/it-parent/pom.xml @@ -59,6 +59,14 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> </plugins> </build> |