From 368a0cba970d573aa50b8069e02cb05c1337826b Mon Sep 17 00:00:00 2001 From: Thomas Papendieck Date: Sun, 15 Dec 2019 23:42:54 +0100 Subject: [PATCH] first commit --- README.md | 1 + pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 README.md create mode 100644 pom.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..be15139 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# dummy repo for educational purpose diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b30bc1a --- /dev/null +++ b/pom.xml @@ -0,0 +1,24 @@ + + 4.0.0 + de.edu.hsfulda.ciip + build-with-jenkins + 0.0.1-SNAPSHOT + + 11 + 11 + + + + org.junit.jupiter + junit-jupiter-engine + 5.5.2 + test + + + org.junit.platform + junit-platform-runner + 1.5.2 + test + + +