We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dba039 + 06a0de4 commit 58e6801Copy full SHA for 58e6801
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group 'net.nokok.draft'
9
-version '1.0.0'
+version '1.0.1'
10
11
repositories {
12
jcenter()
@@ -34,12 +34,12 @@ publishing {
34
mavenJava(MavenPublication) {
35
groupId = 'net.nokok.draft'
36
artifactId = 'draft'
37
- version = '1.0'
+ version = '1.0.1'
38
from components.java
39
pom {
40
name = 'Draft'
41
description = 'Implementation of JSR-330'
42
43
44
45
-}
+}
0 commit comments