Browse Source

first commit

wangweiqun 6 years ago
parent
commit
d6d257d15f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      commons/commons-entity/pom.xml

+ 2 - 2
commons/commons-entity/pom.xml

@ -3,10 +3,10 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.yihu.ehr</groupId>
        <artifactId>ehr-lib-parent-pom</artifactId>
        <groupId>com.yihu.ehr</groupId>
        <version>1.2.0</version>
        <relativePath>../../pom.xml</relativePath>
        <relativePath>../../ehr-lib-parent-pom/pom.xml</relativePath>
    </parent>
    <artifactId>commons-entity</artifactId>