We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa5d63 commit faacc24Copy full SHA for faacc24
1 file changed
build.gradle
@@ -31,7 +31,7 @@ plugins {
31
group = 'io.github.jonasschaub'
32
archivesBaseName = 'ART2a-Clustering-for-Java'
33
//see also version for publishing below!
34
-version = '1.0.1.0'
+version = '1.0.2.0'
35
36
//sourceCompatibility = 1.17
37
@@ -98,8 +98,8 @@ publishing {
98
99
groupId = 'io.github.jonasschaub'
100
artifactId = 'ART2a-Clustering-for-Java'
101
- //note: this version has been published, do not try to publish it again! version 1.0.1.1 was also already used for publishing!
102
- 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'
103
104
from components.java
105
0 commit comments