This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new fca25c9 Prepare for 3.2.0 development
fca25c9 is described below
commit fca25c9cb5d63f72802a1b48e5c6d608ec38dab0
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue May 18 11:46:03 2021 -0400
Prepare for 3.2.0 development
DAFFODIL-2519
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 0fda81e..42a0ac2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -148,7 +148,7 @@ lazy val testStdLayout =
Project("daffodil-test-stdLayout", file("test-stdLay
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "3.1.0",
+ version := "3.2.0-SNAPSHOT",
scalaVersion := "2.12.13",
crossScalaVersions := Seq("2.12.13"),
scalacOptions ++= Seq(