Skip to content

Commit 5028888

Browse files
committed
update commons-lang3 to no longer use our custom fork
Apache commons-lang3 has accepted our changes and our fork is no longer needed.
1 parent c6daaa2 commit 5028888

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

commons-lang3-node-java.jar

42.1 KB
Binary file not shown.

update-commons-lang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -d build/commons-lang ]; then
66
else
77
mkdir -p build
88
cd build
9-
git clone --depth 1 [email protected]:joeferner/commons-lang.git
9+
git clone --depth 1 [email protected]:apache/commons-lang.git
1010
cd commons-lang
1111
fi
1212

0 commit comments

Comments
 (0)