Skip to content

Commit

Permalink
pig@7.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Apr 14, 2021
1 parent 447f142 commit 10633f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/cdpd-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ wget -nv -O $tmp "${patch_url}/${COMPONENT}-source.patch" ||
wget -nv -O $tmp "${patch_url}/dag_build/${COMPONENT}-source.patch"
git apply -p1 -C0 $tmp || git apply -3 -p1 -C0 $tmp
if [[ "$build" < "7.2.1" ]];then
if [[ "$build" < "7.2.1" && "$VERSION" != "7.0.2.1" ]];then
sed -i "s/pig.version>0.16.0.*</pig.version>0.16.0.${build}</" pom.xml
else
sed -i "s/pig.version>0.16.0.*</pig.version>0.16.0</" pom.xml
Expand Down

0 comments on commit 10633f4

Please sign in to comment.