[maven-release-plugin] copy for tag r4.13.1
[maven-release-plugin] prepare release r4.13.1
1 file changed
tree: 26c291beceb18ccae700bca10dd4c2b6f6ce7593
  1. .mvn/
  2. .settings/
  3. doc/
  4. lib/
  5. src/
  6. .classpath
  7. .gitattributes
  8. .gitignore
  9. .project
  10. .travis.settings.xml
  11. .travis.yml
  12. acknowledgements.txt
  13. BUILDING
  14. CODING_STYLE.txt
  15. CONTRIBUTING.md
  16. epl-v10.html
  17. KEYS
  18. LEGACY_CODING_STYLE.txt
  19. LICENSE-junit.txt
  20. mvnw
  21. mvnw.cmd
  22. NOTICE.txt
  23. pom.xml
  24. README.md
  25. to-do.txt
README.md

JUnit 4

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

For more information, please visit:

Build Status