Skip to content

Commit 768b3d8

Browse files
committed
[maven-release-plugin] prepare release v3.0.0-RC1
1 parent c65d17f commit 768b3d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>pl.smsapi</groupId>
54
<artifactId>smsapi-lib</artifactId>
65
<packaging>jar</packaging>
7-
<version>3.0.0-RC1-SNAPSHOT</version>
6+
<version>3.0.0-RC1</version>
87
<name>smsapi-lib</name>
98
<url>http://www.smsapi.pl/</url>
109
<description>SMSAPI client library</description>
@@ -21,7 +20,8 @@
2120
<url>https://github.com/smsapi/smsapi-java-client.git</url>
2221
<connection>scm:git:ssh://git@github.com/smsapi/smsapi-java-client.git</connection>
2322
<developerConnection>scm:git:ssh://git@github.com/smsapi/smsapi-java-client.git</developerConnection>
24-
</scm>
23+
<tag>v3.0.0-RC1</tag>
24+
</scm>
2525

2626
<licenses>
2727
<license>
@@ -91,7 +91,7 @@
9191
<archive>
9292
<manifest>
9393
<addClasspath>true</addClasspath>
94-
<classpathPrefix/>
94+
<classpathPrefix />
9595
</manifest>
9696
</archive>
9797
<outputDirectory>${project.dist.directory}</outputDirectory>

0 commit comments

Comments
 (0)