From f28db08edceb2de59a0f171b8e4c328efff3cd56 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 11 Oct 2024 12:52:11 +0200
Subject: [PATCH] release version 1.3.0

---
 .idea/compiler.xml | 3 +++
 pom.xml            | 8 ++++----
 server/pom.xml     | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index ef15a005..a0654ae0 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -22,6 +22,9 @@
           <entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.34/lombok-1.18.34.jar" />
           <entry name="$MAVEN_REPOSITORY$/org/mapstruct/mapstruct-processor/1.6.0/mapstruct-processor-1.6.0.jar" />
           <entry name="$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.6.0/mapstruct-1.6.0.jar" />
+          <entry name="$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.34/lombok-1.18.34.jar" />
+          <entry name="$MAVEN_REPOSITORY$/org/mapstruct/mapstruct-processor/1.6.0/mapstruct-processor-1.6.0.jar" />
+          <entry name="$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.6.0/mapstruct-1.6.0.jar" />
         </processorPath>
         <module name="antragsraum-server" />
       </profile>
diff --git a/pom.xml b/pom.xml
index 6936e23f..49af84d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,10 +21,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>de.ozgcloud</groupId>
-	<artifactId>antragsraum</artifactId>
-	<version>1.2.1</version>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>de.ozgcloud</groupId>
+    <artifactId>antragsraum</artifactId>
+    <version>1.3.0</version>
 
 	<name>OZG-Cloud Antragsraum</name>
 	<packaging>pom</packaging>
diff --git a/server/pom.xml b/server/pom.xml
index 8cebb045..8ef0166b 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -31,7 +31,7 @@
 
 	<groupId>de.ozgcloud.antragsraum</groupId>
 	<artifactId>antragsraum-server</artifactId>
-	<version>1.2.1</version>
+	<version>1.3.0</version>
 
 	<name>OZG-Cloud Antragsraum Server</name>
 	<description>Server Implementierung des Antragsraums</description>
-- 
GitLab