add release plugin
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -12,6 +12,11 @@
|
|||||||
|
|
||||||
<description>Simple Telegram Bot Facade</description>
|
<description>Simple Telegram Bot Facade</description>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:https://git.penkrat.ru/ruslan/stbf.git</connection>
|
||||||
|
<developerConnection>scm:git:https://git.penkrat.ru/ruslan/stbf.git</developerConnection>
|
||||||
|
</scm>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Apache License, Version 2.0</name>
|
<name>Apache License, Version 2.0</name>
|
||||||
@@ -61,14 +66,9 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.danielflower.mavenplugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>multi-module-maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>3.2.4</version>
|
<version>3.0.0-M4</version>
|
||||||
<configuration>
|
|
||||||
<releaseGoals>
|
|
||||||
<releaseGoal>deploy</releaseGoal>
|
|
||||||
</releaseGoals>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|||||||
Reference in New Issue
Block a user