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 d4b92c5 Prepare for 1.5.0 release
d4b92c5 is described below
commit d4b92c5e805a67d6095224dc23d8116a632a1e77
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Sep 8 07:17:41 2025 -0400
Prepare for 1.5.0 release
- Remove SNAPSHOT from version
- Change default daffodilVersion to 4.0.0
DAFFODIL-3038
---
VERSION | 2 +-
src/main/scala/org/apache/daffodil/DaffodilPlugin.scala | 2 +-
src/sbt-test/sbt-daffodil/versions-01/test.script | 6 ++++++
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/VERSION b/VERSION
index d655362..bc80560 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.0-SNAPSHOT
+1.5.0
diff --git a/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
b/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
index ca920f9..3ad142d 100644
--- a/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
+++ b/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
@@ -220,7 +220,7 @@ object DaffodilPlugin extends AutoPlugin {
/**
* Default Daffodil version
*/
- daffodilVersion := "3.11.0",
+ daffodilVersion := "4.0.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 2524ca4..b7b4b8b 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.11.0"
+> packageDaffodilBin
+$ exists target/test-0.1-daffodil3110.bin
+> test
+> clean
+
> set daffodilVersion := "3.10.0"
> packageDaffodilBin
$ exists target/test-0.1-daffodil3100.bin