Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 24, 2022
1 parent 9315649 commit c6e23d3
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="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.maxmind.minfraud</groupId>
<artifactId>minfraud</artifactId>
<version>1.18.1-SNAPSHOT</version>
<version>2.0.0</version>
<name>MaxMind minFraud Score, Insights, Factors and Report Transaction API</name>
<description>MaxMind minFraud Score, Insights, Factors and Report Transaction API</description>
<url>http://dev.maxmind.com/minfraud</url>
Expand Down Expand Up @@ -206,7 +205,7 @@
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
<check/>
<check />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c6e23d3

Please sign in to comment.