Skip to content

Commit

Permalink
Merge pull request #15 from PascalSchumacher/readme_update
Browse files Browse the repository at this point in the history
update readme: add maven central badge, update joda-time links and remove dead link to build …
  • Loading branch information
joel-costigliola committed Dec 21, 2015
2 parents fee9002 + 67e6b03 commit 6446ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AssertJ assertions for Joda Time library
========================================

Provides assertions like AssertJ for [Joda Time](http://joda-time.sourceforge.net/index.html), more precisely for [DateTime](http://joda-time.sourceforge.net/api-release/org/joda/time/DateTime.html) and [LocalDateTime](http://joda-time.sourceforge.net/api-release/org/joda/time/LocalDateTime.html) classes, more will come later but that's a start (contributions are welcome to add new assertions !).
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-joda-time/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-joda-time)

Please have a look at the complete documentation in [**assertj.org Joda Time section**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html), including a [**quickstart guide**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html#quickstart).
Provides assertions like AssertJ for [Joda Time](http://www.joda.org/joda-time/), more precisely for [DateTime](http://www.joda.org/joda-time/apidocs/org/joda/time/DateTime.html) and [LocalDateTime](http://www.joda.org/joda-time/apidocs/org/joda/time/LocalDateTime.html) classes, more will come later but that's a start (contributions are welcome to add new assertions !).

[![Build Status](https://assertj.ci.cloudbees.com/buildStatus/icon?job=assertj-joda-time)](https://assertj.ci.cloudbees.com/job/assertj-joda-time/)
Please have a look at the complete documentation in [**assertj.org Joda Time section**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html), including a [**quickstart guide**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html#quickstart).

0 comments on commit 6446ecd

Please sign in to comment.