Skip to content

Commit 94cd068

Browse files
dfa1claude
andcommitted
build: add maven-release-plugin
Same config as rocksdbffm: autoVersionSubmodules, v@{project.version} tag format, pushChanges=false (manual push after release:prepare). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 39f70d6 commit 94cd068

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,17 @@
272272
</dependency>
273273
</dependencies>
274274
</plugin>
275+
<plugin>
276+
<groupId>org.apache.maven.plugins</groupId>
277+
<artifactId>maven-release-plugin</artifactId>
278+
<version>3.3.1</version>
279+
<configuration>
280+
<autoVersionSubmodules>true</autoVersionSubmodules>
281+
<tagNameFormat>v@{project.version}</tagNameFormat>
282+
<pushChanges>false</pushChanges>
283+
<localCheckout>true</localCheckout>
284+
</configuration>
285+
</plugin>
275286
</plugins>
276287
</pluginManagement>
277288
<plugins>

0 commit comments

Comments
 (0)