]> git.laktatnebel.de Git - athletik.triathlon-coaching.com.git/commitdiff
Inital project version - 1st commit
authorOle B. Rosentreter <ole@laktatnebel.de>
Tue, 12 Aug 2025 10:46:31 +0000 (12:46 +0200)
committerOle B. Rosentreter <ole@laktatnebel.de>
Tue, 12 Aug 2025 10:46:31 +0000 (12:46 +0200)
.gitignore [new file with mode: 0644]
pom.xml [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9aac7d9
--- /dev/null
@@ -0,0 +1,5 @@
+.classpath
+.project
+.settings
+bin
+target
diff --git a/pom.xml b/pom.xml
new file mode 100644 (file)
index 0000000..aa4fe30
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,17 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>de.laktatnebel.athletik</groupId>
+       <artifactId>athletik.triathlon-coaching.com</artifactId>
+       <version>0.0.1-SNAPSHOT</version>
+       <packaging>pom</packaging>
+
+       <name>athletik.triathlon-coaching.com</name>
+
+       <parent>
+               <groupId>de.laktatnebel.maven</groupId>
+               <artifactId>laktatnebelscript</artifactId>
+               <version>2.1.9</version>
+       </parent>
+
+</project>