Skip to content

Commit

Permalink
Restore un-date-stamped SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Jun 11, 2020
1 parent 9ad5f5f commit dd4d1c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
}

organization := "edu.berkeley.cs"
version := "1.5-20200603-SNAPSHOT"
version := "1.5-SNAPSHOT"
name := "chisel-iotesters"

scalaVersion := "2.12.10"
Expand All @@ -45,10 +45,10 @@ crossScalaVersions := Seq("2.12.10", "2.11.12")
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
// The following are the default development versions, not the "release" versions.
val defaultVersions = Map(
"chisel3" -> "3.4-20200603-SNAPSHOT",
"firrtl" -> "1.4-20200603-SNAPSHOT",
"firrtl-interpreter" -> "1.4-20200603-SNAPSHOT",
"treadle" -> "1.3-20200603-SNAPSHOT"
"chisel3" -> "3.4-SNAPSHOT",
"firrtl" -> "1.4-SNAPSHOT",
"firrtl-interpreter" -> "1.4-SNAPSHOT",
"treadle" -> "1.3-SNAPSHOT"
)

libraryDependencies ++= Seq("chisel3","firrtl","firrtl-interpreter", "treadle").map { dep: String =>
Expand Down
10 changes: 5 additions & 5 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait CrossUnRootedSbtModule extends CrossSbtModule {
}

trait CommonModule extends CrossUnRootedSbtModule with PublishModule {
def publishVersion = "1.5-20200603-SNAPSHOT"
def publishVersion = "1.5-SNAPSHOT"

def pomSettings = PomSettings(
description = artifactName(),
Expand Down Expand Up @@ -71,10 +71,10 @@ object chiselTesters extends Cross[ChiselTestersModule](crossVersions: _*) {
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
// The following are the default development versions, not the "release" versions.
val defaultVersions = Map(
"chisel3" -> "3.4-20200603-SNAPSHOT",
"firrtl" -> "1.4-20200603-SNAPSHOT",
"firrtl-interpreter" -> "1.4-20200603-SNAPSHOT",
"treadle" -> "1.3-20200603-SNAPSHOT"
"chisel3" -> "3.4-SNAPSHOT",
"firrtl" -> "1.4-SNAPSHOT",
"firrtl-interpreter" -> "1.4-SNAPSHOT",
"treadle" -> "1.3-SNAPSHOT"
)

def getVersion(dep: String, org: String = "edu.berkeley.cs") = {
Expand Down

0 comments on commit dd4d1c0

Please sign in to comment.