This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1ec31c4 Publishing from 2dff4f032dd6aee605b2871826a39cc324bedd55
1ec31c4 is described below
commit 1ec31c4dc51c45ccf3d87c50b716c668a6fc03a5
Author: Apache Daffodil Site Autobuild <[email protected]>
AuthorDate: Tue Jun 17 01:35:50 2025 +0000
Publishing from 2dff4f032dd6aee605b2871826a39cc324bedd55
---
content/releases/3.11.0/index.html | 11 +++++++----
content/sbt/1.4.0/index.html | 10 ++++++----
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/content/releases/3.11.0/index.html
b/content/releases/3.11.0/index.html
index 66e7710..ad14cef 100644
--- a/content/releases/3.11.0/index.html
+++ b/content/releases/3.11.0/index.html
@@ -283,10 +283,13 @@ fixes and process improvements that are included with
this release.</p>
<ul>
<li>For those using the Daffodil API from Scala, you will need to upgrade
your
application to Scala 2.13.</li>
- <li>
- <p>For those using the Daffodil API from Java, the transition should be
-seamless</p>
- </li>
+ <li>For those using the Daffodil API from Java, the transition should be
+seamless</li>
+</ul>
+
+<p>See <a
href="https://cwiki.apache.org/confluence/display/DAFFODIL/Daffodil+3.11.0+and+Scala+2.13+Transition">Daffodil
3.11.0 and Scala 2.13 Transition</a> for more details.</p>
+
+<ul>
<li>[<a
href="https://issues.apache.org/jira/browse/DAFFODIL-2152">DAFFODIL-2152</a>]
Add support for Scala 2.13</li>
<li>[<a
href="https://issues.apache.org/jira/browse/DAFFODIL-2987">DAFFODIL-2987</a>]
Drop Scala 2.12</li>
</ul>
diff --git a/content/sbt/1.4.0/index.html b/content/sbt/1.4.0/index.html
index b92fdb6..7a4878b 100644
--- a/content/sbt/1.4.0/index.html
+++ b/content/sbt/1.4.0/index.html
@@ -175,10 +175,12 @@
that require different major versions of Scala simultaneously. For example:
<code class="language-plaintext highlighter-rouge">daffodilPackageBinVersions
:= Seq("3.10.0", "3.11.0")</code>
is not supported as Daffodil 3.10.0 requires Scala 2.12 and Daffodil 3.11.0
-requires Scala 2.13. Building them separately with the appropriate changes to
-<code class="language-plaintext highlighter-rouge">daffodilVersion</code> and
<code class="language-plaintext
highlighter-rouge">daffodilPackageBinVersions</code> is supported, assuming all
-Scala based test/plugin/layer code is cross compatible between Scala 2.12 and
-2.13</li>
+requires Scala 2.13. Building them separately or in different SBT subprojects
+with the appropriate changes to <code class="language-plaintext
highlighter-rouge">daffodilVersion</code> and
+<code class="language-plaintext
highlighter-rouge">daffodilPackageBinVersions</code> is supported, assuming all
Scala based
+test/plugin/layer code is cross compatible between Scala 2.12 and 2.13.
+See <a
href="https://cwiki.apache.org/confluence/display/DAFFODIL/Daffodil+3.11.0+and+Scala+2.13+Transition">Daffodil
3.11.0 and Scala 2.13 Transition</a>
+for more details.</li>
</ul>
<h4 id="closed-issues">Closed Issues</h4>