diff --git a/RELEASE.md b/RELEASE.md index 4548fe236..0eae349e5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,7 +41,7 @@ git checkout -b release-$RELEASE_VERSION - [ ] Set the release version and commit the changes: ```bash -./mvnw versions:set -DnewVersion=$RELEASE_VERSION +./mvnw versions:set -DnewVersion=$RELEASE_VERSION -DgenerateBackupPoms=false git commit -a -m "Release Baremaps $RELEASE_VERSION" git push --set-upstream origin release-$RELEASE_VERSION ``` @@ -90,7 +90,7 @@ svn cp https://dist.apache.org/repos/dist/dev/incubator/baremaps/$RELEASE_VERSIO - [ ] Set the version of the next iteration and commit the changes: ```bash -./mvnw versions:set -DnewVersion=$NEXT_VERSION-SNAPSHOT +./mvnw versions:set -DnewVersion=$NEXT_VERSION-SNAPSHOT -DgenerateBackupPoms=false git commit -a -m "Prepare for next development iteration" git push origin ``` @@ -116,7 +116,7 @@ docker run \ -v $(pwd):/baremaps \ -w /baremaps \ eclipse-temurin:17-jdk \ - ./mvnw clean install -DskipTests + ./mvnw clean verify -DskipTests artifact:compare -Dreference.repo=https://repository.apache.org/content/repositories/staging/ ``` ## Verifying the release artifacts diff --git a/pom.xml b/pom.xml index bafe63f81..bede9abfb 100644 --- a/pom.xml +++ b/pom.xml @@ -75,8 +75,6 @@ limitations under the License. 17 - 17 - 17 2025-02-26T10:10:41Z UTF-8 https://sonarcloud.io @@ -116,15 +114,15 @@ limitations under the License. 1.20.1 0.8.11 3.0.0 - 3.10.1 + 3.14.0 3.0.0 1.6 - 3.3.0 - 3.2.0 + 3.4.2 + 3.11.2 3.3.1 - 2.5.3 + 3.1.1 1.11.2 - 3.2.1 + 3.3.1 3.2.1 1.3.2 1.6.13 @@ -700,7 +698,6 @@ limitations under the License. maven-compiler-plugin ${version.plugin.maven-compiler-plugin} - 17 -Aproject=${project.groupId}/${project.artifactId} @@ -717,14 +714,9 @@ limitations under the License. ${version.plugin.maven-jar-plugin} - - ${project.build.outputTimestamp} - ${project.version} - ${java.version} - ${project.name} - Apache Software Foundation - Apache Software Foundation - + + true +