Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 18, 2019
1 parent 1604cf3 commit 619fe90
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,10 +1,9 @@
<?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.geoip2</groupId>
<artifactId>geoip2</artifactId>
<version>2.12.1-SNAPSHOT</version>
<version>2.13.0</version>
<packaging>jar</packaging>
<name>MaxMind GeoIP2 API</name>
<description>GeoIP2 webservice client and database reader</description>
Expand Down Expand Up @@ -186,7 +185,7 @@
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
<check/>
<check />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 619fe90

Please sign in to comment.