Skip to content

Commit

Permalink
First release to maven? fingers crossed.
Browse files Browse the repository at this point in the history
ThanosFisherman committed Apr 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0cd1446 commit 9fc0f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Artifact.kt
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ object Artifact {

val ARTIFACT_NAME = "mayi"
val ARTIFACT_GROUP = "io.github.thanosfisherman.mayi"
val VERSION_NAME = "2.5.0-SNAPSHOT"
val VERSION_CODE = 13
val VERSION_NAME = "2.5.0"
val VERSION_CODE = 14
val POM_URL = "https://github.com/ThanosFisherman/MayI"
val POM_SCM_URL = "https://github.com/ThanosFisherman/MayI"
val POM_SCM_CONNECTION = "scm:git:github.com/ThanosFisherman/MayI.git"

0 comments on commit 9fc0f9f

Please sign in to comment.