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 5b9c37700 Prepare for 3.9.0 release
5b9c37700 is described below

commit 5b9c377009b0b1cfcef10191124a54820ac48135
Author: Steve Lawrence <[email protected]>
AuthorDate: Thu Sep 19 15:24:55 2024 -0400

    Prepare for 3.9.0 release
    
    DAFFODIL-2930
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 09d1cc63e..b4d6f9a5d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -223,7 +223,7 @@ val minSupportedJavaVersion: String =
 
 lazy val commonSettings = Seq(
   organization := "org.apache.daffodil",
-  version := "3.9.0-SNAPSHOT",
+  version := "3.9.0",
   scalaVersion := "2.12.20",
   crossScalaVersions := Seq("2.12.20"),
   scalacOptions ++= buildScalacOptions(scalaVersion.value),

Reply via email to