Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavlov committed Aug 6, 2020
1 parent e830472 commit f52b791
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
@@ -1,11 +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.0-SNAPSHOT</version>
<version>1.3.0</version>

<name>ISO8583 Connector for Netty</name>
<properties>
Expand Down Expand Up @@ -54,7 +53,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.0</tag>
</scm>

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

0 comments on commit f52b791

Please sign in to comment.