We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d04033 commit f9c7e8eCopy full SHA for f9c7e8e
parent/pom.xml
@@ -105,7 +105,7 @@
105
<rxjava>1.1.8</rxjava>
106
<slf4j>1.7.21</slf4j>
107
<spring>4.3.3.BUILD-SNAPSHOT</spring>
108
- <spring-hateoas>0.21.0.RELEASE</spring-hateoas>
+ <spring-hateoas>0.22.0.BUILD-SNAPSHOT</spring-hateoas>
109
<threetenbp>1.3.2</threetenbp>
110
<validation>1.0.0.GA</validation>
111
<webbeans>1.2.8</webbeans>
@@ -839,10 +839,10 @@
839
840
<repositories>
841
<repository>
842
- <id>spring-libs-release</id>
843
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
844
<snapshots>
845
- <enabled>false</enabled>
+ <enabled>true</enabled>
846
</snapshots>
847
</repository>
848
</repositories>
0 commit comments