You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2014/03/24 22:26:07 UTC

[3/9] git commit: fixed parent version in hbase module

fixed parent version in hbase module


Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/45982c2f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/45982c2f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/45982c2f

Branch: refs/heads/master
Commit: 45982c2f10d96e97904721ca1b4426e4e7f09860
Parents: c41bf92
Author: Sameer Arora <sa...@apache.org>
Authored: Fri Aug 9 14:59:25 2013 +0530
Committer: Sameer Arora <sa...@apache.org>
Committed: Fri Aug 9 14:59:25 2013 +0530

----------------------------------------------------------------------
 hbase/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/45982c2f/hbase/pom.xml
----------------------------------------------------------------------
diff --git a/hbase/pom.xml b/hbase/pom.xml
index 382d116..cf26f27 100644
--- a/hbase/pom.xml
+++ b/hbase/pom.xml
@@ -1,10 +1,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>MetaModel</artifactId>
-		<groupId>org.apache.metamodel</groupId>
-		<version>3.4.4</version>
-	</parent>
+    <parent>
+        <artifactId>MetaModel</artifactId>
+        <groupId>org.apache.metamodel</groupId>
+        <version>4.0-SNAPSHOT</version>
+    </parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>MetaModel-hbase</artifactId>
 	<name>MetaModel module for Apache HBase</name>