Repository: falcon Updated Branches: refs/heads/master 208d0ee6a -> 3e81a69ab
FALCON-1182 Remove reference to com.google.code.findbugs:annotations. Contributed by Shaik Idris Ali Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/3e81a69a Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/3e81a69a Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/3e81a69a Branch: refs/heads/master Commit: 3e81a69ab3a1784d50c817afe994f8327ba45f3d Parents: 208d0ee Author: shaik.idris <[email protected]> Authored: Sun May 10 01:20:38 2015 +0530 Committer: shaik.idris <[email protected]> Committed: Sun May 10 01:20:38 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 4 ++++ client/pom.xml | 4 ++-- common/pom.xml | 4 ++-- messaging/pom.xml | 4 ++-- oozie-el-extensions/pom.xml | 4 ++-- pom.xml | 6 +++--- 6 files changed, 15 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/3e81a69a/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 3134b11..3bb98b9 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ Trunk (Unreleased) NEW FEATURES IMPROVEMENTS + FALCON-1182 Remove reference to com.google.code.findbugs:annotations(Shaik Idris Ali) + FALCON-1059 Lineage should support bootstrapping(Ajay Yadava) FALCON-75 Falcon CLI for deleting entities should inform user if entity does not exist(Ajay Yadava) @@ -55,6 +57,8 @@ Branch: 0.6.1 (Proposed Release Version: 0.6.1) FALCON-822 Add reverse look up API (Ajay Yadava via Suhas Vasu) IMPROVEMENTS + FALCON-1182 Remove reference to com.google.code.findbugs:annotations(Shaik Idris Ali) + FALCON-1158 Rename the parameter "pattern" in LIST API to "nameseq" (Ying Zheng via Suhas Vasu) http://git-wip-us.apache.org/repos/asf/falcon/blob/3e81a69a/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 5301191..afa91c9 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -97,8 +97,8 @@ </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> - <artifactId>annotations</artifactId> + <groupId>com.github.stephenc.findbugs</groupId> + <artifactId>findbugs-annotations</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/falcon/blob/3e81a69a/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index d96f076..36de1f5 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -143,8 +143,8 @@ </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> - <artifactId>annotations</artifactId> + <groupId>com.github.stephenc.findbugs</groupId> + <artifactId>findbugs-annotations</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/falcon/blob/3e81a69a/messaging/pom.xml ---------------------------------------------------------------------- diff --git a/messaging/pom.xml b/messaging/pom.xml index 94b7e89..b222c35 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -101,8 +101,8 @@ </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> - <artifactId>annotations</artifactId> + <groupId>com.github.stephenc.findbugs</groupId> + <artifactId>findbugs-annotations</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/falcon/blob/3e81a69a/oozie-el-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/oozie-el-extensions/pom.xml b/oozie-el-extensions/pom.xml index 435bd35..b914426 100644 --- a/oozie-el-extensions/pom.xml +++ b/oozie-el-extensions/pom.xml @@ -74,8 +74,8 @@ </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> - <artifactId>annotations</artifactId> + <groupId>com.github.stephenc.findbugs</groupId> + <artifactId>findbugs-annotations</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/falcon/blob/3e81a69a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 47718ba..5e6273c 100644 --- a/pom.xml +++ b/pom.xml @@ -918,9 +918,9 @@ </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> - <artifactId>annotations</artifactId> - <version>1.3.2</version> + <groupId>com.github.stephenc.findbugs</groupId> + <artifactId>findbugs-annotations</artifactId> + <version>1.3.9-1</version> </dependency> <dependency>
