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/incubator-daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new b9594c7 Bump version number to 2.4.0-SNAPSHOT
b9594c7 is described below
commit b9594c7da79cb6ff9c4311f31cab378deda28fad
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Feb 27 13:55:53 2019 -0500
Bump version number to 2.4.0-SNAPSHOT
DAFFODIL-2080
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 2726207..aa58dc2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -105,7 +105,7 @@ lazy val testStdLayout =
Project("daffodil-test-stdLayout", file("test-stdLay
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "2.3.0",
+ version := "2.4.0-SNAPSHOT",
scalaVersion := "2.12.6",
crossScalaVersions := Seq("2.12.6", "2.11.12"),
scalacOptions ++= Seq(