From e0d084ab7af7826b2e2b94ec7de886e670c86f90 Mon Sep 17 00:00:00 2001 From: Lev <1187448+levb@users.noreply.github.com> Date: Thu, 13 Jun 2019 17:10:54 -0700 Subject: [PATCH] Bumped Jira to 2.0.4 (#11180) Ignoring the irrelevant test failure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c412dc2b6..40dbe6e512 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.0.0 PLUGIN_PACKAGES += mattermost-plugin-github-v0.10.2 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.0.0 PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.0.0 -PLUGIN_PACKAGES += mattermost-plugin-jira-v2.0.3 +PLUGIN_PACKAGES += mattermost-plugin-jira-v2.0.4 # Prepares the enterprise build if exists. The IGNORE stuff is a hack to get the Makefile to execute the commands outside a target ifeq ($(BUILD_ENTERPRISE_READY),true)