Bladeren bron

修改字模块的父模块的groupId

suntg 7 jaren geleden
bovenliggende
commit
560aadd152

+ 2 - 2
jpress-addon-helloworld/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 

+ 2 - 2
jpress-cache/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 	<artifactId>jpress-cache</artifactId>

+ 2 - 2
jpress-commons/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 

+ 2 - 2
jpress-message/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 	<artifactId>jpress-message</artifactId>

+ 2 - 2
jpress-model/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 	<artifactId>jpress-model</artifactId>

+ 2 - 2
jpress-oauth2/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 

+ 2 - 2
jpress-search-api/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 	

+ 2 - 2
jpress-search-dbsimple/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 	<artifactId>jpress-search-dbsimple</artifactId>

+ 2 - 2
jpress-web-admin/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 	<artifactId>jpress-web-admin</artifactId>

+ 2 - 2
jpress-web-core/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 	<artifactId>jpress-web-core</artifactId>

+ 2 - 2
jpress-web-front/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 

+ 2 - 2
jpress-web-template-mallcms/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 	<artifactId>jpress-web-template-mallcms</artifactId>

+ 2 - 2
jpress-web/pom.xml

@@ -4,8 +4,8 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.uas.cms</groupId>
-		<artifactId>jpress</artifactId>
+		<groupId>com.usoftchina</groupId>
+		<artifactId>usoftchina-cms</artifactId>
 		<version>1.0</version>
 	</parent>
 	<artifactId>jpress-web</artifactId>