From 9a3e4c5f701040a1eccf2786fa278caab860ab9a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Oct 2015 10:03:57 +0100 Subject: [PATCH] Update the samples to build against 1.0.1 snapshots --- samples/rest-notes-spring-data-rest/pom.xml | 2 +- samples/rest-notes-spring-hateoas/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index 020030dc..aa6384b6 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -18,7 +18,7 @@ UTF-8 1.7 - 1.0.0.BUILD-SNAPSHOT + 1.0.1.BUILD-SNAPSHOT diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 22a2e03e..8dfb61e8 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -28,7 +28,7 @@ targetCompatibility = 1.7 ext { snippetsDir = file('build/generated-snippets') - springRestdocsVersion = '1.0.0.BUILD-SNAPSHOT' + springRestdocsVersion = '1.0.1.BUILD-SNAPSHOT' } dependencies {