[maven-release-plugin] prepare release 4.0.0
This commit is contained in:
parent
afce435b23
commit
0bd42fdaa8
8
pom.xml
8
pom.xml
@ -1,10 +1,8 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<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">
|
||||||
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>de.svenkubiak</groupId>
|
<groupId>de.svenkubiak</groupId>
|
||||||
<artifactId>jpushover</artifactId>
|
<artifactId>jpushover</artifactId>
|
||||||
<version>3.0.3-SNAPSHOT</version>
|
<version>4.0.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
@ -29,7 +27,7 @@
|
|||||||
<connection>scm:git:git@github.com:svenkubiak/JPushover.git</connection>
|
<connection>scm:git:git@github.com:svenkubiak/JPushover.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:svenkubiak/JPushover.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:svenkubiak/JPushover.git</developerConnection>
|
||||||
<url>git@github.com:svenkubiak/JPushover.git</url>
|
<url>git@github.com:svenkubiak/JPushover.git</url>
|
||||||
<tag>HEAD</tag>
|
<tag>4.0.0</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<name>JPushover</name>
|
<name>JPushover</name>
|
||||||
<description>Zero-dependency convenient class for sending messages to Pushover in Java project</description>
|
<description>Zero-dependency convenient class for sending messages to Pushover in Java project</description>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user