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

release version 1.14.0

parent 2eb5198f
Branches
Tags
No related merge requests found
...@@ -5,17 +5,17 @@ ...@@ -5,17 +5,17 @@
<parent> <parent>
<groupId>de.itvsh.kop.common</groupId> <groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-parent</artifactId> <artifactId>kop-common-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>de.ozgcloud.bescheid</groupId> <groupId>de.ozgcloud.bescheid</groupId>
<artifactId>bescheid-manager</artifactId> <artifactId>bescheid-manager</artifactId>
<name>OZG-Cloud Bescheid Manager</name> <name>OZG-Cloud Bescheid Manager</name>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
<properties> <properties>
<pluto.version>1.14.0-SNAPSHOT</pluto.version> <pluto.version>1.14.0</pluto.version>
</properties> </properties>
<dependencies> <dependencies>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<groupId>de.itvsh.ozg.mail</groupId> <groupId>de.itvsh.ozg.mail</groupId>
<artifactId>mail-service</artifactId> <artifactId>mail-service</artifactId>
<version>1.14.0-SNAPSHOT</version> <version>1.14.0</version>
<name>KOP Vorgang Manager Mail Service</name> <name>KOP Vorgang Manager Mail Service</name>
<properties> <properties>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<groupId>de.itvsh.kop.notification</groupId> <groupId>de.itvsh.kop.notification</groupId>
<artifactId>notification-manager</artifactId> <artifactId>notification-manager</artifactId>
<name>KOP Notification Manager</name> <name>KOP Notification Manager</name>
<version>1.14.0-SNAPSHOT</version> <version>1.14.0</version>
<properties> <properties>
<user-manager-interface.version>1.1.0</user-manager-interface.version> <user-manager-interface.version>1.1.0</user-manager-interface.version>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<groupId>de.itvsh.ozg.pluto</groupId> <groupId>de.itvsh.ozg.pluto</groupId>
<artifactId>pluto-command</artifactId> <artifactId>pluto-command</artifactId>
<name>Command Manager</name> <name>Command Manager</name>
<version>1.14.0-SNAPSHOT</version> <version>1.14.0</version>
<properties> <properties>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
......
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
<parent> <parent>
<groupId>de.itvsh.kop.common</groupId> <groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-parent</artifactId> <artifactId>kop-common-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>de.itvsh.ozg.pluto</groupId> <groupId>de.itvsh.ozg.pluto</groupId>
<artifactId>pluto-common</artifactId> <artifactId>pluto-common</artifactId>
<version>1.14.0-SNAPSHOT</version> <version>1.14.0</version>
<name>OZG-Cloud Vorgang Manager Common</name> <name>OZG-Cloud Vorgang Manager Common</name>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<groupId>de.itvsh.ozg.pluto</groupId> <groupId>de.itvsh.ozg.pluto</groupId>
<artifactId>pluto-interface</artifactId> <artifactId>pluto-interface</artifactId>
<version>1.14.0-SNAPSHOT</version> <version>1.14.0</version>
<name>KOP Vorgang Manager gRPC Interface</name> <name>KOP Vorgang Manager gRPC Interface</name>
<description>Interface (gRPC) for Pluto Server</description> <description>Interface (gRPC) for Pluto Server</description>
......
...@@ -32,13 +32,13 @@ ...@@ -32,13 +32,13 @@
<parent> <parent>
<groupId>de.itvsh.kop.common</groupId> <groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-parent</artifactId> <artifactId>kop-common-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>de.itvsh.ozg.pluto</groupId> <groupId>de.itvsh.ozg.pluto</groupId>
<artifactId>pluto-server</artifactId> <artifactId>pluto-server</artifactId>
<version>1.14.0-SNAPSHOT</version> <version>1.14.0</version>
<name>KOP Vorgang Manager (Pluto) Server</name> <name>KOP Vorgang Manager (Pluto) Server</name>
<description>Server Implementierung des VorgangManagers (Pluto)</description> <description>Server Implementierung des VorgangManagers (Pluto)</description>
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
<dependency> <dependency>
<groupId>de.ozgcloud.bescheid</groupId> <groupId>de.ozgcloud.bescheid</groupId>
<artifactId>bescheid-manager</artifactId> <artifactId>bescheid-manager</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<groupId>de.itvsh.ozg.pluto</groupId> <groupId>de.itvsh.ozg.pluto</groupId>
<artifactId>pluto-utils</artifactId> <artifactId>pluto-utils</artifactId>
<name>KOP Vorgang Manager (Pluto) Utils</name> <name>KOP Vorgang Manager (Pluto) Utils</name>
<version>1.14.0-SNAPSHOT</version> <version>1.14.0</version>
<properties> <properties>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.itvsh.ozg</groupId> <groupId>de.itvsh.ozg</groupId>
<artifactId>pluto</artifactId> <artifactId>pluto</artifactId>
<version>1.14.0-SNAPSHOT</version> <version>1.14.0</version>
<name>Pluto Parent</name> <name>Pluto Parent</name>
<packaging>pom</packaging> <packaging>pom</packaging>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment