Repository: parquet-format Updated Branches: refs/heads/master f89d589fe -> 6a17cf9c3
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/6a17cf9c Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/6a17cf9c Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/6a17cf9c Branch: refs/heads/master Commit: 6a17cf9c3138be672cabd003df227b2f794ca938 Parents: f89d589 Author: Ryan Blue <[email protected]> Authored: Mon Dec 14 09:34:38 2015 -0800 Committer: Ryan Blue <[email protected]> Committed: Mon Dec 14 09:34:38 2015 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/6a17cf9c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9e5cc19..78578b9 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.parquet</groupId> <artifactId>parquet-format</artifactId> - <version>2.3.1</version> + <version>2.3.2-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Parquet Format</name> @@ -39,7 +39,7 @@ <connection>scm:git:[email protected]:apache/parquet-format.git</connection> <url>scm:git:[email protected]:apache/parquet-format.git</url> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/parquet-format.git</developerConnection> - <tag>apache-parquet-format-2.3.1</tag> + <tag>HEAD</tag> </scm> <licenses>
