Skip to content

Commit

Permalink
update to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Jan 10, 2017
1 parent a05efa7 commit 68f188f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'MicroUtils'
version '1.4.1'
version '1.4.2'



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

artifact sourcesJar
artifact javadocJar
Expand Down

0 comments on commit 68f188f

Please sign in to comment.