diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20a7773cd0f58b23cd29e3207dee09c0729ae694..00da6e83e06d5c95d6284e2bcf1544fabf67f4b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 variables:
-  RELEASE_DIR: "public/release_target_100"
+  RELEASE_DIR: "public/release_target_101"
 
 pages:
   stage: deploy
@@ -9,7 +9,7 @@ pages:
   script:
     - mvn --version
     - mvn clean install   # build p2 repo
-    - rm -rf $RELEASE_DIR
+    - rm -rf public
     - mkdir -p $RELEASE_DIR
     - cp -r de.hftstuttgart.cityunits.p2site/target/repository/* $RELEASE_DIR
   artifacts:
diff --git a/de.hftstuttgart.cityunits.feature/feature.xml b/de.hftstuttgart.cityunits.feature/feature.xml
index c666e393e7aaa70a27a8cca7a7ec943ea4703293..8c8f2351760f0027390a8d4fe278e9a5b76e8a1e 100644
--- a/de.hftstuttgart.cityunits.feature/feature.xml
+++ b/de.hftstuttgart.cityunits.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="de.hftstuttgart.cityunits.feature"
       label="City Units"
-      version="1.0.0"
+      version="1.0.1"
       provider-name="HfT Stuttgart">
 
    <description url="http://www.example.com/description">
diff --git a/de.hftstuttgart.cityunits.feature/pom.xml b/de.hftstuttgart.cityunits.feature/pom.xml
index d435cdd6a7deb6f631b1bcdd371987e3a84fb1d4..312edf444449c1b77876f526a503402bfea16e71 100644
--- a/de.hftstuttgart.cityunits.feature/pom.xml
+++ b/de.hftstuttgart.cityunits.feature/pom.xml
@@ -9,7 +9,7 @@
 	<parent>
 		<groupId>de.hftstuttgart</groupId>
 		<artifactId>de.hftstuttgart.cityunits</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.1</version>
 	</parent>
 
 </project>
\ No newline at end of file
diff --git a/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF
index 70a75b1ddce84a2f30ba0dd0db998386d4a38ab0..a555b1425f67350d360fa933ac5a4c29041bf24c 100644
--- a/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF
+++ b/de.hftstuttgart.cityunits.model.edit/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: de.hftstuttgart.cityunits.model.edit;singleton:=true
 Automatic-Module-Name: de.hftstuttgart.cityunits.model.edit
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.1
 Bundle-ClassPath: .
 Bundle-Activator: de.hftstuttgart.cityunits.model.quantities.provider.QuantitiesEditPlugin$Implementation
 Bundle-Vendor: %providerName
diff --git a/de.hftstuttgart.cityunits.model.edit/pom.xml b/de.hftstuttgart.cityunits.model.edit/pom.xml
index a7b4ed9dff9e94722bfd01aae3b2beea6d06895d..960e3e2fd80f10fc691408f729723dc0d3e11a07 100644
--- a/de.hftstuttgart.cityunits.model.edit/pom.xml
+++ b/de.hftstuttgart.cityunits.model.edit/pom.xml
@@ -11,7 +11,7 @@
 	<parent>
 		<groupId>de.hftstuttgart</groupId>
 		<artifactId>de.hftstuttgart.cityunits</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.1</version>
 	</parent>
 
 </project>
\ No newline at end of file
diff --git a/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF
index b465a24012a1af71cb19c48407a6e71f1af75530..91ed620b8fcc97eb29bfa7df1d38d86f3fb4bc71 100644
--- a/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF
+++ b/de.hftstuttgart.cityunits.model/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: de.hftstuttgart.cityunits.model;singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.1
 Bundle-ClassPath: .
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/de.hftstuttgart.cityunits.model/pom.xml b/de.hftstuttgart.cityunits.model/pom.xml
index 70678b5cb55312d26f377bccbd0a2bac79d3ce32..c428f26dd55ddffb3b746f6e599507e007540b5f 100644
--- a/de.hftstuttgart.cityunits.model/pom.xml
+++ b/de.hftstuttgart.cityunits.model/pom.xml
@@ -9,7 +9,7 @@
 	<parent>
 		<groupId>de.hftstuttgart</groupId>
 		<artifactId>de.hftstuttgart.cityunits</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.1</version>
 	</parent>
 
 </project>
\ No newline at end of file
diff --git a/de.hftstuttgart.cityunits.p2site/pom.xml b/de.hftstuttgart.cityunits.p2site/pom.xml
index d25a7ea0cf52d1a75035d472df0542c26d52e89c..b95612163312adce8060e31631aa322c24706b2c 100644
--- a/de.hftstuttgart.cityunits.p2site/pom.xml
+++ b/de.hftstuttgart.cityunits.p2site/pom.xml
@@ -6,6 +6,6 @@
   <parent>
   	<groupId>de.hftstuttgart</groupId>
   	<artifactId>de.hftstuttgart.cityunits</artifactId>
-  	<version>1.0.0</version>
+  	<version>1.0.1</version>
   </parent>
 </project>
\ No newline at end of file
diff --git a/de.hftstuttgart.cityunits.p2site/site.xml b/de.hftstuttgart.cityunits.p2site/site.xml
index 542e6a56f603df1081887b6f44df31026fc4afd3..294ae624bae9028d9e72ef11bc554dd4ef61b16e 100644
--- a/de.hftstuttgart.cityunits.p2site/site.xml
+++ b/de.hftstuttgart.cityunits.p2site/site.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/de.hftstuttgart.cityunits.feature_1.0.0.jar" id="de.hftstuttgart.cityunits.feature" version="1.0.0">
+   <feature url="features/de.hftstuttgart.cityunits.feature_1.0.1.jar" id="de.hftstuttgart.cityunits.feature" version="1.0.1">
       <category name="de.hftstuttgart.cityunits"/>
    </feature>
    <category-def name="de.hftstuttgart.cityunits" label="HfT Stuttgart City Units">
diff --git a/de.hftstuttgart.cityunits.target/pom.xml b/de.hftstuttgart.cityunits.target/pom.xml
index e27d2a3d2fceb5bf0dfe333a94abba8c37d4bc1b..a81eb1856161c405b0c7030fe5e0572b011c80ec 100644
--- a/de.hftstuttgart.cityunits.target/pom.xml
+++ b/de.hftstuttgart.cityunits.target/pom.xml
@@ -9,7 +9,7 @@
 	<parent>
 		<groupId>de.hftstuttgart</groupId>
 		<artifactId>de.hftstuttgart.cityunits</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.1</version>
 	</parent>
 
 </project>
\ No newline at end of file
diff --git a/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF
index d71cbdb4202d7bb7158fa9e93ffdf5799d8da354..e1203fc9a097f6825a1f5d4601de87d9b44cde9f 100644
--- a/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF
+++ b/de.hftstuttgart.cityunits.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Tests
 Bundle-SymbolicName: de.hftstuttgart.cityunits.tests
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.1
 Automatic-Module-Name: de.hft.stuttgart.cityunits.tests
 Import-Package: de.hftstuttgart.cityunits.model,
  org.junit;version="4.13.0",
diff --git a/de.hftstuttgart.cityunits.tests/pom.xml b/de.hftstuttgart.cityunits.tests/pom.xml
index 672223c1bf2cab443a5c53ec912c8c0e9f6b2d36..73db23e3256b6bcefcc8f370e15e8097af5f5eee 100644
--- a/de.hftstuttgart.cityunits.tests/pom.xml
+++ b/de.hftstuttgart.cityunits.tests/pom.xml
@@ -9,7 +9,7 @@
 	<parent>
 		<groupId>de.hftstuttgart</groupId>
 		<artifactId>de.hftstuttgart.cityunits</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.1</version>
 	</parent>
 
 </project>
\ No newline at end of file
diff --git a/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF b/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF
index 0852854604d634f476d2b8c62c0ae135d488c421..d5199eb72e3473bc55ed91f7aeecb0261f217c50 100644
--- a/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF
+++ b/de.hftstuttgart.cityunits.ui.renderer/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: QuantityControl
 Bundle-SymbolicName: de.hftstuttgart.cityunits.ui.renderer;singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.1
 Bundle-Vendor: HfT Stuttgart
-Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.0"
-Require-Bundle: de.hftstuttgart.cityunits.model;bundle-version="1.0.0",
+Export-Package: de.hftstuttgart.cityunits.ui.renderer;version="1.0.1"
+Require-Bundle: de.hftstuttgart.cityunits.model;bundle-version="1.0.1",
  org.eclipse.emf.ecp.edit.swt;bundle-version="[1.24.0,2.0.0)",
  org.eclipse.emf.ecp.ui.view.swt;bundle-version="[1.24.0,2.0.0)",
  org.eclipse.emf.ecp.view.core.swt;bundle-version="[1.24.0,2.0.0)",
diff --git a/de.hftstuttgart.cityunits.ui.renderer/pom.xml b/de.hftstuttgart.cityunits.ui.renderer/pom.xml
index 3ad8bc49e4694d9be76793af3847c7601534a358..f599ab856e4017491f3e8079c6b40e9a622167ac 100644
--- a/de.hftstuttgart.cityunits.ui.renderer/pom.xml
+++ b/de.hftstuttgart.cityunits.ui.renderer/pom.xml
@@ -9,6 +9,6 @@
 	<parent>
 		<groupId>de.hftstuttgart</groupId>
 		<artifactId>de.hftstuttgart.cityunits</artifactId>
-		<version>1.0.0</version>
+		<version>1.0.1</version>
 	</parent>
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 601e4373596063c7614106c2ffb118e3600798ab..5209b3e659c31ab786978a63069c67e33f722850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.hftstuttgart</groupId>
 	<artifactId>de.hftstuttgart.cityunits</artifactId>
-	<version>1.0.0</version>
+	<version>1.0.1</version>
 	<packaging>pom</packaging>
 	<name>City Units Parent POM</name>
 
@@ -36,7 +36,7 @@
 						<artifact>
 							<groupId>de.hftstuttgart</groupId>
 							<artifactId>de.hftstuttgart.cityunits.target</artifactId>
-							<version>1.0.0</version>
+							<version>1.0.1</version>
 						</artifact>
 					</target>
 					<environments>