Skip to content

Commit

Permalink
fix(integrations/spring): correct parent artifactId
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
ZhangJian He committed Aug 14, 2024
1 parent 87e98ef commit 3749bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.opendal</groupId>
<artifactId>spring-boot-opendal-parent</artifactId>
<artifactId>spring-opendal-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>

Expand Down

0 comments on commit 3749bef

Please sign in to comment.