Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavlov authored and kpavlov committed Oct 12, 2020
1 parent a539fc8 commit 0ac4075
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
@@ -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.kpavlov.jreactive8583</groupId>
<artifactId>netty-iso8583</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>

<name>ISO8583 Connector for Netty</name>
<properties>
Expand Down Expand Up @@ -56,7 +54,7 @@
<connection>scm:git:git@github.com:kpavlov/jreactive-8583.git</connection>
<developerConnection>scm:git:git@github.com:kpavlov/jreactive-8583.git</developerConnection>
<url>https://github.com/kpavlov/jreactive-8583</url>
<tag>HEAD</tag>
<tag>v1.3.1</tag>
</scm>

<pluginRepositories>
Expand Down Expand Up @@ -217,7 +215,7 @@
<phase>validate</phase>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
<goals>
Expand Down

0 comments on commit 0ac4075

Please sign in to comment.