Skip to content

Commit

Permalink
chore: update books pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Dec 3, 2024
1 parent 5da6adf commit 5cc4d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<relativePath/>
</parent>
<groupId>expert.os.demos</groupId>
<artifactId>movies</artifactId>
<artifactId>books</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jnosql.version>1.1.3-SNAPSHOT</jnosql.version>
<jnosql.version>1.1.3</jnosql.version>
<org.mapstruct.version>1.6.3</org.mapstruct.version>
</properties>

Expand Down

0 comments on commit 5cc4d03

Please sign in to comment.