This is an automated email from the ASF dual-hosted git repository. mbeckerle 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 bbf47a8 setup for 3.3.0-SNAPSHOT development bbf47a8 is described below commit bbf47a8a4cb4672291984a33923394083944d351 Author: Michael Beckerle <mbecke...@apache.org> AuthorDate: Mon Dec 6 14:56:20 2021 -0500 setup for 3.3.0-SNAPSHOT development DAFFODIL-2604 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be286e2..d1142ea 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.2.0", + version := "3.3.0-SNAPSHOT", scalaVersion := "2.12.15", crossScalaVersions := Seq("2.12.15"), scalacOptions ++= buildScalacOptions(scalaVersion.value),