Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jcabi/parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Mar 11, 2014
2 parents 488f338 + d1c8092 commit a068eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="http://img.jcabi.com/logo.png" width="200px" height="48px" />

More details are here: [www.jcabi.com/parent](http://www.jcabi.com/parent/index.html)
More details are here: [parent.jcabi.com](http://parent.jcabi.com/index.html)

Base your Maven projects on this artifact and you will get
many pre-configuration benefits, including up-to-date
Expand All @@ -14,7 +14,7 @@ define our artifact as a parent of your project:
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.8</version>
<version>0.17</version>
</parent>
<groupId>your-group-id</groupId>
<artifactId>your-artifact-id</artifactId>
Expand Down

0 comments on commit a068eb5

Please sign in to comment.