I'm working on a project using hibernate and hibernate spatial version 4.0.
In my pom files I have setup the repository like this:
<repository>
<id>Hibernate spatial repo</id>
<url>http://www.hibernatespatial.org/repository</url>
</repository>
and the dependency like this:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-spatial</artifactId>
<version>4.0-M1</verison>
</dependency>
This setting worked well till begin of July. Now the build process tries to contact hibernatespatial.org for all packages for download, but gets only timeout warnings.
I've noticed, that the new version 5.x has been migrated to hibernate.org. Are there any changes regarding the old repository?
Thanks in advance.