Polish affordances section.
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -9,9 +9,9 @@
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Spring HATEOAS - Examples</name>
|
||||
<description></description>
|
||||
<description>Examples using Spring HATEOAS to build RESTful services</description>
|
||||
|
||||
<inceptionYear>2017</inceptionYear>
|
||||
<inceptionYear>2017-2019</inceptionYear>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
@@ -39,7 +39,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.0.0.RC1</version>
|
||||
<version>2.1.2.RELEASE</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
|
||||
<evo.version>1.2.2</evo.version>
|
||||
<spring-hateoas.version>1.0.0.BUILD-SNAPSHOT</spring-hateoas.version>
|
||||
<spring-plugin.version>2.0.0.BUILD-SNAPSHOT</spring-plugin.version>
|
||||
</properties>
|
||||
@@ -94,7 +95,7 @@
|
||||
<dependency>
|
||||
<groupId>org.atteo</groupId>
|
||||
<artifactId>evo-inflector</artifactId>
|
||||
<version>1.2.1</version>
|
||||
<version>${evo.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user