From a4091cd363d0d7612e0c6e5b3595f8ac243c7905 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 9 Aug 2019 13:32:37 -0700 Subject: [PATCH] Updating prepackaged jira and adding antivirus. (#11838) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 893bbc6e64..6e94f1a051 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,8 @@ PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.0.0 PLUGIN_PACKAGES += mattermost-plugin-github-v0.10.2 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.1.0 PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.0.2 -PLUGIN_PACKAGES += mattermost-plugin-jira-v2.0.6 +PLUGIN_PACKAGES += mattermost-plugin-antivirus-v0.1.1 +PLUGIN_PACKAGES += mattermost-plugin-jira-v2.1.0-rc2 # 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)