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 40b8b58 commit 78bdefbCopy full SHA for 78bdefb
1 file changed
pom.xml
@@ -305,6 +305,15 @@
305
</excludes>
306
</configuration>
307
</plugin>
308
+
309
+ <plugin>
310
+ <groupId>org.apache.maven.plugins</groupId>
311
+ <artifactId>maven-release-plugin</artifactId>
312
+ <version>3.0.1</version>
313
+ <configuration>
314
+ <scmDevelopmentCommitComment>[maven-release-plugin][ci skip] prepare for next development iteration</scmDevelopmentCommitComment>
315
+ </configuration>
316
+ </plugin>
317
</plugins>
318
</build>
319
0 commit comments