chore: Project adjustment

This commit is contained in:
Piotr Dec 2024-05-20 22:53:15 +02:00
parent 311c8be77e
commit 74394649c5
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 2 additions and 9 deletions

View file

@ -11,8 +11,7 @@
</parent>
<groupId>eu.ztsh</groupId>
<artifactId>spring-boot-template</artifactId>
<name>Spring Boot Standalone Template</name>
<artifactId>wymiana-walut</artifactId>
<version>1.0.0-SNAPSHOT</version>
<properties>
@ -22,6 +21,7 @@
<project.reporting.outputEncoding>${source.encoding}</project.reporting.outputEncoding>
<!-- JDK -->
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>