You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by bl...@apache.org on 2015/02/06 23:38:41 UTC

incubator-parquet-format git commit: [maven-release-plugin] prepare release apache-parquet-format-2.2.0

Repository: incubator-parquet-format
Updated Branches:
  refs/heads/master 36b19c277 -> 350cd5b31


[maven-release-plugin] prepare release apache-parquet-format-2.2.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/commit/350cd5b3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/tree/350cd5b3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/diff/350cd5b3

Branch: refs/heads/master
Commit: 350cd5b313583c6615f281004be70000e2935ae6
Parents: 36b19c2
Author: Ryan Blue <bl...@apache.org>
Authored: Fri Feb 6 14:38:39 2015 -0800
Committer: Ryan Blue <bl...@apache.org>
Committed: Fri Feb 6 14:38:39 2015 -0800

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/blob/350cd5b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f3eb785..d754dd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.parquet</groupId>
   <artifactId>parquet-format</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>jar</packaging>
 
   <name>Apache Parquet Format (Incubating)</name>
@@ -39,6 +39,7 @@
     <connection>scm:git:git@github.com:apache/incubator-parquet-format.git</connection>
     <url>scm:git:git@github.com:apache/incubator-parquet-format.git</url>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-parquet-format.git</developerConnection>
+    <tag>apache-parquet-format-2.2.0</tag>
   </scm>
 
   <licenses>