Getting unknown error at Line 1 in pom.xml in Eclipse IDE. It was working fine till yesterday, but all of a sudden after updating my project from master and aft
pom.xml
whenever you facing this type of error simply change the Release version just like In my case it is showing Error in 2.2.7 I changed to 2.2.6
Problem:
org.springframework.boot spring-boot-starter-parent 2.2.7.RELEASE
Solution:
org.springframework.boot spring-boot-starter-parent 2.2.6.RELEASE