From: Ole B. Rosentreter Date: Fri, 13 Mar 2026 21:11:07 +0000 (+0100) Subject: Inital project version - 1st commit X-Git-Url: https://git.laktatnebel.de/?a=commitdiff_plain;h=HEAD;p=www.triathlon-coaching.com.git Inital project version - 1st commit --- 3f7e7342154c7d48ab70065a85cdd99643f9d33b diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9aac7d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.classpath +.project +.settings +bin +target diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..454c0e4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,17 @@ + + 4.0.0 + de.laktatnebel.web + www.triathlon-coaching.com + 0.0.1-SNAPSHOT + pom + + www.triathlon-coaching.com + + + de.laktatnebel.maven + laktatnebelscript + 3.0.0 + + +