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 2018/05/15 13:20:25 UTC

[incubator-daffodil] branch master updated: Bump version to 2.2.0-SNAPSHOT for 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 dbe98c1  Bump version to 2.2.0-SNAPSHOT for development
dbe98c1 is described below

commit dbe98c1065d6874471f271124627fbe3e346976f
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Tue May 15 07:09:23 2018 -0400

    Bump version to 2.2.0-SNAPSHOT for development
    
    DAFFODIL-1936
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index a05b3d2..b2d88bb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -91,7 +91,7 @@ lazy val testStdLayout    = Project("daffodil-test-stdLayout", file("test-stdLay
 
 lazy val commonSettings = Seq(
   organization := "org.apache.daffodil",
-  version := "2.1.0",
+  version := "2.2.0-SNAPSHOT",
   scalaVersion := "2.11.8",
   scalacOptions ++= Seq(
     "-deprecation",

-- 
To stop receiving notification emails like this one, please contact
slawrence@apache.org.