Skip to content

Commit

Permalink
[maven-release-plugin] prepare release zerocode-rest-bdd-1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
authorjapps committed Jul 27, 2018
1 parent ec426f4 commit 6d69bd6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<artifactId>zerocode-rest-bdd</artifactId>
<groupId>org.jsmart</groupId>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.5</version>

<packaging>jar</packaging>
<name>ZeroCode REST BDD</name>
Expand Down Expand Up @@ -51,6 +51,11 @@
</distributionManagement>

<properties>
<!-- Build will not fail if error occurs during javadoc generation -->
<!--<maven.javadoc.failOnError>false</maven.javadoc.failOnError>-->
<!-- Build will skip the javadoc generation -->
<maven.javadoc.skip>true</maven.javadoc.skip>

<!-- this project properties -->
<junit.version>4.12</junit.version>
<jackson-databind.version>2.8.2</jackson-databind.version>
Expand Down

0 comments on commit 6d69bd6

Please sign in to comment.