Repository: qpid-interop-test Updated Branches: refs/heads/master 36c7b3be8 -> c8712d872
QPIDIT-32: Added build.plugins.plugin.version for maven-compiler-plugin in the pom.xml files to silence warning (recommended since maven 3.0) Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/c8712d87 Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/c8712d87 Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/c8712d87 Branch: refs/heads/master Commit: c8712d872505513d6f5a2032f73f1956e21de888 Parents: 36c7b3b Author: Kim van der Riet <[email protected]> Authored: Thu May 5 10:33:33 2016 -0400 Committer: Kim van der Riet <[email protected]> Committed: Thu May 5 10:33:33 2016 -0400 ---------------------------------------------------------------------- shims/qpid-jms/pom.xml | 1 + utils/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/c8712d87/shims/qpid-jms/pom.xml ---------------------------------------------------------------------- diff --git a/shims/qpid-jms/pom.xml b/shims/qpid-jms/pom.xml index 23aef33..c1e53dd 100644 --- a/shims/qpid-jms/pom.xml +++ b/shims/qpid-jms/pom.xml @@ -39,6 +39,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>3.5.1</version> <configuration> <source>1.7</source> <target>1.7</target> http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/c8712d87/utils/pom.xml ---------------------------------------------------------------------- diff --git a/utils/pom.xml b/utils/pom.xml index 72ea9da..8e0b45e 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -38,6 +38,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>3.5.1</version> <configuration> <source>1.7</source> <target>1.7</target> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
