diff --git a/samples/client/petstore/android/volley/README.md b/samples/client/petstore/android/volley/README.md index 576d718f1f11..0b51769d921a 100644 --- a/samples/client/petstore/android/volley/README.md +++ b/samples/client/petstore/android/volley/README.md @@ -1,4 +1,4 @@ -# swagger-android-client +# swagger-petstore-android-volley ## Requirements @@ -27,7 +27,7 @@ Add this dependency to your project's POM: ```xml io.swagger - swagger-android-client + swagger-petstore-android-volley 1.0.0 compile @@ -38,7 +38,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "io.swagger:swagger-android-client:1.0.0" +compile "io.swagger:swagger-petstore-android-volley:1.0.0" ``` ### Others @@ -49,7 +49,7 @@ At first generate the JAR by executing: Then manually install the following JARs: -* target/swagger-android-client-1.0.0.jar +* target/swagger-petstore-android-volley-1.0.0.jar * target/lib/*.jar ## Getting Started diff --git a/samples/client/petstore/android/volley/pom.xml b/samples/client/petstore/android/volley/pom.xml index a774283da2ee..eed477b639e0 100644 --- a/samples/client/petstore/android/volley/pom.xml +++ b/samples/client/petstore/android/volley/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 io.swagger - swagger-android-client + swagger-petstore-android-volley 1.0.0 diff --git a/samples/server/petstore/springboot-beanvalidation/pom.xml b/samples/server/petstore/springboot-beanvalidation/pom.xml index 78a4be4f4179..5af442938b5c 100644 --- a/samples/server/petstore/springboot-beanvalidation/pom.xml +++ b/samples/server/petstore/springboot-beanvalidation/pom.xml @@ -1,7 +1,7 @@ 4.0.0 io.swagger - swagger-spring + spring-boot-beanvalidation jar spring-boot-beanvalidation 1.0.0 @@ -70,4 +70,4 @@ provided - + \ No newline at end of file