From 42030aad5ad62296286f2d1ec785377ba550cb89 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Fri, 10 Jun 2016 10:49:10 +0200 Subject: Change versioning to a sonatype approved scheme --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index 2104d9b37..fc452f7f6 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -26,7 +26,7 @@ object DottyBuild extends Build { super.settings ++ Seq( scalaVersion in Global := "2.11.5", version in Global := - "0.1-SNAPSHOT-" + VersionUtil.commitDate + "-" + VersionUtil.gitHash, + "0.1-" + VersionUtil.commitDate + "-" + VersionUtil.gitHash + "-SNAPSHOT", organization in Global := "ch.epfl.lamp", organizationName in Global := "LAMP/EPFL", organizationHomepage in Global := Some(url("http://lamp.epfl.ch")), @@ -210,7 +210,7 @@ object DottyBuild extends Build { "org.specs2" %% "specs2" % "2.3.11" % "test" ), version := - "0.1.1-SNAPSHOT-" + VersionUtil.commitDate + "-" + VersionUtil.gitHash, + "0.1.1-" + VersionUtil.commitDate + "-" + VersionUtil.gitHash + "-SNAPSHOT", // The sources should be published with crossPaths := false since they // need to be compiled by the project using the bridge. crossPaths := false, -- cgit v1.2.3