Skip to content

Commit dadf6d0

Browse files
committed
Prepare version 0.0.2
Fixes #24 Signed-off-by: Zbynek Cervinka <[email protected]>
1 parent f321b41 commit dadf6d0

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
@@ -30,7 +30,7 @@ task integrationTest(type: Test) {
3030
}
3131
3232
dependencies {
33-
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.2-SNAPSHOT'
33+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.2'
3434
}
3535
3636
runIdeForUiTests {

gradle.properties

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

0 commit comments

Comments
 (0)