Переглянути джерело

pom修改对应模块包名

ZhangWenQiang 6 роки тому
батько
коміт
3cbaea93fa

+ 2 - 2
happy-boot-base-common/pom.xml

@@ -2,12 +2,12 @@
 	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">
 	<modelVersion>4.0.0</modelVersion>
-	<artifactId>jeecg-boot-base-common</artifactId>
+	<artifactId>happy-boot-base-common</artifactId>
 	<version>2.0.0</version>
 
 	<parent>
 		<groupId>org.jeecgframework.boot</groupId>
-		<artifactId>jeecg-boot-parent</artifactId>
+		<artifactId>happy-boot-parent</artifactId>
 		<version>2.0.0</version>
 	</parent>
 	

+ 2 - 2
happy-boot-module-common/pom.xml

@@ -8,7 +8,7 @@
     <packaging>jar</packaging>
 
     <parent>
-        <artifactId>jeecg-boot-parent</artifactId>
+        <artifactId>happy-boot-parent</artifactId>
         <groupId>org.jeecgframework.boot</groupId>
         <version>2.0.0</version>
     </parent>
@@ -16,7 +16,7 @@
     <dependencies>
         <dependency>
             <groupId>org.jeecgframework.boot</groupId>
-            <artifactId>jeecg-boot-base-common</artifactId>
+            <artifactId>happy-boot-base-common</artifactId>
             <version>2.0.0</version>
         </dependency>
     </dependencies>

+ 2 - 2
happy-boot-module-hppay/pom.xml

@@ -7,7 +7,7 @@
     <version>1.0.0</version>
 
     <parent>
-        <artifactId>jeecg-boot-parent</artifactId>
+        <artifactId>happy-boot-parent</artifactId>
         <groupId>org.jeecgframework.boot</groupId>
         <version>2.0.0</version>
     </parent>
@@ -34,7 +34,7 @@
     <dependencies>
         <dependency>
             <groupId>org.jeecgframework.boot</groupId>
-            <artifactId>jeecg-boot-module-system</artifactId>
+            <artifactId>happy-boot-module-system</artifactId>
             <version>2.0.0</version>
         </dependency>
         <dependency>

+ 3 - 3
happy-boot-module-system/pom.xml

@@ -2,12 +2,12 @@
 	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">
 	<modelVersion>4.0.0</modelVersion>
-	<artifactId>jeecg-boot-module-system</artifactId>
+	<artifactId>happy-boot-module-system</artifactId>
 	<version>2.0.0</version>
 
 	<parent>
 		<groupId>org.jeecgframework.boot</groupId>
-		<artifactId>jeecg-boot-parent</artifactId>
+		<artifactId>happy-boot-parent</artifactId>
 		<version>2.0.0</version>
 	</parent>
 
@@ -33,7 +33,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.jeecgframework.boot</groupId>
-			<artifactId>jeecg-boot-base-common</artifactId>
+			<artifactId>happy-boot-base-common</artifactId>
 			<version>2.0.0</version>
 		</dependency>
 	</dependencies>

+ 3 - 3
pom.xml

@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" 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">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jeecgframework.boot</groupId>
-  <artifactId>jeecg-boot-parent</artifactId>
+  <artifactId>happy-boot-parent</artifactId>
   <version>2.0.0</version>
   <packaging>pom</packaging>
   
@@ -260,10 +260,10 @@
 
 	<dependencyManagement>
 		<dependencies>
-			<!-- jeecg-boot-base-common -->
+			<!-- happy-boot-base-common -->
 			<dependency>
 	    		<groupId>org.jeecgframework.boot</groupId>
-	    		<artifactId>jeecg-boot-base-common</artifactId>
+	    		<artifactId>happy-boot-base-common</artifactId>
 	    		<version>${jeecgboot.common.version}</version>
 	    	</dependency>
 		</dependencies>