I have following web project. It's a Spring and Hibernate project and i cloned it. https://github.com/thenewcircle/spring-hibernate-20120924 . But now there's an error in the pom.xml file. It says following message.
Failure to transfer org.apache.maven:maven-plugin-api:pom:2.0.6 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven:maven-plugin-api:pom:2.0.6 from/to central (http://repo.maven.apache.org/maven2): The operation was cancelled.
And I tried chaging the version mumber too. But didn't work. And I'm using Spring Tool Suite 3.6.4 and Java 8. And actually i'm new to Spring and Hibernate. This is the pom.xml file i'm using.
https://github.com/thenewcircle/spring-hibernate-20120924/blob/master/pom.xml