This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new 32daf6d Prepare for 3.0.0 release
32daf6d is described below
commit 32daf6dc34c3cd8b3cc69b93defd45bfadc5bfe5
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Oct 26 14:16:18 2020 -0400
Prepare for 3.0.0 release
DAFFODIL-2414
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 80cb91f..ca02f1b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -104,7 +104,7 @@ lazy val testStdLayout =
Project("daffodil-test-stdLayout", file("test-stdLay
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "3.0.0-SNAPSHOT",
+ version := "3.0.0",
scalaVersion := "2.12.11",
crossScalaVersions := Seq("2.12.11"),
scalacOptions ++= Seq(