[SERVER] minor fixes to existing poms
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/598a3d20 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/598a3d20 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/598a3d20 Branch: refs/heads/master Commit: 598a3d2055ccf1a04906e0fe1531546ee3396f83 Parents: 265f0fe Author: John McCabe <[email protected]> Authored: Wed Dec 16 22:16:20 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Mon Dec 21 16:43:36 2015 +0000 ---------------------------------------------------------------------- brooklyn-server/karaf/commands/pom.xml | 1 + brooklyn-server/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/598a3d20/brooklyn-server/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/brooklyn-server/karaf/commands/pom.xml b/brooklyn-server/karaf/commands/pom.xml index 975b66c9..ae5852d 100644 --- a/brooklyn-server/karaf/commands/pom.xml +++ b/brooklyn-server/karaf/commands/pom.xml @@ -66,6 +66,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <version>2.5.3</version> <extensions>true</extensions> <configuration> <instructions> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/598a3d20/brooklyn-server/pom.xml ---------------------------------------------------------------------- diff --git a/brooklyn-server/pom.xml b/brooklyn-server/pom.xml index 96e5b64..1ab4b33 100644 --- a/brooklyn-server/pom.xml +++ b/brooklyn-server/pom.xml @@ -25,6 +25,7 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>17</version> + <relativePath></relativePath> </parent> <groupId>org.apache.brooklyn</groupId>
