This is an automated email from the ASF dual-hosted git repository.
mbeckerle 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 448ee9ece Change to 3.10.0-SNAPSHOT
448ee9ece is described below
commit 448ee9ece33a09fb5f8de1f0dfa356dc8609d101
Author: Michael Beckerle <[email protected]>
AuthorDate: Fri Dec 20 12:15:50 2024 -0500
Change to 3.10.0-SNAPSHOT
DAFFODIL-2966
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 89608e4b2..24004d150 100644
--- a/build.sbt
+++ b/build.sbt
@@ -231,7 +231,7 @@ val minSupportedJavaVersion: String =
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "4.0.0-SNAPSHOT",
+ version := "3.10.0-SNAPSHOT",
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.12.20"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),