Repository: olingo-odata4 Updated Branches: refs/heads/master 20351253e -> a298e1fb7
[OLINGO-659] FIx felix maven build warnings Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/a298e1fb Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/a298e1fb Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/a298e1fb Branch: refs/heads/master Commit: a298e1fb7c0e8f3669def849557775d5be5c0e1f Parents: 2035125 Author: Christian Amend <[email protected]> Authored: Tue Jun 16 14:03:59 2015 +0200 Committer: Christian Amend <[email protected]> Committed: Tue Jun 16 14:03:59 2015 +0200 ---------------------------------------------------------------------- lib/client-api/pom.xml | 1 + lib/client-core/pom.xml | 1 + lib/commons-api/pom.xml | 1 + lib/commons-core/pom.xml | 1 + lib/server-api/pom.xml | 1 + lib/server-core/pom.xml | 1 + 6 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a298e1fb/lib/client-api/pom.xml ---------------------------------------------------------------------- diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml index 4bc7b79..abd5415 100644 --- a/lib/client-api/pom.xml +++ b/lib/client-api/pom.xml @@ -55,6 +55,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <version>${maven.bundle.plugin.version}</version> <extensions>true</extensions> <configuration> <instructions> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a298e1fb/lib/client-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml index 4e6068c..ce9fc28 100644 --- a/lib/client-core/pom.xml +++ b/lib/client-core/pom.xml @@ -80,6 +80,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <version>${maven.bundle.plugin.version}</version> <extensions>true</extensions> <configuration> <instructions> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a298e1fb/lib/commons-api/pom.xml ---------------------------------------------------------------------- diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml index 55ca40d..dc71493 100644 --- a/lib/commons-api/pom.xml +++ b/lib/commons-api/pom.xml @@ -60,6 +60,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <version>${maven.bundle.plugin.version}</version> <extensions>true</extensions> <configuration> <instructions> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a298e1fb/lib/commons-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml index c6d6f98..8b464a8 100644 --- a/lib/commons-core/pom.xml +++ b/lib/commons-core/pom.xml @@ -82,6 +82,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <version>${maven.bundle.plugin.version}</version> <extensions>true</extensions> <configuration> <instructions> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a298e1fb/lib/server-api/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml index 393939f..0d636f0 100644 --- a/lib/server-api/pom.xml +++ b/lib/server-api/pom.xml @@ -56,6 +56,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <version>${maven.bundle.plugin.version}</version> <extensions>true</extensions> <configuration> <instructions> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/a298e1fb/lib/server-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml index 1c2d1f5..7d1758e 100644 --- a/lib/server-core/pom.xml +++ b/lib/server-core/pom.xml @@ -118,6 +118,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <version>${maven.bundle.plugin.version}</version> <extensions>true</extensions> <configuration> <instructions>
