File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.0.8 (Mar 7, 2022)
4
+ - Fix ` java.net.ConnectException when closing IntelliJ IDEA ` issue
5
+
3
6
## 0.0.7 (Feb 25, 2022)
4
7
- Update the ` Remote-Robot ` version to 0.11.13
5
8
- Fix ` multiple screenshots overwriting each other ` issue
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ repositories {
32
32
Add the following dependency:
33
33
```
34
34
dependencies {
35
- compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.8-SNAPSHOT '
35
+ compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.8'
36
36
}
37
37
```
38
38
Original file line number Diff line number Diff line change 1
- projectVersion =0.0.8-SNAPSHOT
1
+ projectVersion =0.0.8
2
2
nexusUser =invalid
3
3
nexusPassword =invalid
You can’t perform that action at this time.
0 commit comments