Browse Source

修改pom文件的名字

dev
荣超 2 years ago
parent
commit
ac779fcea9
  1. 2
      epmet-admin/pom.xml
  2. 2
      epmet-auth-client/pom.xml
  3. 4
      epmet-auth/pom.xml
  4. 1
      epmet-commons/epmet-commons-feignclient/pom.xml
  5. 3
      epmet-commons/pom.xml
  6. 4
      epmet-gateway/pom.xml
  7. 2
      epmet-module/pom.xml
  8. 2
      epmet-openapi/pom.xml
  9. 2
      epmet-user/pom.xml
  10. 19
      pom.xml

2
epmet-admin/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>epmet-cloud</artifactId> <artifactId>epmet-cloud-rizhao</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>

2
epmet-auth-client/pom.xml

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>epmet-cloud</artifactId> <artifactId>epmet-cloud-rizhao</artifactId>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>

4
epmet-auth/pom.xml

@ -5,11 +5,11 @@
<version>0.3.100</version> <version>0.3.100</version>
<parent> <parent>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>epmet-cloud</artifactId> <artifactId>epmet-cloud-rizhao</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>
<artifactId>epmet-auth-server</artifactId> <artifactId>epmet-auth</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>

1
epmet-commons/epmet-commons-feignclient/pom.xml

@ -6,7 +6,6 @@
<artifactId>epmet-commons</artifactId> <artifactId>epmet-commons</artifactId>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<version>2.0.0</version> <version>2.0.0</version>
<!--<relativePath>../../pom.xml</relativePath>-->
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging> <packaging>jar</packaging>

3
epmet-commons/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>epmet-cloud</artifactId> <artifactId>epmet-cloud-rizhao</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>
@ -27,6 +27,7 @@
<module>epmet-commons-rocketmq</module> <module>epmet-commons-rocketmq</module>
<module>epmet-commons-security</module> <module>epmet-commons-security</module>
<module>epmet-commons-openapi</module> <module>epmet-commons-openapi</module>
<module>epmet-commons-feignclient</module>
</modules> </modules>
</project> </project>

4
epmet-gateway/pom.xml

@ -5,11 +5,11 @@
<version>0.3.76</version> <version>0.3.76</version>
<parent> <parent>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>epmet-cloud</artifactId> <artifactId>epmet-cloud-rizhao</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>
<artifactId>epmet-gateway-server</artifactId> <artifactId>epmet-gateway</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>

2
epmet-module/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>epmet-cloud</artifactId> <artifactId>epmet-cloud-rizhao</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>

2
epmet-openapi/pom.xml

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>epmet-cloud</artifactId> <artifactId>epmet-cloud-rizhao</artifactId>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>

2
epmet-user/pom.xml

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>epmet-cloud</artifactId> <artifactId>epmet-cloud-rizhao</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>

19
pom.xml

@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
@ -11,7 +10,7 @@
</parent> </parent>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>epmet-cloud</artifactId> <artifactId>epmet-cloud-rizhao</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>党群e事通</description> <description>党群e事通</description>
@ -30,7 +29,6 @@
<module>epmet-module</module> <module>epmet-module</module>
<module>epmet-user</module> <module>epmet-user</module>
<module>epmet-openapi</module> <module>epmet-openapi</module>
<module>epmet-commons/epmet-commons-feignclient</module>
</modules> </modules>
<properties> <properties>
@ -102,21 +100,6 @@
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<repositories>
<repository>
<id>public</id>
<name>aliyun nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>epmet</id>
<name>maven-releases</name>
<url>https://nexus.elinkservice.cn/repository/maven-releases/</url>
</repository>
</repositories>
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
<id>public</id> <id>public</id>

Loading…
Cancel
Save