Repository: parquet-format Updated Branches: refs/heads/master 9d5bd03ef -> f89d589fe
[maven-release-plugin] prepare release apache-parquet-format-2.3.1 Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/f89d589f Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/f89d589f Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/f89d589f Branch: refs/heads/master Commit: f89d589fe3f5ec62f16fb101ba0213d097cf2021 Parents: 9d5bd03 Author: Ryan Blue <[email protected]> Authored: Mon Dec 14 09:34:24 2015 -0800 Committer: Ryan Blue <[email protected]> Committed: Mon Dec 14 09:34:24 2015 -0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/f89d589f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 56d8ab1..9e5cc19 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.parquet</groupId> <artifactId>parquet-format</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.1</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>HEAD</tag> + <tag>apache-parquet-format-2.3.1</tag> </scm> <licenses>
