You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Equals Verifier](https://github.com/jqno/equalsverifier)| Automatic contract checker for `equals()` and `hash()`| Apache License 2.0 |
106
106
|[Hamcrest Auto Matcher](https://github.com/itsallcode/hamcrest-auto-matcher)| Speed-up for building Hamcrest matchers | GNU General Public License V3 |
107
-
|[JUnit](https://junit.org/junit4/index.html)| Unit testing framework | Eclipse Public License 1.0 |
107
+
|[JUnit](https://junit.org/junit5)| Unit testing framework | Eclipse Public License 1.0 |
108
108
|[Mockito](http://site.mockito.org/)| Mocking framework | MIT License |
109
-
|[System rules](https://stefanbirkner.github.io/system-rules/)| JUnit rules for testing `STDOUT`, `STDIN` and `STDERR`| Common Public License 1.0 |
109
+
|[JUnit5 System Extensions](https://github.com/itsallcode/junit5-system-extensions)| JUnit extension for testing `System.x` calls | Eclipse Public License 2.0 |
1. Create a [release](https://github.com/itsallcode/openfasttrace/releases) on GitHub.
179
+
1. Merge to `master` branch
180
+
1. Create a [release](https://github.com/itsallcode/openfasttrace/releases) of the `master` branch on GitHub.
181
181
1. Sign in at [bintray.com](https://bintray.com)
182
-
1. Go to the [bintray project page](https://bintray.com/itsallcode/itsallcode/openfasttrace)
183
-
1. There should be a notice saying "You have 6 unpublished item(s) for this package". Click the "Publish" link. Binaries will be available for download at [jcenter](https://jcenter.bintray.com/org/itsallcode/openfasttrace/)
182
+
1. Go to the [Bintray project page](https://bintray.com/itsallcode/itsallcode/openfasttrace)
183
+
1. There should be a notice saying "You have 6 unpublished item(s) for this package". Click the "Publish" link. Binaries will be available for download at [JCenter](https://jcenter.bintray.com/org/itsallcode/openfasttrace/)
184
184
1. Publish to Maven Central by clicking the "Sync" button at https://bintray.com/itsallcode/itsallcode/openfasttrace#central. After some time the new version will appear at https://repo1.maven.org/maven2/org/itsallcode/openfasttrace/.
0 commit comments