Repository: parquet-format Updated Branches: refs/heads/master 3fb6b391d -> da4e39a15
[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/da4e39a1 Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/da4e39a1 Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/da4e39a1 Branch: refs/heads/master Commit: da4e39a15b3fa6ad899ab23298e8697ec2c199e8 Parents: 3fb6b39 Author: Ryan Blue <[email protected]> Authored: Mon Oct 16 17:07:13 2017 -0700 Committer: Ryan Blue <[email protected]> Committed: Mon Oct 16 17:07:13 2017 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/da4e39a1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 98ca595..5c9032c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.parquet</groupId> <artifactId>parquet-format</artifactId> - <version>2.4.0</version> + <version>2.4.1-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.4.0</tag> + <tag>HEAD</tag> </scm> <licenses>
