[maven-release-plugin] prepare release mikrotik-1.1.6

This commit is contained in:
GideonLeGrange 2014-04-30 14:40:01 +02:00
parent b1f6443f22
commit 688b86e0fa
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<groupId>me.legrange</groupId>
<artifactId>mikrotik</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.6</version>
<packaging>jar</packaging>
<name>Mikrotik API Java Client Library</name>
@ -90,7 +90,7 @@
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<arguments>${arguments} -Psonatype-oss-release</arguments>
<arguments>-Psonatype-oss-release</arguments>
</configuration>
</plugin>