diff --git a/.gitignore b/.gitignore
index 77f0cae87ed41a156ca5e8ec2ee204626214c5f3..d2f665c6c7b4368f1ea19305947cddeaa56b8521 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ addons/cipa-sml-migration/target/test-classes/global-truststore.jks
 addons/cipa-sml-migration/target/classes/
 addons/cipa-sml-migration/target/
 addons/cipa-sml-migration/.idea/
+.idea/
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 1b111ff100737d5a527f587da4d4a4ddcca473f6..ac9533890b4e1ed89de8c3eedfcb87639aa44931 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,10 @@
         <deployWarFolder>/home/edelivery/oracle/middleware/domains/bdmsl/autodeploy/</deployWarFolder>
     </properties>
 
+    <scm>
+        <developerConnection>scm:git:https://ec.europa.eu/cefdigital/code/scm/edelivery/smp.git</developerConnection>
+    </scm>
+
 
     <pluginRepositories>
         <pluginRepository>
@@ -211,6 +215,13 @@
                 <!-- latest version compatible with SonarQube 5.6 -->
                 <version>3.3.0.603</version>
             </plugin>
+            <plugin>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.5.3</version>
+                <configuration>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml
index 0bae6d7912d726d909cb0df86fe6d66d017a3412..f830db92e340ecbbce89a8c6a589a1d3d7cd1e77 100644
--- a/smp-angular/pom.xml
+++ b/smp-angular/pom.xml
@@ -62,6 +62,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clean-plugin</artifactId>
+        <version>3.0.0</version>
         <configuration>
           <filesets>
             <fileset>
diff --git a/smp-parent-pom/pom.xml b/smp-parent-pom/pom.xml
index 3b6121fb492e2df2abe700b60192e507c3f605ff..dadb6caa3337fa21c0bbd87c4d70b3c81cfd00a8 100644
--- a/smp-parent-pom/pom.xml
+++ b/smp-parent-pom/pom.xml
@@ -22,11 +22,6 @@
 	<name>smp-parent-pom</name>
 	<description>SMP - CEF eDelivery</description>
 
-	<!-- Minimum Maven version -->
-	<prerequisites>
-		<maven>3.0.4</maven>
-	</prerequisites>
-
 	<!-- Used licenses -->
 	<licenses>
 		<license>
@@ -356,11 +351,6 @@
             </dependency>
 
 			<!-- Support for Ehcache and others -->
-			<dependency>
-				<groupId>org.springframework</groupId>
-				<artifactId>spring-context-support</artifactId>
-				<version>${spring.security.version}</version>
-			</dependency>
 			<!-- dependency>
 				<groupId>org.projectlombok</groupId>
 				<artifactId>lombok</artifactId>
@@ -571,11 +561,6 @@
 				<artifactId>spring-boot-starter-test</artifactId>
 				<version>${spring.boot.version}</version>
 			</dependency>
-			<dependency>
-				<groupId>com.h2database</groupId>
-				<artifactId>h2</artifactId>
-				<version>${h2.version}</version>
-			</dependency>
 		</dependencies>
 	</dependencyManagement>
 
diff --git a/smp-server-library/pom.xml b/smp-server-library/pom.xml
index f5702e941a45a33a4d961abfc15cd6ed2eb62d30..7cfd9c45aed7a9eb06743c2a75a62a3621a63799 100644
--- a/smp-server-library/pom.xml
+++ b/smp-server-library/pom.xml
@@ -204,11 +204,6 @@
             <artifactId>h2</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-test</artifactId>
-            <scope>compile</scope>
-        </dependency>
     </dependencies>
 
     <build>