From faacc246eab2ae80c3d125552255a05913623afb Mon Sep 17 00:00:00 2001 From: Jonas Schaub <44881147+JonasSchaub@users.noreply.github.com> Date: Wed, 5 Jul 2023 16:57:10 +0200 Subject: [PATCH] Version 1.0.2 with automatic package publication and javaDoc publication --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ce50083..cac061f 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ plugins { group = 'io.github.jonasschaub' archivesBaseName = 'ART2a-Clustering-for-Java' //see also version for publishing below! -version = '1.0.1.0' +version = '1.0.2.0' //sourceCompatibility = 1.17 @@ -98,8 +98,8 @@ publishing { groupId = 'io.github.jonasschaub' artifactId = 'ART2a-Clustering-for-Java' - //note: this version has been published, do not try to publish it again! version 1.0.1.1 was also already used for publishing! - version = '1.0.1.0' + //note: this version has been published, do not try to publish it again! versions 1.0.1.0 and 1.0.1.1 were also already used for publishing! + version = '1.0.2.0' from components.java