diff --git a/.config/checkstyle/checkstyle.xml b/.config/checkstyle/checkstyle.xml
index cbda6d49..506f37c0 100644
--- a/.config/checkstyle/checkstyle.xml
+++ b/.config/checkstyle/checkstyle.xml
@@ -34,6 +34,10 @@
+
+
+
+
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 67e08a5b..e03a52d1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -101,7 +101,7 @@ jobs:
Add the following lines to your pom:
```XML
- com.xdev-software
+ software.xdev
${{ env.PRIMARY_MAVEN_MODULE }}
${{ steps.version.outputs.release }}
@@ -133,8 +133,8 @@ jobs:
- name: Publish to Apache Maven Central
run: mvn -B deploy -Possrh
env:
- MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
- MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
+ MAVEN_CENTRAL_USERNAME: ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
+ MAVEN_CENTRAL_TOKEN: ${{ secrets.S01_OSS_SONATYPE_MAVEN_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index 76002238..a255e875 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -39,14 +39,14 @@ jobs:
java-version: 17
- name: Cache SonarCloud packages
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Maven packages
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml
index 0bf57796..4e883f82 100644
--- a/.github/workflows/test-deploy.yml
+++ b/.github/workflows/test-deploy.yml
@@ -27,6 +27,6 @@ jobs:
run: mvn -B deploy -Possrh
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
env:
- MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
- MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
+ MAVEN_CENTRAL_USERNAME: ${{ secrets.S01_OSS_SONATYPE_MAVEN_USERNAME }}
+ MAVEN_CENTRAL_TOKEN: ${{ secrets.S01_OSS_SONATYPE_MAVEN_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
diff --git a/README.md b/README.md
index e2889290..b90c3ebd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[](https://mvnrepository.com/artifact/com.xdev-software/standard-maven-template)
+[](https://mvnrepository.com/artifact/software.xdev/standard-maven-template)
[](https://github.com/xdev-software/standard-maven-template/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
[](https://sonarcloud.io/dashboard?id=xdev-software_standard-maven-template)
diff --git a/pom.xml b/pom.xml
index 966e945f..4e48f7a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.xdev-software
+ software.xdev
standard-maven-template-root
1.0.0-SNAPSHOT
pom
diff --git a/standard-maven-template-demo/pom.xml b/standard-maven-template-demo/pom.xml
index d006d08c..c6123331 100644
--- a/standard-maven-template-demo/pom.xml
+++ b/standard-maven-template-demo/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.xdev-software
+ software.xdev
standard-maven-template-demo
1.0.0-SNAPSHOT
jar
@@ -28,7 +28,7 @@
- com.xdev-software
+ software.xdev
standard-maven-template
${project.version}
diff --git a/standard-maven-template/pom.xml b/standard-maven-template/pom.xml
index 2efde836..6b141317 100644
--- a/standard-maven-template/pom.xml
+++ b/standard-maven-template/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.xdev-software
+ software.xdev
standard-maven-template
1.0.0-SNAPSHOT
jar
@@ -76,11 +76,11 @@
ossrh
- https://oss.sonatype.org/content/repositories/snapshots
+ https://s01.oss.sonatype.org/content/repositories/snapshots
ossrh
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
+ https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
@@ -195,7 +195,7 @@
true
ossrh
- https://oss.sonatype.org/
+ https://s01.oss.sonatype.org/
30
true