[maven-release-plugin] prepare release simplelogger-1.3.1

This commit is contained in:
Klemek
2019-01-20 18:13:25 +01:00
parent 563643c4f1
commit de0bb42720
+3 -5
View File
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-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>com.github.klemek</groupId> <groupId>com.github.klemek</groupId>
<artifactId>simplelogger</artifactId> <artifactId>simplelogger</artifactId>
<version>1.3.1-SNAPSHOT</version> <version>1.3.1</version>
<name>SimpleLogger</name> <name>SimpleLogger</name>
<description>A simple but useful Java logger</description> <description>A simple but useful Java logger</description>
@@ -205,7 +203,7 @@
<connection>scm:git:git://github.com/klemek/simplelogger.git</connection> <connection>scm:git:git://github.com/klemek/simplelogger.git</connection>
<developerConnection>scm:git:git@github.com:klemek/simplelogger.git</developerConnection> <developerConnection>scm:git:git@github.com:klemek/simplelogger.git</developerConnection>
<url>https://github.com/klemek/simplelogger</url> <url>https://github.com/klemek/simplelogger</url>
<tag>HEAD</tag> <tag>simplelogger-1.3.1</tag>
</scm> </scm>
<profiles> <profiles>