Parcourir la source

修改继承关系

chenweida il y a 7 ans
Parent
commit
85bb50b81f
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      common/common-rest-model-es/pom.xml
  2. 1 1
      svr-lib-parent-pom/pom.xml

+ 2 - 2
common/common-rest-model-es/pom.xml

@ -6,13 +6,13 @@
    <parent>
        <groupId>com.yihu.base</groupId>
        <artifactId>common-lib-parent-pom</artifactId>
        <version>1.0.0</version>
        <version>1.0.2</version>
        <relativePath>../../common-lib-parent-pom/pom.xml</relativePath>
    </parent>
    <groupId>com.yihu.jw</groupId>
    <artifactId>common-rest-model-es</artifactId>
    <version>1.0.0</version>
    <version>${parent.version}</version>
    <dependencies>
        <dependency>
            <groupId>io.searchbox</groupId>

+ 1 - 1
svr-lib-parent-pom/pom.xml

@ -170,7 +170,7 @@
            <dependency>
                <groupId>com.yihu.jw</groupId>
                <artifactId>common-rest-model-es</artifactId>
                <version>1.0.0</version>
                <version>${version.myCommon}</version>
            </dependency>
            <dependency>
                <groupId>com.yihu.jw</groupId>