Skip to content

Commit

Permalink
Update README.md after creating with-latest-assertj-guava-snapshot br…
Browse files Browse the repository at this point in the history
…anch
  • Loading branch information
joel-costigliola committed Aug 3, 2014
1 parent 759853e commit 913cc26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## AssertJ examples

The **master** branch contains examples with the latest released version of AssertJ modules => you should be able to build it with `mvn install` command.
The **master** branch contains examples with the latest released version of AssertJ modules => you should be able to build it with `mvn clean install` command.

There are several branches that contain examples for the ongoing development versions of AssertJ modules. That means you have to build the according AssertJ module by your own before new features compile. The following table contains these special branches that are merged into the master each time the module is released.
There are several branches that contain examples for the ongoing development versions of AssertJ modules. That means you have to build the according AssertJ modules by your own before new features compile. The following table contains these special branches that are merged into the master each time the module is released.

| Branch | Modules |
| ----------------------------- | ------------------------------------------ |
| with-latest-snapshot-versions | Core + all modules without specific branch |
| with-latest-assert-guava-snapshot | Latest unreleased Guava assertions |
| with-latest-swing-snapshot | Swing |

### AssertJ assertions examples
Expand Down

0 comments on commit 913cc26

Please sign in to comment.