Skip to content

Commit

Permalink
Update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Feb 26, 2018
1 parent 90a6afe commit 28fdf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/sbtdynver/DynVerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object IsSnapshotSpec extends Properties("IsSnapshotSpec") {
}

object SonatypeSnapshotSpec extends Properties("SonatypeSnapshotSpec") {
property("on tag v1.0.0 with local changes") = onTagDirty().sonatypeVersion() ?= "1.0.0+0-20160917-0000-SNAPSHOT"
property("on tag v1.0.0 with local changes") = onTagDirty().sonatypeVersion() ?= "1.0.0+0-1234abcd+20160917-0000-SNAPSHOT"
property("on tag v1.0.0 and 1 commit, w/o local changes S") = onTagAndCommit().sonatypeVersion() ?= "1.0.0+1-1234abcd-SNAPSHOT"
property("on tag v1.0.0, w/o local changes") = onTag().sonatypeVersion() ?= "1.0.0"
}
Expand Down

0 comments on commit 28fdf9d

Please sign in to comment.