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

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-sbt.git


The following commit(s) were added to refs/heads/main by this push:
     new a74400a  Updates for Daffodil 3.9.0
a74400a is described below

commit a74400aba33fbe252b6ccae54b568265c8420165
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Sep 30 12:03:20 2024 -0400

    Updates for Daffodil 3.9.0
    
    - Default daffodilVersion setting to 3.9.0
    - Add test to make sure daffodilVersion := 3.9.0 works
    
    Closes #57
---
 src/main/scala/org/apache/daffodil/DaffodilPlugin.scala | 2 +-
 src/sbt-test/sbt-daffodil/versions-01/test.script       | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala 
b/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
index 16264d2..76f1fd3 100644
--- a/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
+++ b/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
@@ -163,7 +163,7 @@ object DaffodilPlugin extends AutoPlugin {
     /**
      * Default Daffodil version
      */
-    daffodilVersion := "3.8.0",
+    daffodilVersion := "3.9.0",
 
     /**
      * Disable uncommon features by default, schema projects must explicitly 
enable them to use
diff --git a/src/sbt-test/sbt-daffodil/versions-01/test.script 
b/src/sbt-test/sbt-daffodil/versions-01/test.script
index f6c33a3..d70d2d6 100644
--- a/src/sbt-test/sbt-daffodil/versions-01/test.script
+++ b/src/sbt-test/sbt-daffodil/versions-01/test.script
@@ -16,6 +16,12 @@
 ## under the License.
 ## 
 
+> set daffodilVersion := "3.9.0"
+> packageDaffodilBin
+$ exists target/test-0.1-daffodil390.bin
+> test
+> clean
+
 > set daffodilVersion := "3.8.0"
 > packageDaffodilBin
 $ exists target/test-0.1-daffodil380.bin

Reply via email to