We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae27eb6 commit cbb74f1Copy full SHA for cbb74f1
build.sbt
@@ -1,7 +1,7 @@
1
val Organization = "io.github.gitbucket"
2
val ProjectName = "gitbucket-notifications-plugin"
3
val ProjectVersion = "1.2.0"
4
-val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.17.0-SNAPSHOT")
+val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.17.0")
5
6
name := ProjectName
7
organization := Organization
0 commit comments