Revert to snapshots

This commit is contained in:
Dave Syer
2018-09-22 16:14:54 +01:00
parent de6331054e
commit 022f9213d8
40 changed files with 53 additions and 53 deletions

View File

@@ -45,7 +45,7 @@ while getopts ":i:s:f:c:o:p:d:" opt; do
esac
done
java -jar ../spring-cloud-function-samples/function-sample-compiler/target/function-sample-compiler-2.0.0.M3.jar\
java -jar ../spring-cloud-function-samples/function-sample-compiler/target/function-sample-compiler-2.0.0.BUILD-SNAPSHOT.jar\
--management.security.enabled=false\
--server.port=$PORT\
--spring.cloud.function.stream.endpoint=$FUNC\