This is an automated email from the ASF dual-hosted git repository.
jadams 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 2d7883e8d Prepare for 3.10.0 release
2d7883e8d is described below
commit 2d7883e8d06ca5524a27eb3fe00bf2bfe4784961
Author: Josh Adams <[email protected]>
AuthorDate: Mon Jan 13 12:30:06 2025 -0500
Prepare for 3.10.0 release
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 4e111c259..064937b05 100644
--- a/build.sbt
+++ b/build.sbt
@@ -237,7 +237,7 @@ val minSupportedJavaVersion: String =
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "3.10.0-SNAPSHOT",
+ version := "3.10.0",
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.12.20"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),