Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavlov committed Mar 19, 2017
1 parent 4cf18b4 commit 69fd502
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.kpavlov.jreactive8583</groupId>
<artifactId>netty-iso8583</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>

<name>ISO8583 Connector for Netty</name>
<description>
Expand Down Expand Up @@ -49,7 +48,7 @@
<connection>scm:git:[email protected]:kpavlov/jreactive-8583.git</connection>
<developerConnection>scm:git:[email protected]:kpavlov/jreactive-8583.git</developerConnection>
<url>https://github.com/kpavlov/jreactive-8583</url>
<tag>HEAD</tag>
<tag>v0.2.1</tag>
</scm>

<inceptionYear>2015</inceptionYear>
Expand Down

0 comments on commit 69fd502

Please sign in to comment.