summaryrefslogtreecommitdiffstats
path: root/common/impl-parent
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-04-26 07:38:28 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-05-04 05:38:43 +0000
commitfd5c022142f871c78d29708c89afc941518acbd0 (patch)
tree92b6dd493d97101475959fada84ada8b0ca1fe43 /common/impl-parent
parent4f849ffc9479c71011ca5690a2d8f98228c0a0a7 (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/impl-parent')
-rw-r--r--common/impl-parent/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml
index 10ad690f5..46de36c8d 100644
--- a/common/impl-parent/pom.xml
+++ b/common/impl-parent/pom.xml
@@ -61,6 +61,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>