Skip to content

Commit

Permalink
Merge pull request #35 from microsphere-projects/dev-1.x
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
mercyblitz authored Jan 11, 2025
2 parents ba4edef + aafba29 commit cf9c5d7
Show file tree
Hide file tree
Showing 57 changed files with 10 additions and 10 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
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
public interface DefaultPropertiesPostProcessor extends Ordered {

/**
* Initialize {@ link SpringApplicationsetDefaultProperties (Properties) "defaultProperties}" resources
* Initialize {@link SpringApplicationsetDefaultProperties (Properties) "defaultProperties}" resources
*
* @param defaultPropertiesResources {@link SpringApplication#setDefaultProperties(Properties) "defaultProperties"} Resource path
*/
void initializeResources(Set<String> defaultPropertiesResources);

/**
* Post handle {@ link SpringApplication#setDefaultProperties (Properties) "defaultProperties"},
* Post handle {@link SpringApplication#setDefaultProperties (Properties) "defaultProperties"},
* after {@link #initializeResources(Set)}
*
* @param defaultProperties {@link SpringApplication#setDefaultProperties(Properties) "defaultProperties"}
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 microsphere-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<description>Microsphere Spring Boot Parent</description>

<properties>
<microsphere-spring.version>0.1.0</microsphere-spring.version>
<microsphere-spring.version>0.1.1</microsphere-spring.version>
<jolokia.version>1.7.2</jolokia.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
</scm>

<properties>
<revision>0.1.0-SNAPSHOT</revision>
<revision>0.1.1-SNAPSHOT</revision>
</properties>

<modules>
<module>microsphere-spring-boot-parent</module>
<module>microsphere-spring-boot-dependencies</module>
<module>microsphere-spring-boot-compatible</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 cf9c5d7

Please sign in to comment.