Juan Hernandez has uploaded a new change for review.

Change subject: codegen: Update to Java 8
......................................................................

codegen: Update to Java 8

This patch changes the POM of the code generator so that it requires
Java 8 for compiling and running, as later changes will introduce code
that will only work with Java 8.

Change-Id: I4a9491b2a858a7a224d35301ec8cf07896dad312
Signed-off-by: Juan Hernandez <[email protected]>
---
M generator/pom.xml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/56/37856/1

diff --git a/generator/pom.xml b/generator/pom.xml
index b881024..ea3538f 100644
--- a/generator/pom.xml
+++ b/generator/pom.xml
@@ -56,8 +56,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.3.2</version>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
 


-- 
To view, visit http://gerrit.ovirt.org/37856
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a9491b2a858a7a224d35301ec8cf07896dad312
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to