diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6ef6856..a2f59e95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-# IntelliJ Plugin Changelog
+# For Mainframe plug-in for IntelliJ IDEA™ Changelog
-All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
+All notable changes to the For Mainframe plug-in for IntelliJ IDEA™ will be documented in this file.
+
+## `1.0.3 (2023-07-19)`
+
+* Feature: The plug-in's description and name update
## `1.0.2 (2023-06-13)`
@@ -22,7 +26,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
## `1.0.1 (2023-04-18)`
-* Feature: Support for IntelliJ 2023.1
+* Feature: Support for IntelliJ IDEA™ IDE v2023.1
* Bugfix: File is not displayed after folder moved inside another folder ([46e2fca8](https://github.com/zowe/zowe-explorer-intellij/commit/46e2fca8))
@@ -44,7 +48,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
## `1.0.0 (2023-03-13)`
-* Breaking: Java 17 usage introduced. Plugin requires to use it with IntelliJ version >= 2022.3
+* Breaking: Java 17 usage introduced. Plugin requires to use it with IntelliJ IDEA™ IDE version >= 2022.3
* Feature: GitHub issue #31: Support for CHMOD operation ([3a166173](https://github.com/zowe/zowe-explorer-intellij/commit/3a166173))
@@ -78,7 +82,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
* Bugfix: Strange behavior of automatic reload and batch_size ([b4c5c2a6](https://github.com/zowe/zowe-explorer-intellij/commit/b4c5c2a6))
* Bugfix: Skip files copy files anyway ([237061ea](https://github.com/zowe/zowe-explorer-intellij/commit/237061ea))
* Bugfix: GitHub issue #107: I can't edit USS files ([1ff98872](https://github.com/zowe/zowe-explorer-intellij/commit/1ff98872))
-* Bugfix: GitHub issue #108: Incompatible with IntelliJ 2022.3 ([9ae290d5](https://github.com/zowe/zowe-explorer-intellij/commit/9ae290d5))
+* Bugfix: GitHub issue #108: Incompatible with IntelliJ IDEA™ IDEs v2022.3 ([9ae290d5](https://github.com/zowe/zowe-explorer-intellij/commit/9ae290d5))
* Bugfix: IDE error with UnsupportedEncodingException for some encodings ([06695658](https://github.com/zowe/zowe-explorer-intellij/commit/06695658))
* Bugfix: Impossible to close uss-file with write permission after changing encoding ([06695658](https://github.com/zowe/zowe-explorer-intellij/commit/06695658))
* Bugfix: There is no warning if copy/paste from remote to local ([11c4a90e](https://github.com/zowe/zowe-explorer-intellij/commit/11c4a90e))
@@ -126,7 +130,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
## `0.7.0 (2022-10-31)`
-* Breaking: Kotlin DSL v2 usage introduced. Plugin requires to use it with IntelliJ version >= 2022.1
+* Breaking: Kotlin DSL v2 usage introduced. Plugin requires to use it with IntelliJ IDEA™ IDE version >= 2022.1
* Feature: Configurable batch size to load filter
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 07a11a65..636ea3ec 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -128,7 +128,7 @@ pipeline{
failure {
script{
if(!jiraTicket.contains('release') && !'development'.equals(jiraTicket) && !'zowe-development'.equals(jiraTicket) && !"null".equals(jiraTicket)) {
- jiraAddComment idOrKey: "$jiraTicket", comment: "Hello! It's jenkins. Your push in branch failed to build for Intellij IDEA. You can get console output by the following link http://10.221.23.186:8080/job/BuildPluginPipeline/", site:"$jiraSite"
+ jiraAddComment idOrKey: "$jiraTicket", comment: "Hello! It's jenkins. Your push in branch failed to build for IntelliJ IDEA™. You can get console output by the following link http://10.221.23.186:8080/job/BuildPluginPipeline/", site:"$jiraSite"
}
}
}
diff --git a/README.md b/README.md
index 4c51b542..2058c4a9 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Using our plugin you will be able to:
To start using the plugin:
-* Install the plugin in your Intellij based IDE.
+* Install the plugin in your IntelliJ IDEA™ platform based IDE.
* Contact your RACF administrator so that your user is in
the [IZUUSER RACF group](https://www.ibm.com/docs/en/zos/2.4.0?topic=guide-security-structures-zosmf)
* You are ready to go! Start working with z/OS from the IDE.
@@ -30,7 +30,7 @@ To start using the plugin:
## Introduction
-"For Mainframe" is an IntelliJ plugin dedicated to facilitate working with z/OS datasets through providing a possibility
+"For Mainframe" is an plug-in for IntelliJ IDEA™ dedicated to facilitate working with z/OS datasets through providing a possibility
to work with them in the IDE.
## Getting started
@@ -117,8 +117,8 @@ working set tree.
## Requirements
-- IntelliJ IDEA version 2022.3 and later (Community will be enough)
-- Java SDK 17 (IntelliJ built-in)
+- IntelliJ IDEA™ platform IDE version 2022.3 and later (Community will be enough)
+- Java SDK 17 (IntelliJ IDEA™ platform IDE's built-in)
## Setup steps
@@ -128,7 +128,7 @@ working set tree.
- Three options of working with the plugin are available:
- **Run plugin** - run the plugin in development mode
- - **Package plugin** - make a zip portable package to install it in IntelliJ IDEA or publish somewhere
+ - **Package plugin** - make a zip portable package to install it in IntelliJ IDEA™ platform IDE or publish somewhere
- **Run tests** - run plugin tests to check the codebase with automated tests
- Proceed to [Contribution Guidelines](#how-to-contribute) to develop some new functionality for the project.
@@ -165,9 +165,9 @@ If you have any questions, related to the project development, further plans or
some of the communication chanels:
* [For Mainframe Slack channel in IBA workspace](https://iba-mainframe-tools.slack.com/archives/C01V4MZL9DH)
-* [Zowe Explorer IntelliJ Slack channel in Open Mainframe Project workspace](https://openmainframeproject.slack.com/archives/C020BGPSU0M)
+* [Zowe Explorer IntelliJ team Slack channel in Open Mainframe Project workspace](https://openmainframeproject.slack.com/archives/C020BGPSU0M)
* [For Mainframe GitHub (create or review issues)](https://github.com/for-mainframe/For-Mainframe/issues)
-* [Zowe Explorer IntelliJ GitHub (create or review issues)](https://github.com/zowe/zowe-explorer-intellij/issues)
+* [Zowe Explorer IntelliJ team GitHub (create or review issues)](https://github.com/zowe/zowe-explorer-intellij/issues)
* Email to: Uladzislau Kalesnikau (Team Lead of the IJMP)
* Email to: Valiantsin Krus (Tech Lead of the IJMP)
diff --git a/build.gradle.kts b/build.gradle.kts
index 1d0c9e6c..e53022a3 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -31,7 +31,7 @@ apply(plugin = "org.jetbrains.intellij")
apply(from = "gradle/sonar.gradle")
group = "eu.ibagroup"
-version = "1.0.2-232-eap"
+version = "1.0.3-232-eap"
val remoteRobotVersion = "0.11.18"
repositories {
@@ -93,27 +93,12 @@ tasks {
untilBuild.set("232.*")
changeNotes.set(
"""
- WARNING: version 1.0 introduces breaking change. You won't be able to use the plugin with IntelliJ version less than 2022.3
+ WARNING: version 1.0 introduces breaking change. You won't be able to use the plugin with IntelliJ IDEA™ version less than 2022.1
- New features:
+ Minor changes: