[maven-release-plugin] prepare release simplelogger-1.3.1
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user