From 5d4c845dd28732057663f37546e10888fba8eea5 Mon Sep 17 00:00:00 2001 From: Hanzei <16541325+hanzei@users.noreply.github.com> Date: Mon, 17 Dec 2018 18:38:52 +0100 Subject: [PATCH] Revert plugin id back to jira (#11) Fixes #9 --- plugin.json | 2 +- server/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 50e930871..aa9139ed4 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "id": "com.mattermost.jira", + "id": "jira", "name": "Jira", "description": "Receives webhook events from JIRA and makes Mattermost posts for them.", "version": "1.0.2", diff --git a/server/manifest.go b/server/manifest.go index 916a5d619..29864ed28 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -4,6 +4,6 @@ var manifest = struct { Id string Version string }{ - Id: "com.mattermost.jira", + Id: "jira", Version: "1.0.2", }