We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a87da3 commit 829f2b9Copy full SHA for 829f2b9
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>pl.smsapi</groupId>
5
<artifactId>smsapi-lib</artifactId>
6
<packaging>jar</packaging>
7
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0-RC1-SNAPSHOT</version>
8
<name>smsapi-lib</name>
9
<url>http://www.smsapi.pl/</url>
10
<description>SMSAPI client library</description>
@@ -74,6 +74,15 @@
74
<build>
75
<plugins>
76
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
+
86
<plugin>
87
<groupId>org.apache.maven.plugins</groupId>
88
<artifactId>maven-jar-plugin</artifactId>
0 commit comments