This is an automated email from the ASF dual-hosted git repository.
olabusayo 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 6ab6a4d Prepare for 2.6.0 release
6ab6a4d is described below
commit 6ab6a4da7768d13ebbaddf029f0341bac7ec5337
Author: olabusayoT <[email protected]>
AuthorDate: Fri Apr 3 11:51:05 2020 -0400
Prepare for 2.6.0 release
DAFFODIL-2312
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 970e418..8f91fce 100644
--- a/build.sbt
+++ b/build.sbt
@@ -104,7 +104,7 @@ lazy val testStdLayout =
Project("daffodil-test-stdLayout", file("test-stdLay
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "2.6.0-SNAPSHOT",
+ version := "2.6.0",
scalaVersion := "2.12.6",
crossScalaVersions := Seq("2.12.6", "2.11.12"),
scalacOptions ++= Seq(