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 81c0361 Setup for 3.3.0-SNAPSHOT development on main branch
81c0361 is described below
commit 81c03618a7c42a0e87a752f9b108df74c6835be0
Author: Michael Beckerle <[email protected]>
AuthorDate: Wed Dec 22 16:35:13 2021 -0500
Setup for 3.3.0-SNAPSHOT development on main branch
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 107a4ba..b5e4fe2 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.1",
+ version := "3.3.0-SNAPSHOT",
scalaVersion := "2.12.15",
crossScalaVersions := Seq("2.12.15"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),