Skip to content

Commit

Permalink
fix: inherit maven properties from parent module for metadata-jdbc (#541
Browse files Browse the repository at this point in the history
)

Signed-off-by: Li Zhanhui <[email protected]>
  • Loading branch information
lizhanhui authored Nov 1, 2023
1 parent 0192e88 commit 761d4cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions metadata-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@

<artifactId>metadata-jdbc</artifactId>

<properties>
<maven.compiler.source>19</maven.compiler.source>
<maven.compiler.target>19</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 761d4cf

Please sign in to comment.