diff --git a/mail-service/pom.xml b/mail-service/pom.xml
index 96606cf7f20f174a29f9c51763952b7906bdfa2b..e9f9449bfea08773faee2e003a2c63cb5ec32dd1 100644
--- a/mail-service/pom.xml
+++ b/mail-service/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.2.1</version>
+		<version>1.3.0-SNAPSHOT</version>
 		<relativePath />
 	</parent>
 
diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml
index 2985bec78b496aa1fd8541539aaf6d1e2e156428..56cc2a2db0e3f2be2ac442dd449bb759128ef39b 100644
--- a/notification-manager/pom.xml
+++ b/notification-manager/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
 		<artifactId>kop-common-parent</artifactId>
-		<version>1.2.1</version>
+		<version>1.3.0-SNAPSHOT</version>
 		<relativePath />
 	</parent>
 
diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml
index 62b25c20f52cd9a789b85e2d237dfdbf5c205773..c1892e9bc933ea7a31ab1a45fb5200d7092db5b9 100644
--- a/pluto-interface/pom.xml
+++ b/pluto-interface/pom.xml
@@ -48,9 +48,6 @@
 		<maven.compiler.target>${java.version}</maven.compiler.target>
 
 		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
-		<license.inceptionYear>2020</license.inceptionYear>
-		<license.organizationName>ITVSH</license.organizationName>
-		<license.projectName>KOP</license.projectName>
 	</properties>
 
 	<dependencyManagement>