Skip to content

Commit e1530f9

Browse files
committed
Merge branch 'private-release/v1.2.0-223' into public-release/v1.2.0-223
2 parents 3af75f7 + f0b29fe commit e1530f9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
2727
* Bugfix: TSO EXEC command without operands causes the CLI to hang ([d071960a](https://github.com/zowe/zowe-explorer-intellij/commit/d071960a))
2828
* Bugfix: Connection is not fully reset to the last successful state and it causes errors ([f6d5a72e](https://github.com/zowe/zowe-explorer-intellij/commit/f6d5a72e))
2929

30-
## [1.1.2-221] (2024-01-22)
30+
## [1.1.2-223] (2024-01-22)
3131

3232
### Bugfixes
3333

@@ -42,7 +42,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
4242
* Bugfix: JES Explorer bug when ABEND job is being displayed ([614aa6cf](https://github.com/zowe/zowe-explorer-intellij/commit/614aa6cf))
4343
* Bugfix: GitHub issue #167: Zowe explorer config is not converted ([b5eae7a2](https://github.com/zowe/zowe-explorer-intellij/commit/b5eae7a2))
4444

45-
## [1.1.1-221] (2023-11-23)
45+
## [1.1.1-223] (2023-11-23)
4646

4747
### Bugfixes
4848

@@ -67,7 +67,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
6767
* Bugfix: GitHub issue #161: Conflict between Zowe Explorer and For
6868
Mainframe ([79a7fc50](https://github.com/zowe/zowe-explorer-intellij/commit/79a7fc50))
6969

70-
## [1.1.0-221] (2023-09-07)
70+
## [1.1.0-223] (2023-09-07)
7171

7272
### Features
7373

@@ -161,7 +161,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
161161
* Bugfix: ClassCastException: class java.util.ArrayList cannot be cast to class
162162
com.intellij.openapi.vfs.VirtualFile ([cdc0a458](https://github.com/zowe/zowe-explorer-intellij/commit/cdc0a458))
163163

164-
## [1.0.2-221] (2023-06-13)
164+
## [1.0.2-223] (2023-06-13)
165165

166166
### Features
167167

@@ -439,10 +439,10 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
439439
* Bugfix: GitHub issue #85: The windows 'Add Working Set'/'Edit Working Set' are automatically resized if z/OSMF
440440
connection with very long name is added
441441

442-
[1.1.2-221]: https://github.com/for-mainframe/For-Mainframe/compare/1.1.1-221...1.1.2-221
443-
[1.1.1-221]: https://github.com/for-mainframe/For-Mainframe/compare/1.1.0-221...1.1.1-221
444-
[1.1.0-221]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.2-221...1.1.0-221
445-
[1.0.2-221]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.1...1.0.2-221
442+
[1.1.2-223]: https://github.com/for-mainframe/For-Mainframe/compare/1.1.1-223...1.1.2-223
443+
[1.1.1-223]: https://github.com/for-mainframe/For-Mainframe/compare/1.1.0-223...1.1.1-223
444+
[1.1.0-223]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.2-223...1.1.0-223
445+
[1.0.2-223]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.1...1.0.2-223
446446
[1.0.1]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.0...1.0.1
447447
[1.0.0]: https://github.com/for-mainframe/For-Mainframe/compare/0.7.1...1.0.0
448448
[0.7.1]: https://github.com/for-mainframe/For-Mainframe/compare/0.7.0...0.7.1

gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
org.gradle.jvmargs=-Xss1M
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14-
platformVersion = 2022.1
14+
platformVersion = 2022.3
1515

1616
# SemVer format -> https://semver.org
17-
pluginVersion = 1.2.0-221
17+
pluginVersion = 1.2.0-223
1818
pluginGroup = eu.ibagroup
1919
pluginRepositoryUrl = https://github.com/for-mainframe/For-Mainframe
2020

2121
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
22-
pluginSinceBuild = 221.5080
23-
pluginUntilBuild = 222.*
22+
pluginSinceBuild = 223.7571
23+
pluginUntilBuild = 223.*
2424

2525
# Gradle Releases -> https://github.com/gradle/gradle/releases
2626
gradleVersion = 8.7.0

0 commit comments

Comments
 (0)