Michael Pasternak has uploaded a new change for review. Change subject: sdk: mvn compile with jdk 1.7 ......................................................................
sdk: mvn compile with jdk 1.7 Change-Id: I23b1321fc6ec7fd201074ef2052f9ceff910af0a Signed-off-by: Michael pasternak <mpast...@redhat.com> --- M ovirt-engine-sdk-java-codegen/pom.xml M ovirt-engine-sdk-java/pom.xml 2 files changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/40/18840/1 diff --git a/ovirt-engine-sdk-java-codegen/pom.xml b/ovirt-engine-sdk-java-codegen/pom.xml index 38e1ad2..b492eee 100644 --- a/ovirt-engine-sdk-java-codegen/pom.xml +++ b/ovirt-engine-sdk-java-codegen/pom.xml @@ -62,8 +62,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>${maven-compiler-plugin.version}</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> <includes> <include>**/*.txt</include> <include>**/*.java</include> diff --git a/ovirt-engine-sdk-java/pom.xml b/ovirt-engine-sdk-java/pom.xml index 89f077b..fb3dec0 100644 --- a/ovirt-engine-sdk-java/pom.xml +++ b/ovirt-engine-sdk-java/pom.xml @@ -64,8 +64,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>${maven-compiler-plugin.version}</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> <includes> <include>**/*.txt</include> <include>**/*.java</include> @@ -95,7 +95,7 @@ <configuration> <show>public</show> <aggregate>true</aggregate> - <source>1.6</source> + <source>1.7</source> <quiet>true</quiet> <bottom>Copyright © 2010 Red Hat, Inc - released under the Apache License Version 2.0</bottom> <javadocVersion>1.7</javadocVersion> -- To view, visit http://gerrit.ovirt.org/18840 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I23b1321fc6ec7fd201074ef2052f9ceff910af0a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <mpast...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches