Update the samples to build against correct version of main project

This should have been done as part of 0e5151e91.
This commit is contained in:
Andy Wilkinson
2015-06-23 14:05:07 +01:00
parent 7cdbf0cea9
commit b6c64dfd26
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs</artifactId>
<version>0.1.0.BUILD-SNAPSHOT</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>