Skip to content

Commit 4b98c00

Browse files
release 0.3.8, bump version name to 0.3.9-SNAPSHOT and fix the archives base name so it takes the pom artifact id instead of the project name
1 parent 250a0c6 commit 4b98c00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the dependency into project `build.gradle`
3030

3131
```groovy
3232
dependencies {
33-
compile 'io.kategory:kategory:0.3.5'
33+
compile 'io.kategory:kategory:0.3.8'
3434
}
3535
```
3636

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ subprojects { project ->
6262
apply plugin: 'kotlin'
6363
apply plugin: 'jacoco'
6464

65-
archivesBaseName = project.name
65+
archivesBaseName = POM_ARTIFACT_ID
6666

6767
jacoco {
6868
toolVersion '0.7.8'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package definitions
22
GROUP=io.kategory
3-
VERSION_NAME=0.3.6-SNAPSHOT
3+
VERSION_NAME=0.3.9-SNAPSHOT
44

55
# Gradle options
66
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)