Skip to content

Commit 90e6dc5

Browse files
committed
reset spring version of dubbo-test-spring4.1 and dubbo-test-spring4.2 for compatible testing
1 parent a7b641f commit 90e6dc5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dubbo-test/dubbo-test-spring4.1/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828

2929
<properties>
3030
<skip_maven_deploy>true</skip_maven_deploy>
31-
<spring_version>5.3.39</spring_version>
31+
<!-- DON'T UPGRADE SPRING VERSION (4.1.9.RELEASE) OF THIS PROJECT !!! -->
32+
<spring_version>4.1.9.RELEASE</spring_version>
3233
</properties>
3334

3435
<dependencyManagement>

dubbo-test/dubbo-test-spring4.2/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828

2929
<properties>
3030
<skip_maven_deploy>true</skip_maven_deploy>
31-
<spring_version>5.3.39</spring_version>
31+
<!-- DON'T UPGRADE SPRING VERSION (4.2.9.RELEASE) OF THIS PROJECT !!! -->
32+
<spring_version>4.2.9.RELEASE</spring_version>
3233
</properties>
3334

3435
<dependencyManagement>

0 commit comments

Comments
 (0)