Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Apr 28, 2022
1 parent 4f81368 commit 856f306
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ plugins {
}

group = "org.veupathdb.lib.s3"
version = "0.1.0-SNAPSHOT"
version = "0.1.0+s34k-0.1.0"

repositories {
mavenLocal()
// mavenLocal()
mavenCentral()
}

Expand All @@ -26,7 +26,7 @@ java {
dependencies {
implementation(kotlin("stdlib"))

api("org.veupathdb.lib.s3:s34k:0.1.0-SNAPSHOT") { isChanging = true }
api("org.veupathdb.lib.s3:s34k:0.1.0")

testImplementation(kotlin("test"))
}
Expand Down
6 changes: 6 additions & 0 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
= lib-s34k-core

image:https://img.shields.io/badge/jvm-1.8-blue[title="Compatible with JVM 1.8"]

Basic/abstract implementation of the https://github.com/VEuPathDB/lib-s34k[S34K API] providing
base/generic functionality that may be used by specific API implementations.

0 comments on commit 856f306

Please sign in to comment.