Skip to content

Commit

Permalink
modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Dec 23, 2023
1 parent 76a8d74 commit d585945
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dinky-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-shaded-paimon</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${paimon-shaded.version}</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dinky-shaded/dinky-shaded-paimon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>dinky-shaded-paimon</artifactId>
<version>${revision}</version>
<version>${paimon-shaded.version}</version>
<name>Dinky : Shaded : Paimon</name>
<description>Dinky Shaded Paimon</description>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
<ojdbc8.version>12.2.0.1</ojdbc8.version>
<org.commonmark>0.21.0</org.commonmark>
<oshi.version>6.4.2</oshi.version>
<paimon-shaded.version>0.5.0-${revision}</paimon-shaded.version>
<poi.version>5.2.3</poi.version>
<postgresql.version>42.5.1</postgresql.version>
<powermock.version>2.0.9</powermock.version>
Expand Down

0 comments on commit d585945

Please sign in to comment.