diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml
index c02ae81..3097b47 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -31,7 +31,7 @@ jobs:
with:
java-version: '11'
- name: 'Cache Maven packages'
- uses: actions/cache@v2
+ uses: actions/cache@v4
with:
path: ~/.m2
key: 'cache'
diff --git a/.gitignore b/.gitignore
index d18b2f2..19176e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@
**/.classpath
**/target/
**/bin
+.idea/**
/docet.maven.plugin/nbproject/
diff --git a/docet.maven.plugin/pom.xml b/docet.maven.plugin/pom.xml
index c9820af..fe2be9a 100644
--- a/docet.maven.plugin/pom.xml
+++ b/docet.maven.plugin/pom.xml
@@ -226,20 +226,20 @@
ossrh
- https://oss.sonatype.org/content/repositories/snapshots
+ https://central.sonatype.com/repository/maven-snapshots/
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.8.0
true
- ossrh
- https://oss.sonatype.org/
- true
+ ossrh
+ https://central.sonatype.com
+ true
diff --git a/pom.xml b/pom.xml
index d194cd4..ae0bb03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,20 +202,20 @@
ossrh
- https://oss.sonatype.org/content/repositories/snapshots
+ https://central.sonatype.com/repository/maven-snapshots/
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.8.0
true
- ossrh
- https://oss.sonatype.org/
- true
+ ossrh
+ https://central.sonatype.com
+ true