From cfc0c813abb4fbf0c15d33fe8821503eabd36be3 Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 19 Jun 2019 13:27:09 +0000 Subject: [PATCH] Set up project --- .gitignore | 2 ++ pom.xml | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1062418 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +*.iml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..50e30c8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,11 @@ + + + 4.0.0 + + de.plugh + composite-parse + 1.0-SNAPSHOT + +