Skip to content

Commit 48caae0

Browse files
authored
Prepare the 0.0.5 version (#80)
Fixes #78 Signed-off-by: Zbynek Cervinka <[email protected]>
1 parent 759e3c8 commit 48caae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
Add the following dependency:
3333
```
3434
dependencies {
35-
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.5-SNAPSHOT'
35+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.5'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
projectVersion=0.0.5-SNAPSHOT
1+
projectVersion=0.0.5
22
nexusUser=invalid
33
nexusPassword=invalid

0 commit comments

Comments
 (0)