Skip to content

Commit

Permalink
V1.2.0 (#165)
Browse files Browse the repository at this point in the history
* Version angehoben🎇

* isi-reporting-eau.json v1.2.0

---------

Co-authored-by: tiago.kocevar <[email protected]>
Co-authored-by: albrecht.schaenzel <[email protected]>
  • Loading branch information
3 people authored May 3, 2024
1 parent 17dde49 commit f12c6c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
11 changes: 7 additions & 4 deletions apidoc/isi-reporting-eai.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "ISI Reporting EAI",
"description": "ISI Reporting EAI - Service zum Befüllen der Metabase-DB",
"contact": { "name": "ISI Management", "email": "[email protected]" },
"version": "1.1.0"
"version": "1.2.0"
},
"servers": [{ "url": "http://localhost:8088", "description": "Generated server url" }],
"tags": [
Expand Down Expand Up @@ -175,7 +175,8 @@
"abfragevariantenSachbearbeitungBaugenehmigungsverfahren": {
"type": "array",
"items": { "$ref": "#/components/schemas/AbfragevarianteBaugenehmigungsverfahrenDto" }
}
},
"fristBearbeitung": { "type": "string", "format": "date" }
}
}
]
Expand All @@ -194,7 +195,8 @@
"abfragevariantenSachbearbeitungBauleitplanverfahren": {
"type": "array",
"items": { "$ref": "#/components/schemas/AbfragevarianteBauleitplanverfahrenDto" }
}
},
"fristBearbeitung": { "type": "string", "format": "date" }
}
}
]
Expand Down Expand Up @@ -270,7 +272,8 @@
"abfragevariantenSachbearbeitungWeiteresVerfahren": {
"type": "array",
"items": { "$ref": "#/components/schemas/AbfragevarianteWeiteresVerfahrenDto" }
}
},
"fristBearbeitung": { "type": "string", "format": "date" }
}
}
]
Expand Down
20 changes: 12 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>de.muenchen.isi</groupId>
<artifactId>isi-backend</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<name>isi_backend</name>

<packaging>jar</packaging>
Expand Down Expand Up @@ -39,7 +39,8 @@
<maven-scm-plugin.version>1.10.0</maven-scm-plugin.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<maven.compiler.plugin.version>3.11.0</maven.compiler.plugin.version>
<!-- Version muss mit der in den spring-boot-dependencies bereitgestellten Lombok-Version übereinstimmen -->
<!-- Version muss mit der in den spring-boot-dependencies bereitgestellten Lombok-Version
übereinstimmen -->
<org.projectlombok.lombok.version>1.18.30</org.projectlombok.lombok.version>
<org.projectlombok.mapstructbinding.version>0.2.0</org.projectlombok.mapstructbinding.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
Expand Down Expand Up @@ -245,7 +246,8 @@
<scope>test</scope>
</dependency>
<dependency>
<!-- this is needed or IntelliJ gives junit.jar or junit-platform-launcher:1.9.2 not found errors -->
<!-- this is needed or IntelliJ gives junit.jar or junit-platform-launcher:1.9.2 not
found errors -->
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
Expand Down Expand Up @@ -427,7 +429,8 @@
<goals>
<goal>repackage</goal>
</goals>
<!-- https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#nested-jar-support -->
<!--
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#nested-jar-support -->
<!-- Erforderlich wegen Hibernate-Search-Kompatibilität -->
<configuration>
<loaderImplementation>CLASSIC</loaderImplementation>
Expand All @@ -442,7 +445,8 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<!-- https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#parameter-name-discovery -->
<!--
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#parameter-name-discovery -->
<parameters>true</parameters>
<annotationProcessorPaths>
<path>
Expand Down Expand Up @@ -566,4 +570,4 @@
</build>


</project>
</project>

0 comments on commit f12c6c6

Please sign in to comment.