Skip to content

Commit

Permalink
[maven-release-plugin] prepare release javafaker-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radrik committed Jul 20, 2019
1 parent 469f007 commit 396ca36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<packaging>jar</packaging>
<version>0.19-SNAPSHOT</version>
<version>1.0.0</version>
<name>Java Faker</name>
<description>
This library is a port of Ruby's stympy/faker gem (as well as Perl's Data::Faker library) that generates fake data.
Expand All @@ -13,6 +13,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<additionalparam>-Xdoclint:none</additionalparam>
</properties>
<licenses>
<license>
Expand Down

0 comments on commit 396ca36

Please sign in to comment.