Skip to content

Commit

Permalink
Merge pull request #39 from gastaldi/patch-2
Browse files Browse the repository at this point in the history
Added badges and updated version
  • Loading branch information
ctomc committed Jun 22, 2016
2 parents 4049e00 + beb5ff8 commit a2eb2cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,8 @@ JBoss Parent POM
=================
The parent Maven POM for JBoss community projects.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jboss/jboss-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jboss/jboss-parent)

What is it?
-----------
The JBoss parent POM provides default configuration for Maven builds.
Expand All @@ -20,7 +22,7 @@ Start out by adding the parent configuration to your pom.
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>20</version>
<version>21</version>
</parent>

The pom includes properties which allow various build configuration to be
Expand Down

0 comments on commit a2eb2cc

Please sign in to comment.