Skip to content

Commit 829f2b9

Browse files
committed
Adds Maven Release Plugin
1 parent 8a87da3 commit 829f2b9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>pl.smsapi</groupId>
55
<artifactId>smsapi-lib</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0-RC1-SNAPSHOT</version>
88
<name>smsapi-lib</name>
99
<url>http://www.smsapi.pl/</url>
1010
<description>SMSAPI client library</description>
@@ -74,6 +74,15 @@
7474
<build>
7575
<plugins>
7676

77+
<plugin>
78+
<groupId>org.apache.maven.plugins</groupId>
79+
<artifactId>maven-release-plugin</artifactId>
80+
<version>3.0.1</version>
81+
<configuration>
82+
<tagNameFormat>v@{project.version}</tagNameFormat>
83+
</configuration>
84+
</plugin>
85+
7786
<plugin>
7887
<groupId>org.apache.maven.plugins</groupId>
7988
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)