[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"?>
|
||||
<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>com.github.klemek</groupId>
|
||||
<artifactId>simplelogger</artifactId>
|
||||
<version>1.3.1-SNAPSHOT</version>
|
||||
<version>1.3.1</version>
|
||||
|
||||
<name>SimpleLogger</name>
|
||||
<description>A simple but useful Java logger</description>
|
||||
@@ -205,7 +203,7 @@
|
||||
<connection>scm:git:git://github.com/klemek/simplelogger.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:klemek/simplelogger.git</developerConnection>
|
||||
<url>https://github.com/klemek/simplelogger</url>
|
||||
<tag>HEAD</tag>
|
||||
<tag>simplelogger-1.3.1</tag>
|
||||
</scm>
|
||||
|
||||
<profiles>
|
||||
|
||||
Reference in New Issue
Block a user