From c4c33b15b67af0a21640a68ec974a87df020d287 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Wed, 15 May 2024 14:34:34 +0200 Subject: [PATCH] chore: Configure default SCM tag in maven-release-plugin and reconfigure to push upstream and perform release out of that tag (resolves #159) --- pom.xml | 3 +-- tomcat-managed-10/pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 84496e5..c18bdee 100644 --- a/pom.xml +++ b/pom.xml @@ -190,8 +190,7 @@ maven-release-plugin true - false - true + @{project.version} diff --git a/tomcat-managed-10/pom.xml b/tomcat-managed-10/pom.xml index a8bf89c..98478a4 100755 --- a/tomcat-managed-10/pom.xml +++ b/tomcat-managed-10/pom.xml @@ -28,7 +28,7 @@ tomcat10x - https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${tomcat10.version}/bin/apache-tomcat-${tomcat10.version}.zip + https://archive.apache.org/dist/tomcat/tomcat-10/v${tomcat10.version}/bin/apache-tomcat-${tomcat10.version}.zip