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
a43180b5
Commit
a43180b5
authored
Jan 25, 2016
by
bow
Browse files
Update versions
parent
8669e362
Changes
2
Hide whitespace changes
Inline
Side-by-side
project/SentinelBuild.scala
View file @
a43180b5
...
...
@@ -13,9 +13,10 @@ import uk.gov.hmrc.gitstamp.GitStampPlugin._
object
SentinelBuild
extends
Build
{
val
Released
=
false
val
Release
=
"SNAPSHOT"
val
Version
=
"0.2"
+
{
if
(
Release
.
endsWith
(
"SNAPSHOT"
))
s
"-$Release"
else
s
".$Release"
}
val
Organization
=
"nl.lumc.sasc"
val
Version
=
"0.2.0"
+
{
if
(
Released
)
""
else
"-SNAPSHOT"
}
val
ScalaSeries
=
"2.11"
val
ScalaVersion
=
s
"$ScalaSeries.6"
val
JavaVersion
=
"1.8"
...
...
sentinel/src/main/scala/nl/lumc/sasc/sentinel/package.scala
View file @
a43180b5
...
...
@@ -25,7 +25,7 @@ package nl.lumc.sasc
package
object
sentinel
{
/** Current API version */
val
CurrentApiVersion
=
"0.
1.0
"
val
CurrentApiVersion
=
"0.
2
"
/** Header API key */
val
HeaderApiKey
=
"X-Sentinel-Key"
...
...
Write
Preview
Supports
Markdown
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