Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master e0c570068 -> 0eaa8fe6f
Fix build warnings about missing version of bundle plugin. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/568483e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/568483e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/568483e7 Branch: refs/heads/master Commit: 568483e71301ef78efc6f6201fd4da0494ce0a33 Parents: e0c5700 Author: Phil Ottlinger <[email protected]> Authored: Thu Dec 29 23:11:25 2016 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Thu Dec 29 23:11:25 2016 +0100 ---------------------------------------------------------------------- validation/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/568483e7/validation/pom.xml ---------------------------------------------------------------------- diff --git a/validation/pom.xml b/validation/pom.xml index e190257..76bb7ce 100644 --- a/validation/pom.xml +++ b/validation/pom.xml @@ -93,6 +93,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <version>3.2.0</version> <extensions>true</extensions> <configuration> <instructions>
