This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 843cd32956 fix(integrations/spring): correct parent artifactId (#5007)
843cd32956 is described below
commit 843cd329562d6cabb8819c826faeeb852016267c
Author: ZhangJian He <[email protected]>
AuthorDate: Wed Aug 14 14:46:58 2024 +0800
fix(integrations/spring): correct parent artifactId (#5007)
Signed-off-by: ZhangJian He <[email protected]>
---
integrations/spring/opendal-spring-boot-starter-reactive/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/integrations/spring/opendal-spring-boot-starter-reactive/pom.xml
b/integrations/spring/opendal-spring-boot-starter-reactive/pom.xml
index 2066d05a46..91fdd46fe8 100644
--- a/integrations/spring/opendal-spring-boot-starter-reactive/pom.xml
+++ b/integrations/spring/opendal-spring-boot-starter-reactive/pom.xml
@@ -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>