File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ buildscript {
99
1010plugins {
1111 id ' java'
12- id ' org.jetbrains.kotlin.jvm' version ' 1.3.41 '
12+ id ' org.jetbrains.kotlin.jvm' version ' 1.3.61 '
1313 id ' com.adarshr.test-logger' version ' 2.0.0'
1414}
1515
1616apply plugin : ' com.novoda.bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library)
1717
1818group ' com.viartemev'
19- version ' 1.0-SNAPSHOT '
19+ version ' 1.0.0 '
2020
2121sourceCompatibility = 1.8
2222
@@ -50,7 +50,7 @@ compileTestKotlin {
5050
5151jar {
5252 archiveBaseName = " ktor-flyway-feature"
53- archiveVersion = " 0.2 .0"
53+ archiveVersion = " 1.0 .0"
5454}
5555
5656test {
@@ -62,7 +62,7 @@ publish {
6262 repoName = ' Maven'
6363 groupId = ' com.viartemev'
6464 artifactId = ' ktor-flyway-feature'
65- publishVersion = ' 0.2 .0'
65+ publishVersion = ' 1.0 .0'
6666 desc = ' Ktor flyway feature'
6767 website = ' https://github.com/viartemev/ktor-flyway-feature'
6868 licences = [' MIT' ]
You can’t perform that action at this time.
0 commit comments