Skip to content

Commit 1df5b62

Browse files
committed
test: revert unrelated Spring-Boot-Version bump in finalize_test
Version string 3.x.x -> 4.x.x was unrelated to the task process type fix; revert to keep the PR focused.
1 parent 22e272d commit 1df5b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/finalize/finalize_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dependencies: []
101101

102102
// Create META-INF/MANIFEST.MF with corresponding content of a Spring Boot app
103103
manifestFile := filepath.Join(buildDir, "META-INF", "MANIFEST.MF")
104-
Expect(os.WriteFile(manifestFile, []byte("Spring-Boot-Version: 4.x.x"), 0644)).To(Succeed())
104+
Expect(os.WriteFile(manifestFile, []byte("Spring-Boot-Version: 3.x.x"), 0644)).To(Succeed())
105105

106106
finalizer.JREName = "OpenJDK"
107107
finalizer.ContainerName = "Spring Boot"

0 commit comments

Comments
 (0)