Skip to content

Commit

Permalink
fix: pom.xml文件version报错
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLD committed Jan 14, 2024
1 parent 3833838 commit 527b73d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion mm-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.mmanger</groupId>
<artifactId>WeMQ</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</parent>

<artifactId>mm-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions mm-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.mmanger</groupId>
<artifactId>WeMQ</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</parent>

<artifactId>mm-dao</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>cn.mmanger</groupId>
<artifactId>mm-model</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions mm-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.mmanger</groupId>
<artifactId>WeMQ</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</parent>

<artifactId>mm-framework</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>cn.mmanger</groupId>
<artifactId>mm-common</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion mm-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.mmanger</groupId>
<artifactId>WeMQ</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</parent>

<artifactId>mm-model</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions mm-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.mmanger</groupId>
<artifactId>WeMQ</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</parent>

<artifactId>mm-service</artifactId>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>cn.mmanger</groupId>
<artifactId>mm-dao</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.mmanger</groupId>
<artifactId>mm-framework</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions mm-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cn.mmanger</groupId>
<artifactId>WeMQ</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</parent>

<artifactId>mm-web</artifactId>
Expand All @@ -22,17 +22,17 @@
<dependency>
<groupId>cn.mmanger</groupId>
<artifactId>mm-common</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.mmanger</groupId>
<artifactId>mm-framework</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.mmanger</groupId>
<artifactId>mm-service</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
</dependency>

<!--文件上传-->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.mmanger</groupId>
<artifactId>WeMQ</artifactId>
<version>${wemq-version}</version>
<version>${revision}</version>
<packaging>pom</packaging>
<modules>
<module>mm-common</module>
Expand All @@ -25,7 +25,7 @@
</parent>

<properties>
<wemq-version>1.4.2</wemq-version>
<revision>1.4.2</revision>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 527b73d

Please sign in to comment.