Skip to content

Commit

Permalink
release 0.3.8, bump version name to 0.3.9-SNAPSHOT and fix the archiv…
Browse files Browse the repository at this point in the history
…es base name so it takes the pom artifact id instead of the project name
  • Loading branch information
Guardiola31337 committed Sep 16, 2017
1 parent 250a0c6 commit 4b98c00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the dependency into project `build.gradle`

```groovy
dependencies {
compile 'io.kategory:kategory:0.3.5'
compile 'io.kategory:kategory:0.3.8'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ subprojects { project ->
apply plugin: 'kotlin'
apply plugin: 'jacoco'

archivesBaseName = project.name
archivesBaseName = POM_ARTIFACT_ID

jacoco {
toolVersion '0.7.8'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package definitions
GROUP=io.kategory
VERSION_NAME=0.3.6-SNAPSHOT
VERSION_NAME=0.3.9-SNAPSHOT

# Gradle options
org.gradle.jvmargs=-Xmx2048m
Expand Down

0 comments on commit 4b98c00

Please sign in to comment.