Skip to content

Commit

Permalink
Fix 1.14.0 rc1 (#6822)
Browse files Browse the repository at this point in the history
* run steps that were missed at branch creation, so src archive will match src tag

* fix checker-qual version in license
  • Loading branch information
onichols-pivotal authored Aug 31, 2021
1 parent cc7dc90 commit 2f317dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/docker/cache_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -e
WORK_DIR=$(mktemp -d)

pushd ${WORK_DIR}
git clone -b develop --depth 1 https://github.com/apache/geode.git geode
git clone -b support/1.14 --depth 1 https://github.com/apache/geode.git geode

pushd geode
./gradlew --no-daemon --console=plain --info resolveDependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -z ${JAVA_HOME} ]; then
fi

pushd ${WORK_DIR}
git clone -b develop --depth 1 https://github.com/apache/geode.git geode
git clone -b support/1.14 --depth 1 https://github.com/apache/geode.git geode

pushd geode
./gradlew --no-daemon --console=plain --info resolveDependencies
Expand Down
2 changes: 1 addition & 1 deletion geode-assembly/src/main/dist/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ The MIT License (http://opensource.org/licenses/mit-license.html)

Apache Geode bundles the following files under the MIT License:

- Checker Qual v2.10.0 (https://checkerframework.org), Copyright (c)
- Checker Qual v3.5.0 (https://checkerframework.org), Copyright (c)
2004-present by the Checker Framework developers
- ClassGraph v4.8.52 (https://github.com/classgraph/classgraph), Copyright
(c) 2019 Luke Hutchison
Expand Down

0 comments on commit 2f317dd

Please sign in to comment.