From 1d932b53067b39bc4db8eb573e695729e4e02e32 Mon Sep 17 00:00:00 2001 From: Tobias Bouschen Date: Tue, 4 Mar 2025 19:37:12 +0100 Subject: [PATCH 1/2] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e41e5e20..56ac70ac 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ This repository contains the sources for the Apache DB JDO website UTF-8 - 2.2.1 + 3.1.1 3.2.0 ${project.basedir}/target/site From 9fc56d4e67ec2d4ca1eb5612d27716ce3f532c61 Mon Sep 17 00:00:00 2001 From: Tobias Bouschen Date: Tue, 4 Mar 2025 19:38:09 +0100 Subject: [PATCH 2/2] Update deploy-site.yml --- .github/workflows/deploy-site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 9aa8dd70..6c8b9789 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -21,6 +21,7 @@ on: - 'src/main/resources/**' - '.asf.yaml.publish' - '.htaccess' + - 'pom.xml' jobs: