You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by wu...@apache.org on 2020/05/29 08:14:45 UTC

[servicecomb-java-chassis] 02/03: [SCB-1954]fix artifact name error

This is an automated email from the ASF dual-hosted git repository.

wujimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git

commit 538ca8dbb0094124bae56b8d8506a062f5ea5a97
Author: liubao <bi...@qq.com>
AuthorDate: Fri May 29 09:44:25 2020 +0800

    [SCB-1954]fix artifact name error
---
 coverage-reports/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coverage-reports/pom.xml b/coverage-reports/pom.xml
index 514cd21..b6f20a2 100644
--- a/coverage-reports/pom.xml
+++ b/coverage-reports/pom.xml
@@ -527,7 +527,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.tests</groupId>
-      <artifactId>pojo-tests</artifactId>
+      <artifactId>pojo-test</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>