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 2020/11/20 14:02:22 UTC

[incubator-daffodil] branch master updated: Prepare for 3.1.0 development

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 e6d7f31  Prepare for 3.1.0 development
e6d7f31 is described below

commit e6d7f313fade0ef357c92e2df8fbe5ca173ed348
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Wed Nov 11 13:48:03 2020 -0500

    Prepare for 3.1.0 development
    
    DAFFODIL-2435
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index ca02f1b..ded0a1f 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 := "3.0.0",
+  version := "3.1.0-SNAPSHOT",
   scalaVersion := "2.12.11",
   crossScalaVersions := Seq("2.12.11"),
   scalacOptions ++= Seq(