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 2f407ae  Prepare for 3.0.0 development
2f407ae is described below

commit 2f407aed4e9f47863202c3e99ac328c074a1d351
Author: Steve Lawrence <[email protected]>
AuthorDate: Fri Apr 24 08:08:23 2020 -0400

    Prepare for 3.0.0 development
    
    DAFFODIL-2329
---
 build.sbt                |  2 +-
 daffodil-cli/bin.LICENSE | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/build.sbt b/build.sbt
index b4ad00b..e99a62c 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",
+  version := "3.0.0-SNAPSHOT",
   scalaVersion := "2.12.11",
   crossScalaVersions := Seq("2.12.11", "2.11.12"),
   scalacOptions ++= Seq(
diff --git a/daffodil-cli/bin.LICENSE b/daffodil-cli/bin.LICENSE
index 78ae9bc..b48d8b1 100644
--- a/daffodil-cli/bin.LICENSE
+++ b/daffodil-cli/bin.LICENSE
@@ -210,7 +210,7 @@ subcomponents is subject to the terms and conditions of the 
following licenses.
 
   This product bundles compiled source from 'Passera', including the following
   files:
-    - passera/ directory in lib/org.apache.daffodil.daffodil-lib-2.6.0.jar
+    - passera/ directory in lib/org.apache.daffodil.daffodil-lib-3.0.0.jar
   These files are available under the BSD-2-Clause license:
 
     Copyright (c) 2011-2013, Nate Nystrom
@@ -241,7 +241,7 @@ subcomponents is subject to the terms and conditions of the 
following licenses.
     - lib/org.scala-lang.modules.scala-parser-combinators_2.12-1.1.1.jar
     - lib/org.scala-lang.modules.scala-xml_2.12-1.1.0.jar
     - lib/org.scala-lang.scala-library-2.12.11.jar
-    - org/apache/daffodil/util/UniquenessCache.class in 
lib/org.apache.daffodil.daffodil-lib-2.6.0.jar
+    - org/apache/daffodil/util/UniquenessCache.class in 
lib/org.apache.daffodil.daffodil-lib-3.0.0.jar
   These files are available under the BSD-3-Clause licnese:
 
     Copyright (c) 2002-  EPFL
@@ -277,11 +277,11 @@ subcomponents is subject to the terms and conditions of 
the following licenses.
 
   This product bundles material copied or derived from W3C, including the
   following files:
-    - org/apache/daffodil/xsd/XMLSchema.dtd 
(https://www.w3.org/2001/XMLSchema.dtd) in 
lib/org.apache.daffodil.daffodil-lib-2.6.0.jar
-    - org/apache/daffodil/xsd/XMLSchema.xsd 
(https://www.w3.org/2001/XMLSchema.xsd) in 
lib/org.apache.daffodil.daffodil-lib-2.6.0.jar
-    - org/apache/daffodil/xsd/xml.xsd (https://www.w3.org/2001/xml.xsd) in 
lib/org.apache.daffodil.daffodil-lib-2.6.0.jar
-    - org/apache/daffodil/xsd/datatypes.dtd 
(https://www.w3.org/2001/datatypes.dtd) in 
lib/org.apache.daffodil.daffodil-lib-2.6.0.jar
-    - org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd 
(https://www.w3.org/2001/XMLSchema.dtd) in 
lib/org.apache.daffodil.daffodil-lib-2.6.0.jar
+    - org/apache/daffodil/xsd/XMLSchema.dtd 
(https://www.w3.org/2001/XMLSchema.dtd) in 
lib/org.apache.daffodil.daffodil-lib-3.0.0.jar
+    - org/apache/daffodil/xsd/XMLSchema.xsd 
(https://www.w3.org/2001/XMLSchema.xsd) in 
lib/org.apache.daffodil.daffodil-lib-3.0.0.jar
+    - org/apache/daffodil/xsd/xml.xsd (https://www.w3.org/2001/xml.xsd) in 
lib/org.apache.daffodil.daffodil-lib-3.0.0.jar
+    - org/apache/daffodil/xsd/datatypes.dtd 
(https://www.w3.org/2001/datatypes.dtd) in 
lib/org.apache.daffodil.daffodil-lib-3.0.0.jar
+    - org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd 
(https://www.w3.org/2001/XMLSchema.dtd) in 
lib/org.apache.daffodil.daffodil-lib-3.0.0.jar
   These files are available under the W3C Software and Document Licnese:
 
     By obtaining and/or copying this work, you (the licensee) agree that you 
have

Reply via email to