Skip to content

Commit

Permalink
Polish #32
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 11, 2025
1 parent 019c3db commit d66ef06
Show file tree
Hide file tree
Showing 56 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion microsphere-spring-boot-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Microsphere Dependencies -->
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-core-spring-boot-starter</artifactId>
<artifactId>microsphere-spring-boot-core</artifactId>
<version>${revision}</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-core-spring-boot-starter</artifactId>
<artifactId>microsphere-spring-boot-core</artifactId>
<version>${revision}</version>

<name>Microsphere :: Spring Boot :: Core Starter</name>
<description>Microsphere Spring Boot Core Starter</description>
<name>Microsphere :: Spring Boot :: Core</name>
<description>Microsphere Spring Boot Core</description>

<dependencies>
<!-- Microsphere Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion microsphere-spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-core-spring-boot-starter</artifactId>
<artifactId>microsphere-spring-boot-core</artifactId>
<version>${revision}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<modules>
<module>microsphere-spring-boot-parent</module>
<module>microsphere-spring-boot-dependencies</module>
<module>microsphere-core-spring-boot-starter</module>
<module>microsphere-spring-boot-core</module>
<module>microsphere-spring-boot-actuator</module>
</modules>

Expand Down

0 comments on commit d66ef06

Please sign in to comment.