diff --git a/Sd1/P/Archetypes/catalog.xml b/Sd1/P/Archetypes/catalog.xml
index e35c60c00b054349532b2c33fe908db052ab0769..f4bc85cf50b2272bc40b1dee273993d0ec4ae574 100644
--- a/Sd1/P/Archetypes/catalog.xml
+++ b/Sd1/P/Archetypes/catalog.xml
@@ -10,8 +10,17 @@
       <artifactId>mi-maven-archetype-quickstart</artifactId>
       <version>1.0</version>
       <repository>http://maven.mi.hdm-stuttgart.de/Archetypes</repository>
-      <description>Modified from maven-archetype-quickstart using Java 1.8 and Junit 4.11</description>
+      <description>Modified from maven-archetype-quickstart using Java 1.8, log4j 1.2 and Junit 4.11</description>
     </archetype>
+
+    <archetype>
+      <groupId>de.hdm-stuttgart.mi</groupId>
+      <artifactId>mi-maven-archetype-quickstart</artifactId>
+      <version>1.1</version>
+      <repository>http://maven.mi.hdm-stuttgart.de/Archetypes</repository>
+      <description>Modified from maven-archetype-quickstart using Java 1.8, log4j 2.x and Junit 4.11</description>
+    </archetype>
+
   </archetypes>
 
 </archetype-catalog>
diff --git a/Sd1/P/Archetypes/mi-maven-archetype-quickstart/pom.xml b/Sd1/P/Archetypes/mi-maven-archetype-quickstart/pom.xml
index 8c95bcac1ffed15c3146bf37be19b5375b978a6f..e1c17ee07c276a920b5868a50761381189c096cf 100644
--- a/Sd1/P/Archetypes/mi-maven-archetype-quickstart/pom.xml
+++ b/Sd1/P/Archetypes/mi-maven-archetype-quickstart/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>de.hdm-stuttgart.mi</groupId>
   <artifactId>mi-maven-archetype-quickstart</artifactId>
-  <version>1.2</version>
+  <version>1.1</version>
   <packaging>jar</packaging>
 
 </project>