This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2bbe629 Use ubuntu-22.04 # 22.04 contains svn, 24.04 doesn't
2bbe629 is described below
commit 2bbe6293087d420a4e6a1424e25a581522da14ef
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Dec 21 17:29:56 2024 -0500
Use ubuntu-22.04 # 22.04 contains svn, 24.04 doesn't
Use spaces, not tabs
---
.github/workflows/maven.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c0335ba..5617bcc 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ permissions:
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # 22.04 contains svn, 24.04 doesn't
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
diff --git a/pom.xml b/pom.xml
index a468c8f..bcea6b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
</dependencies>
<build>
- <!-- include the site goal to detect problems previously encountered
with maven-plugin-plugin 3.9.0 -->
+ <!-- include the site goal to detect problems previously encountered with
maven-plugin-plugin 3.9.0 -->
<defaultGoal>clean verify apache-rat:check spotbugs:check pmd:check
pmd:cpd-check javadoc:javadoc site</defaultGoal>
<resources>
<resource>