diff --git a/spring-cloud-dataflow-docs/src/main/asciidoc/appendix-extend-classpath.adoc b/spring-cloud-dataflow-docs/src/main/asciidoc/appendix-extend-classpath.adoc index 66b3c76625..5dbe44a8ff 100644 --- a/spring-cloud-dataflow-docs/src/main/asciidoc/appendix-extend-classpath.adoc +++ b/spring-cloud-dataflow-docs/src/main/asciidoc/appendix-extend-classpath.adoc @@ -4,7 +4,7 @@ Users may require the addition of dependencies to the existing Stream applications or specific database drivers to Dataflow and Skipper or any of the other containers provider by the project. -NOTE: The Spring Cloud Dataflow repository contains scripts to help with this task. The examples below assume you have cloned the `spring-cloud-dataflow` repository and are executing the scripts from `src/templates/add-deps`. +NOTE: The Spring Cloud Dataflow repository contains scripts to help with this task. The examples below assume you have cloned the `spring-cloud-dataflow` repository and are executing the scripts from `src/add-deps`. ==== JAR File @@ -22,7 +22,7 @@ This example: -P appFolder="." \ -P appGroup="org.springframework.cloud" \ -P appName="spring-cloud-dataflow-server" \ - -P appVersion="2.11.2" \ + -P appVersion="2.11.3" \ -P depFolder="./extra-libs" .... @@ -35,7 +35,7 @@ In order to create a container we suggest using https://buildpacks.io/docs/for-p [source, shell] .... REPO=springcloud/spring-cloud-dataflow-server -TAG=2.11.2 +TAG=2.11.3 JAR=build/spring-cloud-dataflow-server-${TAG}.jar JAVA_VERSION=8 pack build --builder gcr.io/paketo-buildpacks/builder:base \ diff --git a/src/add-deps/gradle.properties b/src/add-deps/gradle.properties index 3136f82569..de5a378657 100644 --- a/src/add-deps/gradle.properties +++ b/src/add-deps/gradle.properties @@ -1,9 +1,8 @@ appGroup=org.springframework.cloud appName=spring-cloud-dataflow-server -appVersion=2.11.2 -appFile=spring-cloud-dataflow-server.jar +appVersion=2.11.3 appFolder=. repoUrl=https://my.private.repo repoUser=repoUserName repoPassword=repoPassword -depsFolder=extra-libs \ No newline at end of file +depsFolder=extra-libs