Skip to content

Commit 0d9b23c

Browse files
committed
[feature] Maven Release Plugin
1 parent 9ed8c95 commit 0d9b23c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,12 @@
306306
<artifactId>maven-javadoc-plugin</artifactId>
307307
<version>3.12.0</version>
308308
</plugin>
309+
<!-- Maven Release Plugin -->
310+
<plugin>
311+
<groupId>org.apache.maven.plugins</groupId>
312+
<artifactId>maven-release-plugin</artifactId>
313+
<version>3.3.1</version>
314+
</plugin>
309315
</plugins>
310316
</build>
311317
</project>

0 commit comments

Comments
 (0)