This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git


The following commit(s) were added to refs/heads/main by this push:
     new 10e3398  Trivial plugin update and release candidate script
10e3398 is described below

commit 10e3398d0950129282fa3dcc44bb54f4f1925f45
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Mar 24 18:06:44 2026 -0400

    Trivial plugin update and release candidate script
    
    * Bump modernizer and checkstyle plugins
    * Update release candidate script to reduce differences with other
      Accumulo repos
---
 pom.xml                               | 4 ++--
 src/build/create-release-candidate.sh | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 265a115..5363a8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@ under the License.
         <plugin>
           <groupId>org.gaul</groupId>
           <artifactId>modernizer-maven-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>com.github.spotbugs</groupId>
@@ -497,7 +497,7 @@ under the License.
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>13.2.0</version>
+            <version>13.3.0</version>
           </dependency>
         </dependencies>
         <executions>
diff --git a/src/build/create-release-candidate.sh 
b/src/build/create-release-candidate.sh
index 72a84d4..05d8b03 100755
--- a/src/build/create-release-candidate.sh
+++ b/src/build/create-release-candidate.sh
@@ -222,6 +222,8 @@ files will be added to the dist/release SVN area after 
release:
 $(yellow "$projName-$ver-$srcQualifier.tar.gz.sha512") will contain:
 SHA512 ($(green "$projName-$ver-$srcQualifier.tar.gz")) = $(yellow "$srcSha")
 
+Issues and pull requests related to this release can be found at: $(green 
"https://github.com/apache/$projName/issues?q=milestone%3A$ver";)
+
 Release testing instructions: $relTestingUrl
 
 Please vote one of:

Reply via email to