From efa3a233ea5658c78091cd78b70875f618c611b8 Mon Sep 17 00:00:00 2001 From: jonathan zollinger Date: Fri, 19 Jul 2024 10:41:38 -0600 Subject: [PATCH] build: version 0.0.14 release --- README.md | 6 +++--- pom.xml | 32 +++++++++++++++++++++++--------- 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fdd37e4..e9a6df7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Threshr is available to jvm projects via [maven central]. com.graqr threshr - 0.0.14-SNAPSHOT + 0.0.14 ``` @@ -64,14 +64,14 @@ Threshr is available to jvm projects via [maven central].
Gradle ```groovy -implementation group: 'com.graqr', name: 'threshr', version: '0.0.14-SNAPSHOT' +implementation group: 'com.graqr', name: 'threshr', version: '0.0.14' ```
Gradle Kotlin ```kotlin -implementation("com.graqr:threshr:0.0.14-SNAPSHOT") +implementation("com.graqr:threshr:0.0.14") ```
diff --git a/pom.xml b/pom.xml index 9b551e2..f88400a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.graqr threshr - 0.0.14-SNAPSHOT + 0.0.14 ${packaging} @@ -12,6 +12,28 @@ micronaut-parent 4.5.0 + Threshr + Grocery JDK for Target's grocery API + https://github.com/graqr/threshr + + + GNU General Public License v3.0 + http://www.gnu.org/licenses/gpl-3.0.txt + + + + scm:git@github.com:graqr/threshr.git + scm:git@github.com:graqr/threshr.git + scm:git@github.com:graqr/threshr.git + + + + jonathan-zollinger + Jonathan Zollinger + Mountain Standard Time + https://www.linkedin.com/in/jonathan-zollinger/ + + jar @@ -24,14 +46,6 @@ Graqr_Threshr - - - jonathan-zollinger - Jonathan Zollinger - Mountain Standard Time - https://www.linkedin.com/in/jonathan-zollinger/ - - ossrh