From 697275f347693ff47e682ca2a4cabf8816b59cbc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 15 Oct 2015 17:51:17 +0100 Subject: [PATCH] Begin development of 1.1.0 --- gradle.properties | 2 +- samples/rest-notes-spring-data-rest/pom.xml | 2 +- samples/rest-notes-spring-hateoas/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 59241404..4797e2a6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.0.1.BUILD-SNAPSHOT +version=1.1.0.BUILD-SNAPSHOT org.gradle.jvmargs=-XX:MaxPermSize=512M diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index 020030dc..274f9569 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.1.0.BUILD-SNAPSHOT diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 22a2e03e..414a9081 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.1.0.BUILD-SNAPSHOT' } dependencies {