You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by mb...@apache.org on 2020/06/23 18:48:40 UTC

[incubator-daffodil] branch master updated: Prepare for 2.7.0 Release

This is an automated email from the ASF dual-hosted git repository.

mbeckerle 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 5a8bb80  Prepare for 2.7.0 Release
5a8bb80 is described below

commit 5a8bb80cad07daffbb33100eca23912dc9ff782e
Author: Michael Beckerle <mb...@tresys.com>
AuthorDate: Tue Jun 23 11:02:19 2020 -0400

    Prepare for 2.7.0 Release
    
    DAFFODIL-2359
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 68cb195..e6dacf4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -103,7 +103,7 @@ lazy val testStdLayout    = Project("daffodil-test-stdLayout", file("test-stdLay
 
 lazy val commonSettings = Seq(
   organization := "org.apache.daffodil",
-  version := "2.7.0-SNAPSHOT",
+  version := "2.7.0",
   scalaVersion := "2.12.11",
   crossScalaVersions := Seq("2.12.11", "2.11.12"),
   scalacOptions ++= Seq(