You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ge...@apache.org on 2021/06/08 08:16:32 UTC

[openwhisk-intellij-plugin] branch master updated: Update the vendor (#18)

This is an automated email from the ASF dual-hosted git repository.

geonhee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-intellij-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 95582e6  Update the vendor (#18)
95582e6 is described below

commit 95582e6328b493fe470e2c7d9af120d7292658ac
Author: Dominic Kim <st...@apache.org>
AuthorDate: Tue Jun 8 17:16:27 2021 +0900

    Update the vendor (#18)
---
 src/main/resources/META-INF/plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index d04d425..0bd9bdc 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
 <idea-plugin url="https://github.com/apache/openwhisk-intellij-plugin">
     <id>org.apache.openwhisk.intellij</id>
     <name>Apache OpenWhisk</name>
-    <vendor email="dev@openwhisk.apache.org" url="https://openwhisk.apache.org/">Apache OpenWhisk</vendor>
+    <vendor email="gmcdonald@apache.org" url="https://apache.org/">apache</vendor>
     <version>1.0.0</version>
     <idea-version since-build="191.*" until-build="211.*"/>