Repository: brooklyn-dist Updated Branches: refs/heads/master f897e4829 -> 80d8be698
Fix build warnings Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/b0b995ea Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/b0b995ea Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/b0b995ea Branch: refs/heads/master Commit: b0b995ea7621b2e0d4b60f3cee2b5f8f0919bdfb Parents: 404c8c1 Author: Sam Corbett <[email protected]> Authored: Fri Jul 28 11:35:52 2017 +0100 Committer: Sam Corbett <[email protected]> Committed: Fri Jul 28 11:35:52 2017 +0100 ---------------------------------------------------------------------- karaf/config/pom.xml | 1 + karaf/itest/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b0b995ea/karaf/config/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/config/pom.xml b/karaf/config/pom.xml index bef4510..4c59501 100644 --- a/karaf/config/pom.xml +++ b/karaf/config/pom.xml @@ -21,6 +21,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> + <version>3.0.0</version> <executions> <execution> <id>attach-artifact</id> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b0b995ea/karaf/itest/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/itest/pom.xml b/karaf/itest/pom.xml index cca593b..6bed538 100644 --- a/karaf/itest/pom.xml +++ b/karaf/itest/pom.xml @@ -213,7 +213,7 @@ <artifactId>brooklyn-core</artifactId> <version>${project.version}</version> <classifier>tests</classifier> - <scope>tests</scope> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId>
