Skip to content

Commit 8b10012

Browse files
committed
Improve description
1 parent 485832c commit 8b10012

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Jetty | Jetty Server.
2727
JGit | Basic usages of [JGit][jgit].
2828
JMH | Java Microbenchmark Harness (JMH).
2929
JSON | JSON conversion libraries in Java.
30-
JUnit | JUnit testing framework.
30+
JUnit 4 | JUnit 4 testing framework.
31+
JUnit 5 | JUnit 5 testing framework.
3132
Logback | [Logback](http://logback.qos.ch/) logging framework.
3233
Maven | Basic functionality of Maven.
3334
Mongo | The MongoDB database

junit5/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>java-examples-junit5</artifactId>
13+
<name>Java Examples - JUnit 5</name>
14+
1315
<dependencies>
1416
<dependency>
1517
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)