Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
include project description and url for release to maven central
  • Loading branch information
CarstenWickner committed May 17, 2019
1 parent edf3bc5 commit 6762b12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<modelVersion>4.0.0</modelVersion>

<name>Java JSON Schema Generator</name>
<description>Java JSON Schema Generator – creating a JSON Schema (Draft 7) from your Java classes</description>
<url>https://github.com/victools/jsonschema-generator</url>

<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator</artifactId>
Expand Down

0 comments on commit 6762b12

Please sign in to comment.