This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 2c97844 release 1.1.0 (#223)
2c97844 is described below
commit 2c97844e3a3afe39c4c8898ff4acbf19592c8567
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Sep 17 21:03:52 2024 +0100
release 1.1.0 (#223)
* release 1.1.0
* Update publish-1.1-docs.yml
---
.github/workflows/publish-1.1-docs.yml | 10 +++++-----
docs/src/main/paradox/release-notes/releases-1.1.md | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/publish-1.1-docs.yml
b/.github/workflows/publish-1.1-docs.yml
index e4f72c7..e5f62fb 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -30,17 +30,17 @@ jobs:
- name: Build Documentation
run: |-
- sbt "set ThisBuild / version := \"1.1.0-M1\"; docs/paradox; unidoc"
+ sbt "set ThisBuild / version := \"1.1.0\"; docs/paradox; unidoc"
# Create directory structure upfront since rsync does not create
intermediate directories otherwise
- name: Create directory structure
run: |-
- mkdir -p target/nightly-docs/docs/pekko-persistence-jdbc/1.1.0-M1/
+ mkdir -p target/nightly-docs/docs/pekko-persistence-jdbc/1.1.0/
mkdir -p target/nightly-docs/docs/pekko-persistence-jdbc/1.1/
- cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-persistence-jdbc/1.1.0-M1/docs
+ cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-persistence-jdbc/1.1.0/docs
cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-persistence-jdbc/1.1/docs
rm -r docs/target/paradox/site/main/
- cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-persistence-jdbc/1.1.0-M1/api
+ cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-persistence-jdbc/1.1.0/api
cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-persistence-jdbc/1.1/api
rm -r target/scala-2.13/unidoc
@@ -49,7 +49,7 @@ jobs:
with:
upload: true
switches: --archive --compress --update --delete --progress
--relative
- local_path:
target/nightly-docs/./docs/pekko-persistence-jdbc/1.1.0-M1 # The intermediate
dot is to show `--relative` which paths to operate on
+ local_path: target/nightly-docs/./docs/pekko-persistence-jdbc/1.1.0
# The intermediate dot is to show `--relative` which paths to operate on
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/pekko/
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
diff --git a/docs/src/main/paradox/release-notes/releases-1.1.md
b/docs/src/main/paradox/release-notes/releases-1.1.md
index f714243..e9f3503 100644
--- a/docs/src/main/paradox/release-notes/releases-1.1.md
+++ b/docs/src/main/paradox/release-notes/releases-1.1.md
@@ -1,9 +1,8 @@
# Release Notes (1.1.x)
-## 1.1.0-M1
+## 1.1.0
-Release notes for Apache Pekko Persistence JDBC 1.1.0-M1. See [GitHub
Milestone](https://github.com/apache/pekko-persistence-jdbc/milestone/1?closed=1)
for fuller list of changes.
-As with all milestone releases, this release is not recommended for production
use - it is designed to allow users to try out the changes in a test
environment.
+Release notes for Apache Pekko Persistence JDBC 1.1.0. See [GitHub
Milestone](https://github.com/apache/pekko-persistence-jdbc/milestone/1?closed=1)
for a fuller list of changes.
### Bug Fixes
@@ -26,6 +25,7 @@ As with all milestone releases, this release is not
recommended for production u
* slick 3.5.1
We upgraded the JDBC jars for the various databases that we test with.
+
* postgresql 42.7
* mysql 8.4
* sql server 12.6
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]