mirror of https://github.com/sbt/sbt.git
Changed default version setting to 0.1.0-SNAPSHOT
To make it compatible with semantic versioning. Fixes #3467.
This commit is contained in:
parent
9d8a041a06
commit
632b14cf78
|
|
@ -187,7 +187,7 @@ object Defaults extends BuildCommon {
|
|||
},
|
||||
crossVersion :== Disabled(),
|
||||
buildDependencies := Classpaths.constructBuildDependencies.value,
|
||||
version :== "0.1-SNAPSHOT",
|
||||
version :== "0.1.0-SNAPSHOT",
|
||||
classpathTypes :== Set("jar", "bundle") ++ CustomPomParser.JarPackagings,
|
||||
artifactClassifier :== None,
|
||||
checksums := Classpaths.bootChecksums(appConfiguration.value),
|
||||
|
|
|
|||
Loading…
Reference in New Issue