zh.sqy 9 vuotta sitten
vanhempi
commit
ac8d4bd69b

+ 2 - 2
hsweb-web-controller/pom.xml

@@ -3,8 +3,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>
-        <groupId>org.hsweb</groupId>
         <artifactId>hsweb-framework</artifactId>
+        <groupId>org.hsweb</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -22,7 +22,7 @@
     <dependencies>
         <dependency>
             <groupId>org.hsweb</groupId>
-            <artifactId>service-impl-common</artifactId>
+            <artifactId>hsweb-web-service-impl-common</artifactId>
             <version>${parent.version}</version>
         </dependency>
         <dependency>

+ 1 - 1
hsweb-web-core/pom.xml

@@ -3,7 +3,7 @@
          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>framework</artifactId>
+        <artifactId>hsweb-framework</artifactId>
         <groupId>org.hsweb</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>

+ 1 - 1
hsweb-web-dao-impl-mybatis/pom.xml

@@ -3,8 +3,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>
-        <groupId>org.hsweb</groupId>
         <artifactId>hsweb-framework</artifactId>
+        <groupId>org.hsweb</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>

+ 1 - 1
hsweb-web-service-impl-common/pom.xml

@@ -3,8 +3,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>
-        <groupId>org.hsweb</groupId>
         <artifactId>hsweb-framework</artifactId>
+        <groupId>org.hsweb</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>