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 4034a96 Update publisher (#14)
4034a96 is described below
commit 4034a966546b53a16d0f7753a3301c7518ee034b
Author: Dominic Kim <[email protected]>
AuthorDate: Fri May 28 11:14:56 2021 +0900
Update publisher (#14)
* Fix typo.
* Update the vendor and name.
---
README.md | 2 +-
src/main/resources/META-INF/plugin.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 34812d4..dd5c4bc 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Install the dependencies below to use full features:
* Intellij >= 2018.1.8
* [wskdeploy](https://github.com/apache/openwhisk-wskdeploy/releases)
-This extension finds the `.wskprops` configuration file located in the home
path and connects to the Openwhisk server automatically. Set up your
configuration referred to the [cli
docs](https://github.com/apache/openwhisk/blob/master/docs/cli.md#openwhisk-cli).
+This extension finds the `.wskprops` configuration file located in the home
path and connects to the OpenWhisk server automatically. Set up your
configuration referred to the [cli
docs](https://github.com/apache/openwhisk/blob/master/docs/cli.md#openwhisk-cli).
## Feature
### OpenWhisk Explorer
diff --git a/src/main/resources/META-INF/plugin.xml
b/src/main/resources/META-INF/plugin.xml
index c12522a..d04d425 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
-<idea-plugin>
+<idea-plugin url="https://github.com/apache/openwhisk-intellij-plugin">
<id>org.apache.openwhisk.intellij</id>
- <name>DevTools for Apache Openwhisk</name>
- <vendor email="[email protected]"
url="https://github.com/apache">Apache</vendor>
+ <name>Apache OpenWhisk</name>
+ <vendor email="[email protected]"
url="https://openwhisk.apache.org/">Apache OpenWhisk</vendor>
<version>1.0.0</version>
<idea-version since-build="191.*" until-build="211.*"/>
@@ -112,4 +112,4 @@
</group>
</actions>
-</idea-plugin>
\ No newline at end of file
+</idea-plugin>