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 b7a02c1  Set preparationProfiles
b7a02c1 is described below

commit b7a02c1f41427c6bbc114e7445f186a5caa81ccf
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Feb 19 14:44:59 2026 -0500

    Set preparationProfiles
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 98c4d37..99da47f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,7 @@ under the License.
             <goals>clean deploy</goals>
             <preparationGoals>clean verify</preparationGoals>
             
<tagNameFormat>rel/@{project.artifactId}-@{project.version}</tagNameFormat>
+            
<preparationProfiles>apache-release,accumulo-release,!autoformat,verifyformat</preparationProfiles>
             
<releaseProfiles>apache-release,accumulo-release,!autoformat,verifyformat</releaseProfiles>
             <useReleaseProfile>false</useReleaseProfile>
             <pushChanges>false</pushChanges>

Reply via email to