This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 1dbddc7 SCB-2316 modify parent dependency (#2511)
1dbddc7 is described below
commit 1dbddc7cc0849fd82e677c741ba5b7c13cbd079b
Author: zyl <[email protected]>
AuthorDate: Tue Aug 17 19:17:28 2021 +0800
SCB-2316 modify parent dependency (#2511)
---
huawei-cloud/darklaunch/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/huawei-cloud/darklaunch/pom.xml b/huawei-cloud/darklaunch/pom.xml
index 547fb12..5171478 100644
--- a/huawei-cloud/darklaunch/pom.xml
+++ b/huawei-cloud/darklaunch/pom.xml
@@ -19,8 +19,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
+ <artifactId>huawei-cloud</artifactId>
<groupId>org.apache.servicecomb</groupId>
- <artifactId>java-chassis-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -42,4 +42,4 @@
<artifactId>handler-loadbalance</artifactId>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>