Skip to content

Commit

Permalink
[maven-release-plugin] prepare release simplelogger-1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemek committed Jan 20, 2019
1 parent 563643c commit 127e922
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 127e922

Please sign in to comment.