diff --git a/0-Plugin/pom.xml b/0-Plugin/pom.xml new file mode 100644 index 0000000..c062f6d --- /dev/null +++ b/0-Plugin/pom.xml @@ -0,0 +1,34 @@ + + + + LinkDitch + de.qvalentin + 1.0-SNAPSHOT + + 4.0.0 + + 0-Plugin + + + + 2-Application + de.qvalentin + 1.0-SNAPSHOT + compile + + + 1-Adapter + de.qvalentin + 1.0-SNAPSHOT + compile + + + + + 17 + 17 + + + diff --git a/1-Adapter/pom.xml b/1-Adapter/pom.xml new file mode 100644 index 0000000..1862155 --- /dev/null +++ b/1-Adapter/pom.xml @@ -0,0 +1,28 @@ + + + + LinkDitch + de.qvalentin + 1.0-SNAPSHOT + + 4.0.0 + + 1-Adapter + + + + 2-Application + de.qvalentin + 1.0-SNAPSHOT + compile + + + + + 17 + 17 + + + diff --git a/2-Application/pom.xml b/2-Application/pom.xml new file mode 100644 index 0000000..cae8afc --- /dev/null +++ b/2-Application/pom.xml @@ -0,0 +1,28 @@ + + + + LinkDitch + de.qvalentin + 1.0-SNAPSHOT + + 4.0.0 + + 2-Application + + + + 3-Domain + de.qvalentin + 1.0-SNAPSHOT + compile + + + + + 17 + 17 + + + diff --git a/3-Domain/pom.xml b/3-Domain/pom.xml new file mode 100644 index 0000000..bcdff14 --- /dev/null +++ b/3-Domain/pom.xml @@ -0,0 +1,29 @@ + + + + LinkDitch + de.qvalentin + 1.0-SNAPSHOT + + 4.0.0 + + 3-Domain + + + + + 4-Abstraction + de.qvalentin + 1.0-SNAPSHOT + compile + + + + + 17 + 17 + + + diff --git a/4-Abstraction/pom.xml b/4-Abstraction/pom.xml new file mode 100644 index 0000000..07a8120 --- /dev/null +++ b/4-Abstraction/pom.xml @@ -0,0 +1,19 @@ + + + + LinkDitch + de.qvalentin + 1.0-SNAPSHOT + + 4.0.0 + + 4-Abstraction + + + 17 + 17 + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a88263a --- /dev/null +++ b/pom.xml @@ -0,0 +1,24 @@ + + + 4.0.0 + + de.qvalentin + LinkDitch + pom + 1.0-SNAPSHOT + + 0-Plugin + 1-Adapter + 2-Application + 3-Domain + 4-Abstraction + + + + 17 + 17 + + +