File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.1.0 '
2
+ ext. kotlin_version = ' 1.1.1 '
3
3
4
4
repositories {
5
5
mavenCentral()
@@ -14,7 +14,7 @@ plugins {
14
14
}
15
15
16
16
group ' MicroUtils'
17
- version ' 1.4.2 '
17
+ version ' 1.4.4 '
18
18
19
19
20
20
@@ -51,8 +51,8 @@ bintray {
51
51
licenses = [' Apache-2.0' ]
52
52
vcsUrl = ' https://github.com/MicroUtils/kotlin-logging'
53
53
version {
54
- name = " 1.4.2 "
55
- desc = " kotlin-logging 1.4.2 - Lightweight logging framework for Kotlin"
54
+ name = " 1.4.4 "
55
+ desc = " kotlin-logging 1.4.4 - Lightweight logging framework for Kotlin"
56
56
released = new Date ()
57
57
}
58
58
}
@@ -113,13 +113,13 @@ publishing {
113
113
MyPublication (MavenPublication ) {
114
114
pom. withXml {
115
115
def root = asNode()
116
- root. appendNode(' description' , " kotlin-logging 1.4.2 - Lightweight logging framework for Kotlin" )
116
+ root. appendNode(' description' , " kotlin-logging 1.4.4 - Lightweight logging framework for Kotlin" )
117
117
root. children(). last() + pomConfig
118
118
}
119
119
from components. java
120
120
groupId ' io.github.microutils'
121
121
artifactId ' kotlin-logging'
122
- version " 1.4.2 "
122
+ version " 1.4.4 "
123
123
124
124
artifact sourcesJar
125
125
artifact javadocJar
You can’t perform that action at this time.
0 commit comments