Skip to content

Commit 6b9b650

Browse files
author
Francisco Solis
authored
Removed 'SNAPSHOT' from version.
1 parent f65ada7 commit 6b9b650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'xyz.theprogramsrc'
8-
version '5.3.1-SNAPSHOT'
8+
version '5.3.1'
99
description 'The best way to create a plugin'
1010

1111
repositories{
@@ -178,4 +178,4 @@ javadoc {
178178
}
179179
}
180180

181-
publish.dependsOn clean, test, jar
181+
publish.dependsOn clean, test, jar

0 commit comments

Comments
 (0)