This is an automated email from the ASF dual-hosted git repository.
zivanfi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 9fa86cc PARQUET-1293: Build failure when using Java 8 lambda
expressions
9fa86cc is described below
commit 9fa86cca1af7dabc21701247efd89f6085945bd2
Author: Nandor Kollar <[email protected]>
AuthorDate: Wed May 9 12:07:11 2018 +0200
PARQUET-1293: Build failure when using Java 8 lambda expressions
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8a4c37a..7b3f36f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
<dependency>
<groupId>org.semver</groupId>
<artifactId>enforcer-rule</artifactId>
- <version>0.9.28</version>
+ <version>0.9.33</version>
</dependency>
</dependencies>
<executions>
@@ -296,7 +296,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.1</version>
+ <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
--
To stop receiving notification emails like this one, please contact
[email protected].