diff --git a/modules/swagger-codegen/src/main/resources/android/libraries/volley/pom.mustache b/modules/swagger-codegen/src/main/resources/android/libraries/volley/pom.mustache
index 4036bb32afbc..80ba5feacab2 100644
--- a/modules/swagger-codegen/src/main/resources/android/libraries/volley/pom.mustache
+++ b/modules/swagger-codegen/src/main/resources/android/libraries/volley/pom.mustache
@@ -37,11 +37,24 @@
${android-platform-version}
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.5.1
+
+ 1.6
+ 1.6
+
+
+
+
- 1.5.0
+ 1.5.8
4.4.4
4.5.2
- 2.3.1
+ 2.6.2
1.0.19
4.1.1.4
diff --git a/samples/client/petstore/android/volley/README.md b/samples/client/petstore/android/volley/README.md
index e4aa4748243c..65931066a32a 100644
--- a/samples/client/petstore/android/volley/README.md
+++ b/samples/client/petstore/android/volley/README.md
@@ -1,4 +1,4 @@
-# swagger-petstore-android-volley
+# swagger-android-client
## Requirements
@@ -27,7 +27,7 @@ Add this dependency to your project's POM:
```xml
io.swagger
- swagger-petstore-android-volley
+ swagger-android-client
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-petstore-android-volley:1.0.0"
+compile "io.swagger:swagger-android-client:1.0.0"
```
### Others
@@ -49,7 +49,7 @@ At first generate the JAR by executing:
Then manually install the following JARs:
-* target/swagger-petstore-android-volley-1.0.0.jar
+* target/swagger-android-client-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 98572662fb27..04369688c3bd 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-petstore-android-volley
+ swagger-android-client
1.0.0
@@ -37,11 +37,24 @@
${android-platform-version}
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.5.1
+
+ 1.6
+ 1.6
+
+
+
+
- 1.5.0
+ 1.5.8
4.4.4
4.5.2
- 2.3.1
+ 2.6.2
1.0.19
4.1.1.4