From 01f9c7fe49ce31f88e38aa76302a1218f55a78bb Mon Sep 17 00:00:00 2001 From: Thibault Jeandet Date: Tue, 30 May 2017 15:18:43 -0400 Subject: [PATCH 1/3] update version to upcoming 0.13 version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d393765..f7e9992 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val wdl4sV = "0.12" lazy val versionSettings = Seq( // Upcoming release, or current if we're on the master branch - git.baseVersion := "0.12", + git.baseVersion := "0.13", // Shorten the git commit hash git.gitHeadCommit := git.gitHeadCommit.value map { _.take(7) }, From 6056347f1f5954dffe23f3e0e7775005e4474a56 Mon Sep 17 00:00:00 2001 From: Miguel Covarrubias Date: Wed, 7 Jun 2017 17:43:48 -0400 Subject: [PATCH 2/3] jfrog --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index f7e9992..176f72f 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "org.broadinstitute" scalaVersion := "2.12.1" -val wdl4sV = "0.12" +val wdl4sV = "0.13-4804734-SNAP" lazy val versionSettings = Seq( // Upcoming release, or current if we're on the master branch @@ -31,8 +31,8 @@ assemblyJarName in assembly := "wdltool-" + git.baseVersion.value + ".jar" logLevel in assembly := Level.Info resolvers ++= Seq( - "Broad Artifactory Releases" at "https://artifactory.broadinstitute.org/artifactory/libs-release/", - "Broad Artifactory Snapshots" at "https://artifactory.broadinstitute.org/artifactory/libs-snapshot/" + "Broad Artifactory Releases" at "https://broadinstitute.jfrog.io/broadinstitute/libs-release/", + "Broad Artifactory Snapshots" at "https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot/" ) libraryDependencies ++= Seq( From 20205f15d86b0f0dcb5b04f119adb2036a97622a Mon Sep 17 00:00:00 2001 From: Ruchi Munshi Date: Fri, 30 Jun 2017 13:27:39 -0400 Subject: [PATCH 3/3] Update wdltool version to 0.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176f72f..2e1c112 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "org.broadinstitute" scalaVersion := "2.12.1" -val wdl4sV = "0.13-4804734-SNAP" +val wdl4sV = "0.13" lazy val versionSettings = Seq( // Upcoming release, or current if we're on the master branch