File tree Expand file tree Collapse file tree 11 files changed +11
-10
lines changed
modules/swagger-core/src/test/scala/specFiles
java-grails2/web-app/WEB-INF
main/java/com/wordnik/swagger/sample
main/java/com/wordnik/swagger/sample
java-jersey-jaxrs/src/main/java/com/wordnik/swagger/sample
java-jersey2/src/main/java/com/wordnik/swagger/sample Expand file tree Collapse file tree 11 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1+ sudo : false
12language : java
23script : mvn clean verify
34jdk :
Original file line number Diff line number Diff line change 66 "title" : " Swagger Petstore" ,
77 "termsOfService" : " http://helloreverb.com/terms/" ,
88 "contact" : {
9- "name" : " apiteam@wordnik.com "
9+ "name" : " apiteam@swagger.io "
1010 },
1111 "license" : {
1212 "name" : " Apache 2.0" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
3030 <property name =" basePath" value =" http://localhost:8080/java-grails2/api" />
3131 <property name =" title" value =" Petstore sample app" />
3232 <property name =" description" value =" This is a app." />
33- <property name =" contact" value =" apiteam@wordnik.com " />
33+ <property name =" contact" value =" apiteam@swagger.io " />
3434 <property name =" license" value =" Apache 2.0 License" />
3535 <property name =" licenseUrl" value =" http://www.apache.org/licenses/LICENSE-2.0.html" />
3636 <property name =" scan" value =" true" />
Original file line number Diff line number Diff line change 4545 <property name =" basePath" value =" /api" />
4646 <property name =" title" value =" Petstore sample app" />
4747 <property name =" description" value =" This is a app." />
48- <property name =" contact" value =" apiteam@wordnik.com " />
48+ <property name =" contact" value =" apiteam@swagger.io " />
4949 <property name =" license" value =" Apache 2.0 License" />
5050 <property name =" licenseUrl" value =" http://www.apache.org/licenses/LICENSE-2.0.html" />
5151 <!-- <property name="filterClass" value="com.wordnik.swagger.sample.util.ApiAuthorizationFilterImpl"/> -->
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class ResourceListingIT extends FlatSpec with Matchers {
2525 info.getVersion() should be (" 1.0.0" )
2626 info.getTitle() should be (" Petstore sample app" )
2727 info.getContact() should not be (null )
28- info.getContact().getName() should be (" apiteam@wordnik.com " )
28+ info.getContact().getName() should be (" apiteam@swagger.io " )
2929 info.getLicense() should not be (null )
3030 info.getLicense().getName() should be (" Apache 2.0 License" )
3131 }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public void init(ServletConfig config) throws ServletException {
2424 "you can use the api key \" special-key\" to test the authorization filters" )
2525 .termsOfService ("http://helloreverb.com/terms/" )
2626 .contact (new Contact ()
27- .email ("apiteam@wordnik.com " ))
27+ .email ("apiteam@swagger.io " ))
2828 .license (new License ()
2929 .name ("Apache 2.0" )
3030 .url ("http://www.apache.org/licenses/LICENSE-2.0.html" ));
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class ResourceListingIT extends FlatSpec with Matchers {
2727 info.getVersion() should be (" 1.0.0" )
2828 info.getTitle() should be (" Petstore sample app" )
2929 info.getContact() should not be (null )
30- info.getContact().getName() should be (" apiteam@wordnik.com " )
30+ info.getContact().getName() should be (" apiteam@swagger.io " )
3131 info.getLicense() should not be (null )
3232 info.getLicense().getName() should be (" Apache 2.0 License" )
3333 }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public void init(ServletConfig config) throws ServletException {
1919 "you can use the api key \" special-key\" to test the authorization filters" )
2020 .termsOfService ("http://helloreverb.com/terms/" )
2121 .contact (new Contact ()
22- .email ("apiteam@wordnik.com " ))
22+ .email ("apiteam@swagger.io " ))
2323 .license (new License ()
2424 .name ("Apache 2.0" )
2525 .url ("http://www.apache.org/licenses/LICENSE-2.0.html" ));
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class ResourceListingIT extends FlatSpec with Matchers {
2727 info.getVersion() should be (" 1.0.0" )
2828 info.getTitle() should be (" Petstore sample app" )
2929 info.getContact() should not be (null )
30- info.getContact().getName() should be (" apiteam@wordnik.com " )
30+ info.getContact().getName() should be (" apiteam@swagger.io " )
3131 info.getLicense() should not be (null )
3232 info.getLicense().getName() should be (" Apache 2.0 License" )
3333 }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public void init(ServletConfig config) throws ServletException {
1919 "you can use the api key \" special-key\" to test the authorization filters" )
2020 .termsOfService ("http://helloreverb.com/terms/" )
2121 .contact (new Contact ()
22- .email ("apiteam@wordnik.com " ))
22+ .email ("apiteam@swagger.io " ))
2323 .license (new License ()
2424 .name ("Apache 2.0" )
2525 .url ("http://www.apache.org/licenses/LICENSE-2.0.html" ));
You can’t perform that action at this time.
0 commit comments