We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b46115 commit 712b5aaCopy full SHA for 712b5aa
1 file changed
pom.xml
@@ -180,6 +180,19 @@
180
</initScript>
181
</configuration>
182
</plugin>
183
+
184
+ <plugin>
185
+ <groupId>org.apache.maven.plugins</groupId>
186
+ <artifactId>maven-release-plugin</artifactId>
187
+ <version>2.3.2</version>
188
+ <configuration>
189
+ <tagNameFormat>v@{project.version}</tagNameFormat>
190
+ <autoVersionSubmodules>true</autoVersionSubmodules>
191
+ <localCheckout>true</localCheckout>
192
+ <pushChanges>false</pushChanges>
193
194
+ </configuration>
195
+ </plugin>
196
</plugins>
197
198
</build>
0 commit comments