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 01accb893 Prepare for 3.6.0 release
01accb893 is described below

commit 01accb89304637def50c6ef53bcd1adfb1f8b9e1
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Oct 23 08:16:06 2023 -0400

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

diff --git a/build.sbt b/build.sbt
index 1c01d8b7f..c84b4dfa8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -219,7 +219,7 @@ val minSupportedJavaVersion: String =
 
 lazy val commonSettings = Seq(
   organization := "org.apache.daffodil",
-  version := "3.6.0-SNAPSHOT",
+  version := "3.6.0",
   scalaVersion := "2.12.18",
   crossScalaVersions := Seq("2.12.18"),
   scalacOptions ++= buildScalacOptions(scalaVersion.value),

Reply via email to