diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 905f9c0..e53c076 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- - name: Set up JDK 11
+ - name: Set up JDK 17
uses: actions/setup-java@v3
with:
- java-version: '11'
+ java-version: '17'
distribution: 'temurin'
cache: maven
- name: Cache Maven packages
diff --git a/pom.xml b/pom.xml
index f69b9c5..6750066 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,27 +46,6 @@
HEAD
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
- ossrh
- https://oss.sonatype.org/service/local/staging/deploy/maven2
-
-
-
-
-
- oss.public
- https://oss.sonatype.org/content/groups/public
-
- true
-
-
-
-
UTF-8
17
@@ -125,6 +104,15 @@
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.7.0
+ true
+
+ central
+
+
org.apache.maven.plugins
maven-gpg-plugin
@@ -168,11 +156,6 @@
plume-file-core
${project.version}
-
- com.coreoz
- plume-file-gallery
- ${project.version}
-