diff --git a/README.md b/README.md
index b2c8a7b..56a47ea 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,7 @@
[](https://app.codecov.io/gh/microsphere-projects/microsphere-spring-cloud)


-[](http://isitmaintained.com/project/microsphere-projects/microsphere-spring-cloud "Average time to resolve an issue")
-[](http://isitmaintained.com/project/microsphere-projects/microsphere-spring-cloud "Percentage of issues still open")
+
Microsphere Spring Cloud is an extension library for Spring Cloud that enhances and optimizes its capabilities,
particularly focused on providing dynamic runtime configuration changes without application restarts. It's designed to
@@ -62,8 +61,8 @@ pom.xml:
| **Branches** | **Purpose** | **Latest Version** |
|--------------|--------------------------------------------------|--------------------|
-| **0.2.x** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | 0.2.4 |
-| **0.1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | 0.1.4 |
+| **0.2.x** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | 0.2.5 |
+| **0.1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | 0.1.5 |
Then add the specific modules you need:
diff --git a/microsphere-spring-cloud-commons/src/test/java/io/microsphere/spring/cloud/test/ConditionalOnPropertyEnabledTest.java b/microsphere-spring-cloud-commons/src/test/java/io/microsphere/spring/cloud/test/ConditionalOnPropertyEnabledTest.java
index 42ec97f..b5b1aa7 100644
--- a/microsphere-spring-cloud-commons/src/test/java/io/microsphere/spring/cloud/test/ConditionalOnPropertyEnabledTest.java
+++ b/microsphere-spring-cloud-commons/src/test/java/io/microsphere/spring/cloud/test/ConditionalOnPropertyEnabledTest.java
@@ -32,9 +32,9 @@
import static io.microsphere.spring.core.annotation.AnnotationUtils.getAnnotationAttributes;
import static io.microsphere.spring.test.util.SpringTestUtils.testInSpringContainer;
import static io.microsphere.util.ArrayUtils.isEmpty;
+import static io.microsphere.util.ArrayUtils.length;
import static java.lang.String.valueOf;
import static java.lang.System.getProperties;
-import static org.apache.commons.io.IOUtils.length;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.springframework.core.type.AnnotationMetadata.introspect;
import static org.springframework.util.StringUtils.hasText;
diff --git a/microsphere-spring-cloud-parent/pom.xml b/microsphere-spring-cloud-parent/pom.xml
index 042773d..ce1f861 100644
--- a/microsphere-spring-cloud-parent/pom.xml
+++ b/microsphere-spring-cloud-parent/pom.xml
@@ -20,7 +20,7 @@
- 0.1.4
+ 0.1.5
1.21.3
diff --git a/pom.xml b/pom.xml
index 7d496b1..de4cc24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
- 0.1.4-SNAPSHOT
+ 0.1.5-SNAPSHOT
@@ -62,28 +62,4 @@
microsphere-spring-cloud-openfeign
-
-
- ossrh
- https://s01.oss.sonatype.org/content/repositories/snapshots
-
-
- ossrh
- https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
-
-
-
- snapshot
-
- true
-
-
- false
-
- https://s01.oss.sonatype.org/content/repositories/snapshots
-
-
-
\ No newline at end of file