[maven-release-plugin] prepare release 1.0.2
This commit is contained in:
parent
2adbe950db
commit
a1a6b24764
8
pom.xml
8
pom.xml
@ -1,9 +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>1.0.1-SNAPSHOT</version>
|
||||
<version>1.0.2</version>
|
||||
<packaging>jar</packaging>
|
||||
<licenses>
|
||||
<license>
|
||||
@ -29,7 +28,8 @@
|
||||
<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>
|
||||
</scm>
|
||||
<tag>1.0.2</tag>
|
||||
</scm>
|
||||
<name>JPushover</name>
|
||||
<description>Convenient class for sending messages to Pushover in Java project</description>
|
||||
<url>https://github.com/svenkubiak/JPushover</url>
|
||||
|
Loading…
x
Reference in New Issue
Block a user