Skip to content

Commit

Permalink
Version 1.0.2 with automatic package publication and javaDoc publication
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Jul 5, 2023
1 parent ffa5d63 commit faacc24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit faacc24

Please sign in to comment.