Browse Source

1.修改pom版本

dev
wxz 5 years ago
parent
commit
6fa3ed19b8
  1. 3
      epmet-module/gov-access/gov-access-client/pom.xml
  2. 4
      epmet-module/gov-access/gov-access-server/pom.xml
  3. 2
      epmet-module/gov-access/pom.xml
  4. 1
      epmet-module/gov-mine/gov-mine-client/pom.xml
  5. 2
      epmet-module/gov-mine/gov-mine-server/pom.xml

3
epmet-module/gov-access/gov-access-client/pom.xml

@ -2,11 +2,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<version>0.3.0</version>
<parent> <parent>
<artifactId>gov-access</artifactId> <artifactId>gov-access</artifactId>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<version>0.3.0</version> <version>2.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

4
epmet-module/gov-access/gov-access-server/pom.xml

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>gov-access</artifactId> <artifactId>gov-access</artifactId>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<version>0.3.0</version> <version>2.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -17,7 +17,7 @@
<dependency> <dependency>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>gov-access-client</artifactId> <artifactId>gov-access-client</artifactId>
<version>0.3.0</version> <version>2.0.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>

2
epmet-module/gov-access/pom.xml

@ -11,7 +11,7 @@
<artifactId>gov-access</artifactId> <artifactId>gov-access</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.3.0</version>
<modules> <modules>
<module>gov-access-client</module> <module>gov-access-client</module>
<module>gov-access-server</module> <module>gov-access-server</module>

1
epmet-module/gov-mine/gov-mine-client/pom.xml

@ -2,7 +2,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<version>0.3.0</version>
<parent> <parent>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>gov-mine</artifactId> <artifactId>gov-mine</artifactId>

2
epmet-module/gov-mine/gov-mine-server/pom.xml

@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<artifactId>gov-mine-client</artifactId> <artifactId>gov-mine-client</artifactId>
<version>0.3.0</version> <version>2.0.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>

Loading…
Cancel
Save