[maven-release-plugin] prepare release 5.1.0-Beta3

This commit is contained in:
Sven Kubiak 2020-07-27 21:04:10 +02:00
parent ea649a0a9f
commit b94e755fc3

View File

@ -1,10 +1,8 @@
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.svenkubiak</groupId>
<artifactId>jpushover</artifactId>
<version>5.1.0-Beta3-SNAPSHOT</version>
<version>5.1.0-Beta3</version>
<packaging>jar</packaging>
<licenses>
<license>
@ -27,7 +25,7 @@
<connection>scm:git:git@github.com:svenkubiak/JPushover.git</connection>
<developerConnection>scm:git:git@github.com:svenkubiak/JPushover.git</developerConnection>
<url>git@github.com:svenkubiak/JPushover.git</url>
<tag>HEAD</tag>
<tag>5.1.0-Beta3</tag>
</scm>
<name>JPushover</name>
<description>Zero-dependency convenient class for sending messages to Pushover in Java project</description>