This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 2597cc765 Prepare for 3.4.0 release
2597cc765 is described below
commit 2597cc7655736c74e6afb3ccebb97d5a615b0119
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Oct 31 08:03:40 2022 -0400
Prepare for 3.4.0 release
DAFFODIL-2740
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 2da01e789..841d202c7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -152,7 +152,7 @@ lazy val testStdLayout =
Project("daffodil-test-stdLayout", file("test-stdLay
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "3.4.0-SNAPSHOT",
+ version := "3.4.0",
scalaVersion := "2.12.17",
crossScalaVersions := Seq("2.12.17"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),