diff --git a/bin/dynamic-html.sh b/bin/dynamic-html.sh index 45dcedd5f69..4942cba8d46 100755 --- a/bin/dynamic-html.sh +++ b/bin/dynamic-html.sh @@ -31,6 +31,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="$@ -i http://petstore.swagger.wordnik.com/v2/swagger.json -l dynamic-html -o samples/swagger-dynamic-html" +ags="$@ -i http://petstore.swagger.io/v2/swagger.json -l dynamic-html -o samples/swagger-dynamic-html" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/java-petstore.sh b/bin/java-petstore.sh index a3f15898492..96f7d05129c 100755 --- a/bin/java-petstore.sh +++ b/bin/java-petstore.sh @@ -31,6 +31,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="$@ -i http://petstore.swagger.wordnik.com/v2/swagger.json -l java -o samples/client/petstore/java" +ags="$@ -i http://petstore.swagger.io/v2/swagger.json -l java -o samples/client/petstore/java" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/jaxrs-petstore-server.sh b/bin/jaxrs-petstore-server.sh index 066651aaca0..6e58f4ab6e1 100755 --- a/bin/jaxrs-petstore-server.sh +++ b/bin/jaxrs-petstore-server.sh @@ -31,6 +31,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="$@ -i http://petstore.swagger.wordnik.com/v2/swagger.json -l jaxrs -o samples/server/petstore/jaxrs -t modules/swagger-codegen/src/main/resources/JavaJaxRS" +ags="$@ -i http://petstore.swagger.io/v2/swagger.json -l jaxrs -o samples/server/petstore/jaxrs -t modules/swagger-codegen/src/main/resources/JavaJaxRS" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/scala-petstore.sh b/bin/scala-petstore.sh index 1108f63eba4..3dba87aa68c 100755 --- a/bin/scala-petstore.sh +++ b/bin/scala-petstore.sh @@ -31,6 +31,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="$@ -i http://petstore.swagger.wordnik.com/v2/swagger.json -l scala -o samples/client/petstore/scala" +ags="$@ -i http://petstore.swagger.io/v2/swagger.json -l scala -o samples/client/petstore/scala" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/scalatra-petstore-server.sh b/bin/scalatra-petstore-server.sh index 6c898e349e9..5745bb62e14 100755 --- a/bin/scalatra-petstore-server.sh +++ b/bin/scalatra-petstore-server.sh @@ -31,6 +31,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="$@ -i http://petstore.swagger.wordnik.com/v2/swagger.json -l scalatra -o samples/server/petstore/scalatra" +ags="$@ -i http://petstore.swagger.io/v2/swagger.json -l scalatra -o samples/server/petstore/scalatra" java $JAVA_OPTS -jar $executable $ags diff --git a/bin/tizen-petstore.sh b/bin/tizen-petstore.sh index 97ba32ae721..a6e60b8fcd7 100755 --- a/bin/tizen-petstore.sh +++ b/bin/tizen-petstore.sh @@ -31,6 +31,6 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="$@ -i http://petstore.swagger.wordnik.com/v2/swagger.json -l tizen -o samples/client/petstore/tizen" +ags="$@ -i http://petstore.swagger.io/v2/swagger.json -l tizen -o samples/client/petstore/tizen" java $JAVA_OPTS -jar $executable $ags