Skip to content

Commit 162aec9

Browse files
committed
Adjust integration tests to use Boot 3
1 parent 6bee77e commit 162aec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/spring-shell/src/test/java/org/springframework/sbm/BootUpgrade_27_30_MultiModule_IntegrationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private void verifyParentPomVersion() {
221221
String groupId = parentTag.getChildValue("groupId").get();
222222
String artifactId = parentTag.getChildValue("artifactId").get();
223223

224-
assertThat(version).isEqualTo("3.0.0-M3");
224+
assertThat(version).isEqualTo("3.0.0");
225225
assertThat(groupId).isEqualTo("org.springframework.boot");
226226
assertThat(artifactId).isEqualTo("spring-boot-starter-parent");
227227
}

0 commit comments

Comments
 (0)