Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Oct 17, 2013
1 parent 84bf050 commit ad4e2b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.maxmind.db</groupId>
<artifactId>maxminddb</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>jar</packaging>
<name>MaxMind DB Reader</name>
<description>Reader for MaxMind DB</description>
Expand Down Expand Up @@ -112,7 +112,8 @@
</execution>
</executions>
<configuration>
<executable>git submodule update --init --recursive</executable>
<executable>git</executable>
<commandlineArgs>submodule update --init --recursive</commandlineArgs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit ad4e2b0

Please sign in to comment.