Skip to content

Commit a9c8739

Browse files
committed
More documentation task improvements
1 parent e937f97 commit a9c8739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/documentation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PROJECTS=" \
1010

1111
pushd cf-java-client
1212
./mvnw -q javadoc:javadoc
13-
VERSION=$(./mvnw help:evaluate -Dexpression=project.version | grep -v '\[' | grep -v 'Downloaded')
13+
VERSION=$(./mvnw help:evaluate -Dexpression=project.version | grep -v '\[' | grep -v 'Download')
1414
popd
1515

1616
for PROJECT in $PROJECTS ; do

0 commit comments

Comments
 (0)