]> git.laktatnebel.de Git - koenigsofper.git/commitdiff
Inital project version - 1st commit master
authorOle B. Rosentreter <ole@laktatnebel.de>
Sat, 20 Sep 2025 15:19:12 +0000 (17:19 +0200)
committerOle B. Rosentreter <ole@laktatnebel.de>
Sat, 20 Sep 2025 15:19:12 +0000 (17:19 +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..5db9bf4
--- /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.procuct</groupId>
+       <artifactId>koenigsofper</artifactId>
+       <version>0.0.1-SNAPSHOT</version>
+       <packaging>jar</packaging>
+
+       <name>koenigsofper</name>
+
+       <parent>
+               <groupId>de.laktatnebel.maven</groupId>
+               <artifactId>laktatnebelproductmaster</artifactId>
+               <version>2.1.9</version>
+       </parent>
+
+</project>