Skip to content

Commit 0d0e296

Browse files
Removing -SNAPSHOT from version.
1 parent 8f3e38f commit 0d0e296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'jacoco'
1919

2020
jar {
2121
baseName = 'simpleSpringRestService'
22-
version = '1.3.0-SNAPSHOT'
22+
version = '1.3.0'
2323
}
2424
sourceCompatibility = 1.8
2525
targetCompatibility = 1.8

0 commit comments

Comments
 (0)