0
diff --git a/samples/html/index.html b/samples/html/index.html
index 66d26311705..1055c9962ad 100644
--- a/samples/html/index.html
+++ b/samples/html/index.html
@@ -420,7 +420,7 @@
Example data
Content-Type: application/xml
- not implemented com.wordnik.swagger.models.properties.MapProperty@61797eca
+ not implemented com.wordnik.swagger.models.properties.MapProperty@2acca551
@@ -444,11 +444,11 @@
Example data
Content-Type: application/json
- {\n "id" : 123456789,\n "petId" : 123456789,\n "complete" : true,\n "status" : "aeiou",\n "quantity" : 123,\n "shipDate" : "2015-04-05T00:02:39.658+0000"\n}
+ {\n "id" : 123456789,\n "petId" : 123456789,\n "complete" : true,\n "status" : "aeiou",\n "quantity" : 123,\n "shipDate" : "2015-04-05T03:02:18.855+0000"\n}
Example data
Content-Type: application/xml
- \n 123456\n 123456\n 0\n 2015-04-04T17:02:39.662Z\n string\n true\n
+ \n 123456\n 123456\n 0\n 2015-04-04T20:02:18.857Z\n string\n true\n
@@ -472,11 +472,11 @@
Example data
Content-Type: application/json
- {\n "id" : 123456789,\n "petId" : 123456789,\n "complete" : true,\n "status" : "aeiou",\n "quantity" : 123,\n "shipDate" : "2015-04-05T00:02:39.664+0000"\n}
+ {\n "id" : 123456789,\n "petId" : 123456789,\n "complete" : true,\n "status" : "aeiou",\n "quantity" : 123,\n "shipDate" : "2015-04-05T03:02:18.859+0000"\n}
Example data
Content-Type: application/xml
- \n 123456\n 123456\n 0\n 2015-04-04T17:02:39.664Z\n string\n true\n
+ \n 123456\n 123456\n 0\n 2015-04-04T20:02:18.859Z\n string\n true\n
diff --git a/samples/server/petstore/spring-mvc/pom.xml b/samples/server/petstore/spring-mvc/pom.xml
index 778398a5ce7..a8fcae3a997 100644
--- a/samples/server/petstore/spring-mvc/pom.xml
+++ b/samples/server/petstore/spring-mvc/pom.xml
@@ -47,7 +47,7 @@
start-jetty
pre-integration-test
- run
+ start
0