Skip to content

Commit

Permalink
Merge pull request #15 from microsphere-projects/main
Browse files Browse the repository at this point in the history
To release "2.0.0-SNAPSHOT"
  • Loading branch information
mercyblitz authored Aug 19, 2024
2 parents a188884 + be0be1c commit 6ceca5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 0 additions & 6 deletions microsphere-spring-boot-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@
<optional>true</optional>
</dependency>

<!-- Jolokia -->
<dependency>
<groupId>org.jolokia</groupId>
<artifactId>jolokia-core</artifactId>
</dependency>

<!-- Testing -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 4 additions & 2 deletions microsphere-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
<description>Microsphere Spring Boot Parent</description>

<properties>
<spring-boot.version>3.3.1</spring-boot.version>
<microsphere-spring.version>0.0.3</microsphere-spring.version>
<microsphere-spring.version>2.0.0-SNAPSHOT</microsphere-spring.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -97,6 +96,9 @@

<profile>
<id>spring-boot-3.3</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<spring-boot.version>3.3.1</spring-boot.version>
</properties>
Expand Down

0 comments on commit 6ceca5d

Please sign in to comment.