diff --git a/document-manager-interface/pom.xml b/document-manager-interface/pom.xml index 111b24156d4f222ec7c9ce109879f16ce1dfd65e..6ef0941ae21546a49daf50f8eca48a4961c6abb6 100644 --- a/document-manager-interface/pom.xml +++ b/document-manager-interface/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-dependencies</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.9.0</version> <relativePath /> </parent> @@ -42,7 +42,7 @@ <name>OZG-Cloud Documenz Manager gRPC Interface</name> <description>Interface (gRPC) for Document Manager Server</description> - + <inceptionYear>2023</inceptionYear> <properties> @@ -112,7 +112,8 @@ </outputTarget> <outputTarget> <type>grpc-java</type> - <pluginArtifact>io.grpc:protoc-gen-grpc-java:${protoc-gen.version}</pluginArtifact> + <pluginArtifact> + io.grpc:protoc-gen-grpc-java:${protoc-gen.version}</pluginArtifact> </outputTarget> </outputTargets> </configuration> diff --git a/pom.xml b/pom.xml index 48af79b1b6271f8c64433dd91448b5be493baa93..64809ddb00328a5b61bac8a3058e9de0a7deac89 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.9.0</version> <relativePath /> </parent> @@ -39,7 +39,7 @@ <name>OZG-Cloud Document Manager</name> <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> - + <inceptionYear>2023</inceptionYear> <properties> @@ -77,4 +77,4 @@ <url>https://nexus.ozg-sh.de/repository/ozg-snapshots/</url> </snapshotRepository> </distributionManagement> -</project> +</project> \ No newline at end of file