From 5c5dee8e43a59a46b17bbf0f92433fbe0fa00420 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 1 Oct 2019 12:33:30 -0500 Subject: [PATCH] Upgrade to latest versions. --- pom.xml | 10 ++-- spring-hateoas-and-spring-data-rest/pom.xml | 58 --------------------- 2 files changed, 5 insertions(+), 63 deletions(-) diff --git a/pom.xml b/pom.xml index 42fcc86..1a2c988 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ Spring HATEOAS - Examples Examples using Spring HATEOAS to build RESTful services - 2017-2019 + 2017 @@ -32,7 +32,7 @@ Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0 - Copyright 2017 the original author or authors. + Copyright 2017-2019 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -53,7 +53,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.0.M5 + 2.2.0.BUILD-SNAPSHOT @@ -73,8 +73,8 @@ 1.8 1.2.2 - - + + diff --git a/spring-hateoas-and-spring-data-rest/pom.xml b/spring-hateoas-and-spring-data-rest/pom.xml index 108d75d..b9fd145 100644 --- a/spring-hateoas-and-spring-data-rest/pom.xml +++ b/spring-hateoas-and-spring-data-rest/pom.xml @@ -40,64 +40,6 @@ org.springframework.boot spring-boot-maven-plugin - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.asciidoctor - asciidoctor-maven-plugin - 1.5.3 - - - generate-docs - prepare-package - - process-asciidoc - - - html - book - - - - - - org.springframework.restdocs - spring-restdocs-asciidoctor - ${spring-restdocs.version} - - - - - - maven-resources-plugin - 2.7 - - - copy-resources - prepare-package - - copy-resources - - - - ${project.build.outputDirectory}/static/docs - - - - - ${project.build.directory}/generated-docs - - - - - - - -