Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Bump uaa to v74.31.0 and manually specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
whi-tw authored and mogds committed Feb 2, 2021
1 parent 8d42759 commit ddbfd3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "src/uaa"]
path = src/uaa
url = https://github.com/cloudfoundry/uaa.git
url = https://github.com/alphagov/paas-uaa.git
2 changes: 1 addition & 1 deletion packages/uaa/pre_packaging
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export PATH=$JAVA_HOME/bin:$PATH

#build cloud foundry UAA war
cd ${BUILD_DIR}/uaa
export UAA_VERSION=v74.31.0
GIT_DIR=$(find $RELEASE_DIR -path "*/modules/src/uaa") ./gradlew :clean :assemble --max-workers=4 -Pversion=${UAA_VERSION}
cp uaa/build/libs/cloudfoundry-identity-uaa-${UAA_VERSION}.war ${BUILD_DIR}/uaa/cloudfoundry-identity-uaa.war
cp statsd/build/libs/cloudfoundry-identity-statsd-${UAA_VERSION}.war ${BUILD_DIR}/uaa/cloudfoundry-identity-statsd.war
Expand Down Expand Up @@ -55,4 +56,3 @@ rm -f ${BUILD_DIR}/uaa/README.md
rm -f ${BUILD_DIR}/uaa/settings.gradle
rm -f ${BUILD_DIR}/uaa/shared_versions.gradle
rm -rf ${BUILD_DIR}/uaa/uaa

0 comments on commit ddbfd3d

Please sign in to comment.