Repository: falcon Updated Branches: refs/heads/0.6.1 051a58ca0 -> c6ff55f80
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/c6ff55f8 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/c6ff55f8 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/c6ff55f8 Branch: refs/heads/0.6.1 Commit: c6ff55f8074d0fb58ccce576529eac61d20fd9f3 Parents: 051a58c Author: shaik.idris <[email protected]> Authored: Sun May 10 01:26:11 2015 +0530 Committer: shaik.idris <[email protected]> Committed: Sun May 10 01:26:11 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ client/pom.xml | 4 ++-- common/pom.xml | 4 ++-- messaging/pom.xml | 4 ++-- oozie-el-extensions/pom.xml | 4 ++-- pom.xml | 6 +++--- 6 files changed, 13 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/c6ff55f8/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index dfeef51..e6e4d41 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,8 @@ Branch: 0.6.1 (Proposed Release Version: 0.6.1) INCOMPATIBLE CHANGES NEW FEATURES + FALCON-1182 Remove reference to com.google.code.findbugs:annotations(Shaik Idris Ali) + FALCON-1091 Monitoring plugin that registers catalog partition - code (Suhas Vasu / PallaviRao / Shwetha GS via Suhas Vasu) http://git-wip-us.apache.org/repos/asf/falcon/blob/c6ff55f8/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index d7b7656..93ea6fc 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/c6ff55f8/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index b90e592..9b07ea5 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/c6ff55f8/messaging/pom.xml ---------------------------------------------------------------------- diff --git a/messaging/pom.xml b/messaging/pom.xml index 312b1c5..50cfffa 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/c6ff55f8/oozie-el-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/oozie-el-extensions/pom.xml b/oozie-el-extensions/pom.xml index df2b66f..3f552c6 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/c6ff55f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a9396b5..767a519 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>
