Skip to content

Commit

Permalink
upgrade to kotlin 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Mar 22, 2017
1 parent a037338 commit 112e886
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.1.0'
ext.kotlin_version = '1.1.1'

repositories {
mavenCentral()
Expand All @@ -14,7 +14,7 @@ plugins {
}

group 'MicroUtils'
version '1.4.2'
version '1.4.4'



Expand Down Expand Up @@ -51,8 +51,8 @@ bintray {
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/MicroUtils/kotlin-logging'
version {
name = "1.4.2"
desc = "kotlin-logging 1.4.2 - Lightweight logging framework for Kotlin"
name = "1.4.4"
desc = "kotlin-logging 1.4.4 - Lightweight logging framework for Kotlin"
released = new Date()
}
}
Expand Down Expand Up @@ -113,13 +113,13 @@ publishing {
MyPublication(MavenPublication) {
pom.withXml {
def root = asNode()
root.appendNode('description', "kotlin-logging 1.4.2 - Lightweight logging framework for Kotlin")
root.appendNode('description', "kotlin-logging 1.4.4 - Lightweight logging framework for Kotlin")
root.children().last() + pomConfig
}
from components.java
groupId 'io.github.microutils'
artifactId 'kotlin-logging'
version "1.4.2"
version "1.4.4"

artifact sourcesJar
artifact javadocJar
Expand Down

0 comments on commit 112e886

Please sign in to comment.