Skip to content
Snippets Groups Projects
Commit 58ab50d6 authored by OZGCloud's avatar OZGCloud
Browse files

start development 1.4.0

parent 9b9dd55e
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.itvsh.kop</groupId>
<artifactId>user-manager</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
<name>User Manager Parent</name>
<packaging>pom</packaging>
......
......@@ -30,13 +30,13 @@
<parent>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-dependencies</artifactId>
<version>1.3.0</version>
<version>1.4.1</version>
<relativePath />
</parent>
<groupId>de.itvsh.kop.user</groupId>
<artifactId>user-manager-interface</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
<name>UserManager Interface</name>
<description>gRPC Interface for User Manager</description>
......
......@@ -29,7 +29,7 @@
<groupId>de.itvsh.kop.user</groupId>
<artifactId>user-manager-server</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
<name>User Manager</name>
<properties>
......@@ -40,7 +40,7 @@
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
<kop-common.version>1.3.0</kop-common.version>
<kop-common.version>1.4.1</kop-common.version>
<kop.license.version>1.3.0</kop.license.version>
<jacoco.plugin.version>0.8.8</jacoco.plugin.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment