Repository: sentry Updated Branches: refs/heads/sentry-ha-redesign 085b1c2d1 -> ddb4fcaf4
SENTRY-1670: Expose current HMS notification ID as a Sentry gauge (metric) (Alex Kolbasov, Reviewed by Hao Hao and Na Li) This is a dummy commit used to mark the fix for SENTRY-1670. The actual change is in the previous changeset which is incorrectly marked as SENTRY-1680. Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/ddb4fcaf Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/ddb4fcaf Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/ddb4fcaf Branch: refs/heads/sentry-ha-redesign Commit: ddb4fcaf40cb081b98bd2ec9c27a224d4073184a Parents: 085b1c2 Author: Alexander Kolbasov <[email protected]> Authored: Tue Apr 4 15:23:05 2017 -0700 Committer: Alexander Kolbasov <[email protected]> Committed: Tue Apr 4 15:23:05 2017 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/ddb4fcaf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 94e3360..c29dc2e 100644 --- a/pom.xml +++ b/pom.xml @@ -992,3 +992,4 @@ limitations under the License. </repositories> </project> +
