Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
三歪 committed Oct 28, 2021
1 parent 8dbff01 commit d85bf02
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml → austin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>common</artifactId>
<artifactId>austin-common</artifactId>


</project>
2 changes: 1 addition & 1 deletion service-api/pom.xml → austin-service-api-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>service-api</artifactId>
<artifactId>austin-service-api-impl</artifactId>


</project>
2 changes: 1 addition & 1 deletion service-api-impl/pom.xml → austin-service-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>service-api-impl</artifactId>
<artifactId>austin-service-api</artifactId>


</project>
2 changes: 1 addition & 1 deletion support/pom.xml → austin-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>support</artifactId>
<artifactId>austin-support</artifactId>

<dependencies>
<!--mysql驱动包-->
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml → austin-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>web</artifactId>
<artifactId>austin-web</artifactId>

<dependencies>
<!--SpringBoot 默认依赖-->
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<packaging>pom</packaging>

<modules>
<module>web</module>
<module>support</module>
<module>service-api</module>
<module>service-api-impl</module>
<module>common</module>
<module>austin-web</module>
<module>austin-service-api</module>
<module>austin-service-api-impl</module>
<module>austin-common</module>
<module>austin-support</module>
</modules>

<parent>
Expand Down

0 comments on commit d85bf02

Please sign in to comment.