HADOOP-14797. Update re2j version to 1.1. (rchiang)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f1d751bd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f1d751bd Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f1d751bd Branch: refs/heads/YARN-5972 Commit: f1d751bd05988fb77a85e4ad5b07026a4c5a86af Parents: 80ee89b Author: Ray Chiang <[email protected]> Authored: Tue Sep 12 11:34:53 2017 -0700 Committer: Ray Chiang <[email protected]> Committed: Tue Sep 12 11:35:21 2017 -0700 ---------------------------------------------------------------------- LICENSE.txt | 2 +- hadoop-project/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f1d751bd/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index 3800adc..3f50521 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -359,7 +359,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The binary distribution of this product bundles these dependencies under the following license: -re2j 1.0 +re2j 1.1 --------------------------------------------------------------------- (GO license) This is a work derived from Russ Cox's RE2 in Go, whose license http://git-wip-us.apache.org/repos/asf/hadoop/blob/f1d751bd/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index fc31452..4fa6b6e 100755 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -76,7 +76,7 @@ <slf4j.version>1.7.25</slf4j.version> <!-- com.google.re2j version --> - <re2j.version>1.0</re2j.version> + <re2j.version>1.1</re2j.version> <!-- ProtocolBuffer version, used to verify the protoc version and --> <!-- define the protobuf JAR version --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
