File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.1.1 (Aug 2, 2022)
4
+ - Update the ` Remote-Robot ` to version 0.11.15
5
+ - Issues fixed:
6
+ - Typo in ` utils.constan(t)s `
7
+ - Not working ` Sonar analysis ` in PRs
8
+ - The ` TimeoutException ` while working with the gradle tasks tree (JTreeFixture) on OS X
9
+
3
10
## 0.1.0 (Jun 24, 2022)
4
11
- Add DCO documentation
5
12
- Add support for IntelliJ IDEA 2022.1
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.1.1-SNAPSHOT '
35
+ compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.1.1'
36
36
}
37
37
```
38
38
Original file line number Diff line number Diff line change 1
- projectVersion =0.1.1-SNAPSHOT
1
+ projectVersion =0.1.1
2
2
nexusUser =invalid
3
3
nexusPassword =invalid
You can’t perform that action at this time.
0 commit comments