MRI version bumpup for Aluminium
[netvirt.git] / elanmanager / impl / pom.xml
index d2358de27bc36fb1a2be2d28113c2b7d7995dd68..efd94ce92a29f8f1c5ea8494052eabc570494bc9 100644 (file)
@@ -286,6 +286,14 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
             </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>
 </project>