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 2022/11/08 14:33:50 UTC

[daffodil] branch main updated: Bump version for 3.5.0 development

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 fe1515b8e Bump version for 3.5.0 development
fe1515b8e is described below

commit fe1515b8ea38e6f3b54fdfcf6a7fcd59039f9f11
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Tue Nov 8 07:40:19 2022 -0500

    Bump version for 3.5.0 development
    
    DAFFODIL-2745
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 841d202c7..99a22b3ef 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.4.0",
+  version := "3.5.0-SNAPSHOT",
   scalaVersion := "2.12.17",
   crossScalaVersions := Seq("2.12.17"),
   scalacOptions ++= buildScalacOptions(scalaVersion.value),