Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 44f8757

Browse files
author
Corneil du Plessis
committed
Updated docs and gradle.properties for add-deps
1 parent e0d6da0 commit 44f8757

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/appendix-extend-classpath.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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.
66

7-
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`.
7+
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`.
88

99
==== JAR File
1010

@@ -22,7 +22,7 @@ This example:
2222
-P appFolder="." \
2323
-P appGroup="org.springframework.cloud" \
2424
-P appName="spring-cloud-dataflow-server" \
25-
-P appVersion="2.11.2" \
25+
-P appVersion="2.11.3" \
2626
-P depFolder="./extra-libs"
2727
....
2828

@@ -35,7 +35,7 @@ In order to create a container we suggest using https://buildpacks.io/docs/for-p
3535
[source, shell]
3636
....
3737
REPO=springcloud/spring-cloud-dataflow-server
38-
TAG=2.11.2
38+
TAG=2.11.3
3939
JAR=build/spring-cloud-dataflow-server-${TAG}.jar
4040
JAVA_VERSION=8
4141
pack build --builder gcr.io/paketo-buildpacks/builder:base \

src/add-deps/gradle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
appGroup=org.springframework.cloud
22
appName=spring-cloud-dataflow-server
3-
appVersion=2.11.2
4-
appFile=spring-cloud-dataflow-server.jar
3+
appVersion=2.11.3
54
appFolder=.
65
repoUrl=https://my.private.repo
76
repoUser=repoUserName
87
repoPassword=repoPassword
9-
depsFolder=extra-libs
8+
depsFolder=extra-libs

0 commit comments

Comments
 (0)