Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SASC
sentinel-legacy
Commits
023b7fbf
Commit
023b7fbf
authored
Jan 25, 2016
by
bow
Browse files
Bump to release 0.2.0-beta1
parent
33044df3
Changes
1
Show whitespace changes
Inline
Side-by-side
project/SentinelBuild.scala
View file @
023b7fbf
...
@@ -13,7 +13,7 @@ import uk.gov.hmrc.gitstamp.GitStampPlugin._
...
@@ -13,7 +13,7 @@ import uk.gov.hmrc.gitstamp.GitStampPlugin._
object
SentinelBuild
extends
Build
{
object
SentinelBuild
extends
Build
{
val
Release
=
"
SNAPSHOT
"
val
Release
=
"
0-beta1
"
val
Version
=
"0.2"
+
{
if
(
Release
.
endsWith
(
"SNAPSHOT"
))
s
"-$Release"
else
s
".$Release"
}
val
Version
=
"0.2"
+
{
if
(
Release
.
endsWith
(
"SNAPSHOT"
))
s
"-$Release"
else
s
".$Release"
}
val
Organization
=
"nl.lumc.sasc"
val
Organization
=
"nl.lumc.sasc"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment