Skip to content

Commit f9c7e8e

Browse files
committed
#271 - Upgraded to Spring HATEOAS 0.22.
Upgraded to snapshots for now.
1 parent 3d04033 commit f9c7e8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: parent/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<rxjava>1.1.8</rxjava>
106106
<slf4j>1.7.21</slf4j>
107107
<spring>4.3.3.BUILD-SNAPSHOT</spring>
108-
<spring-hateoas>0.21.0.RELEASE</spring-hateoas>
108+
<spring-hateoas>0.22.0.BUILD-SNAPSHOT</spring-hateoas>
109109
<threetenbp>1.3.2</threetenbp>
110110
<validation>1.0.0.GA</validation>
111111
<webbeans>1.2.8</webbeans>
@@ -839,10 +839,10 @@
839839

840840
<repositories>
841841
<repository>
842-
<id>spring-libs-release</id>
843-
<url>https://repo.spring.io/libs-release</url>
842+
<id>spring-libs-snapshot</id>
843+
<url>https://repo.spring.io/libs-snapshot</url>
844844
<snapshots>
845-
<enabled>false</enabled>
845+
<enabled>true</enabled>
846846
</snapshots>
847847
</repository>
848848
</repositories>

0 commit comments

Comments
 (0)