From de5e8cc78f3776c49aa873637118aac4b9350d58 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 30 Sep 2024 10:26:00 -0700 Subject: [PATCH] [maven-release-plugin] prepare release access-modifier-1.34 --- access-modifier-annotation/pom.xml | 2 +- access-modifier-checker/pom.xml | 2 +- access-modifier-suppressions/pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/access-modifier-annotation/pom.xml b/access-modifier-annotation/pom.xml index c4fe0f4..ae3d818 100644 --- a/access-modifier-annotation/pom.xml +++ b/access-modifier-annotation/pom.xml @@ -4,7 +4,7 @@ org.kohsuke access-modifier - ${revision}${changelist} + 1.34 access-modifier-annotation diff --git a/access-modifier-checker/pom.xml b/access-modifier-checker/pom.xml index ad300ad..6679b8c 100644 --- a/access-modifier-checker/pom.xml +++ b/access-modifier-checker/pom.xml @@ -4,7 +4,7 @@ org.kohsuke access-modifier - ${revision}${changelist} + 1.34 access-modifier-checker maven-plugin diff --git a/access-modifier-suppressions/pom.xml b/access-modifier-suppressions/pom.xml index bac7d66..debe832 100644 --- a/access-modifier-suppressions/pom.xml +++ b/access-modifier-suppressions/pom.xml @@ -4,7 +4,7 @@ org.kohsuke access-modifier - ${revision}${changelist} + 1.34 access-modifier-suppressions diff --git a/pom.xml b/pom.xml index e0bea70..0c18594 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.kohsuke access-modifier - ${revision}${changelist} + 1.34 pom Custom access modifier for Java @@ -41,7 +41,7 @@ scm:git:https://github.com/${gitHubRepo}.git scm:git:git@github.com:${gitHubRepo}.git - ${scmTag} + access-modifier-1.34 https://github.com/${gitHubRepo}