From a0f8deb1579e195effe342427beada25b81ddf0a Mon Sep 17 00:00:00 2001 From: Mark Nellemann Date: Tue, 3 Jan 2023 15:17:29 +0100 Subject: [PATCH] Fix incorrect package name. --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 70ea6ef..9407b28 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ publishing { publications { maven(MavenPublication) { groupId = 'biz.nellemann.libs' - artifactId = 'libpaqle' + artifactId = 'libcvrapi' from components.java } diff --git a/gradle.properties b/gradle.properties index 62754b7..da60de9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.0.12 +version = 1.0.13 groovyVersion = 3.0.14 slf4jVersion = 2.0.6 spockVersion = 2.3-groovy-3.0