You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2019/12/23 14:27:08 UTC

[incubator-daffodil] branch master updated: Prepare for 2.5.0 release

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 5e3bfc9  Prepare for 2.5.0 release
5e3bfc9 is described below

commit 5e3bfc9c2089a1c1e7fdf0645e0e44a825db6b72
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Fri Dec 20 07:39:07 2019 -0500

    Prepare for 2.5.0 release
    
    DAFFODIL-2258
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 4a7813a..21b5986 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.5.0-SNAPSHOT",
+  version := "2.5.0",
   scalaVersion := "2.12.6",
   crossScalaVersions := Seq("2.12.6", "2.11.12"),
   scalacOptions ++= Seq(