Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paslavsky committed Feb 16, 2019
1 parent 1d6a11c commit 9ec88cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ deploy:
skip_cleanup: true
api_key:
secure: Rz7vQAfWgC1uawiFZvYqGOQjas2iA6MGkThS4E29FHUNSbP5YuMcerDbl1vu8WxNGv7F9v9YVTA5ctjrA2UwWI16mxrNdSWTFtIqU19HnT4Vwp++GcaIx+d++BlvLLRSIddGALR/vaKQfJ7oRghi8J9y9zLtl6/RN+zF8+2mTH6OodCA6qB1LnGvN2nrNawL5f6e7l/xKoOw92yXpg1cuBjlX+3GypXdp2cOK5nhlnlhhb0zRyZRPoxEW8/t1QfCUQQ1G4pGsw7cITI60enakBccUCX5UMPzJZl/bNRZFr4htTXqOF1r21WAgE15pZcMuaXSKtL3xTReAEbrfRrBKG4Ua08vu0nnWZ9Gr/dh7/Y6iTvk2kVJYehr3VIESWyNM9WohkFt0KxZN0ocxibdrIhJat7zU6wl+XLpcNooUy4oUPn31sFxmrUsmn6bU9/YrYdKWuKFbZmVv1scIk1IGkIoYqR5olb3N5UQBBeGFpMzkP/31oBmdUJhRjpINZ05kLapel4AdF7exTPeAtM0+ole2CTOULv5JYz2t3+d5T6UjsUwjKlgG+i+0/h3swBr4pZ3of5iy7DXrxM2AdBlo9RpJxW0pL4vdYVL25DAxnIB7t0JtqyKOIBSabR2dU5smw2+H1IR1b2qCZykeBHccQxwOb4nSA4MYkI/FClL6+Y=
file: target/slf4kotlin-kt-0.0.1.jar
file: target/slf4kotlin*.jar
overwrite: true
file_glob: true
on:
repo: paslavsky/slf4kotlin
branch: master
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.paslavsky</groupId>
<artifactId>slf4kotlin</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<packaging>jar</packaging>

<name>Kotlin Wrapper for slf4j library</name>
Expand All @@ -27,7 +27,7 @@
<connection>https://github.com/paslavsky/slf4kotlin.git</connection>
</scm>

<inceptionYear>2018</inceptionYear>
<inceptionYear>2019</inceptionYear>

<issueManagement>
<url>https://github.com/paslavsky/slf4kotlin/issues</url>
Expand All @@ -50,7 +50,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.3.10</kotlin.version>
<kotlin.version>1.3.21</kotlin.version>
<junit.version>4.12</junit.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>
Expand Down

0 comments on commit 9ec88cb

Please sign in to comment.