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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0cd7227 Release Daffodil SBT 1.1.0
0cd7227 is described below
commit 0cd72279f7848844a1be700e3831fc34a973932a
Author: Steve Lawrence <[email protected]>
AuthorDate: Thu Jul 18 08:37:10 2024 -0400
Release Daffodil SBT 1.1.0
---
site/_sbt/1.1.0.md | 4 ++--
site/dfdl-layout.md | 4 +---
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/site/_sbt/1.1.0.md b/site/_sbt/1.1.0.md
index 4552b05..b0da176 100644
--- a/site/_sbt/1.1.0.md
+++ b/site/_sbt/1.1.0.md
@@ -1,9 +1,9 @@
---
-release: rc1
+release: final
apache: true
title: 1.1.0
-date: 2024-07-15
+date: 2024-07-18
summary: >
Multiple new settings and bug fixes to improve quality of life and IDE
support
diff --git a/site/dfdl-layout.md b/site/dfdl-layout.md
index 4234060..1dbb51b 100644
--- a/site/dfdl-layout.md
+++ b/site/dfdl-layout.md
@@ -115,7 +115,7 @@ The standard file tree would be:
Add the Daffodil SBT plugin to the project/plugins.sbt file:
```scala
-addSbtPlugin("org.apache.daffodil" % "sbt-daffodil" % "1.0.0")
+addSbtPlugin("org.apache.daffodil" % "sbt-daffodil" % "1.1.0")
```
This adds the [Daffodil SBT Plugin](/sbt) to the project, which configures
@@ -134,8 +134,6 @@ organization := "com.example"
version := "0.0.1"
-scalaVersion := "2.12.18"
-
enablePlugins(DaffodilPlugin)
```