You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2022/03/22 17:54:27 UTC

[daffodil] branch main updated: Start developing Daffodil 3.4.0

This is an automated email from the ASF dual-hosted git repository.

jinterrante 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 2c5310e  Start developing Daffodil 3.4.0
2c5310e is described below

commit 2c5310e5408f4aff44130b47d4a4e61d4853033a
Author: John Interrante <in...@research.ge.com>
AuthorDate: Tue Mar 22 06:54:35 2022 -0700

    Start developing Daffodil 3.4.0
    
    build.sbt: Change version to 3.4.0-SNAPSHOT.
    
    DAFFODIL-2681
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index cb242d7..876b24b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -152,7 +152,7 @@ lazy val testStdLayout    = Project("daffodil-test-stdLayout", file("test-stdLay
 
 lazy val commonSettings = Seq(
   organization := "org.apache.daffodil",
-  version := "3.3.0",
+  version := "3.4.0-SNAPSHOT",
   scalaVersion := "2.12.15",
   crossScalaVersions := Seq("2.12.15"),
   scalacOptions ++= buildScalacOptions(scalaVersion.value),