You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2023/06/21 11:40:08 UTC

[daffodil] branch main updated: Prepare for 3.5.0 release

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 357438546 Prepare for 3.5.0 release
357438546 is described below

commit 357438546149e8c1c6e9a28011f27a09b9767fe1
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Wed Jun 14 09:17:24 2023 -0400

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

diff --git a/build.sbt b/build.sbt
index 9e8370c7a..d31934eb4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -213,7 +213,7 @@ lazy val testStdLayout = Project("daffodil-test-stdLayout", file("test-stdLayout
 
 lazy val commonSettings = Seq(
   organization := "org.apache.daffodil",
-  version := "3.5.0-SNAPSHOT",
+  version := "3.5.0",
   scalaVersion := "2.12.18",
   crossScalaVersions := Seq("2.12.18"),
   scalacOptions ++= buildScalacOptions(scalaVersion.value),