This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new b163970 Fix Maven parent version in ParquetIO
b163970 is described below
commit b163970f1d91920ea822ffb6d68b9f5cf2ee43fe
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Fri May 25 10:25:59 2018 +0200
Fix Maven parent version in ParquetIO
---
sdks/java/io/parquet/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/java/io/parquet/pom.xml b/sdks/java/io/parquet/pom.xml
index f4ae25d..954e1ef 100644
--- a/sdks/java/io/parquet/pom.xml
+++ b/sdks/java/io/parquet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.beam</groupId>
<artifactId>beam-sdks-java-io-parent</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
--
To stop receiving notification emails like this one, please contact
[email protected].