Alon Bar-Lev has uploaded a new change for review. Change subject: build: extensions-api: force java source and target ......................................................................
build: extensions-api: force java source and target Change-Id: I7b889a3065705c8db99b824cf527e29a6fb66ff4 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M backend/manager/modules/extensions-api-root/pom.xml 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/34470/1 diff --git a/backend/manager/modules/extensions-api-root/pom.xml b/backend/manager/modules/extensions-api-root/pom.xml index 67bc2a4..8267448 100644 --- a/backend/manager/modules/extensions-api-root/pom.xml +++ b/backend/manager/modules/extensions-api-root/pom.xml @@ -63,6 +63,14 @@ </configuration> </plugin> <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.2</version> + <configuration> + <source>${maven.compiler.source}</source> + <target>${maven.compiler.target}</target> + </configuration> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> -- To view, visit http://gerrit.ovirt.org/34470 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7b889a3065705c8db99b824cf527e29a6fb66ff4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches