Repository: gora
Updated Branches:
  refs/heads/master c2d3c4124 -> d16ebfdb5


Make all pom's 0.5-SNAPSHOT again


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/d16ebfdb
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/d16ebfdb
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/d16ebfdb

Branch: refs/heads/master
Commit: d16ebfdb53850be0f0ed6809d5e4dfa720a9b2fd
Parents: c2d3c41
Author: Lewis John McGibbney <[email protected]>
Authored: Tue Sep 16 08:42:23 2014 -0400
Committer: Lewis John McGibbney <[email protected]>
Committed: Tue Sep 16 08:42:23 2014 -0400

----------------------------------------------------------------------
 gora-accumulo/pom.xml           | 2 +-
 gora-cassandra/pom.xml          | 2 +-
 gora-compiler-cli/pom.xml       | 2 +-
 gora-compiler/pom.xml           | 2 +-
 gora-core/pom.xml               | 2 +-
 gora-dynamodb/pom.xml           | 2 +-
 gora-goraci/pom.xml             | 2 +-
 gora-hbase/pom.xml              | 2 +-
 gora-mongodb/pom.xml            | 2 +-
 gora-shims-distribution/pom.xml | 2 +-
 gora-shims-hadoop/pom.xml       | 2 +-
 gora-shims-hadoop1/pom.xml      | 2 +-
 gora-shims-hadoop2/pom.xml      | 2 +-
 gora-solr/pom.xml               | 2 +-
 gora-sql/pom.xml                | 2 +-
 gora-tutorial/pom.xml           | 2 +-
 pom.xml                         | 2 +-
 sources-dist/pom.xml            | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index de1ed0a..3220ec9 100644
--- a/gora-accumulo/pom.xml
+++ b/gora-accumulo/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-accumulo</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 2e2e689..54bd37d 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.6-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-cassandra</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-compiler-cli/pom.xml
----------------------------------------------------------------------
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 15a5ce2..822d466 100644
--- a/gora-compiler-cli/pom.xml
+++ b/gora-compiler-cli/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-compiler-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-compiler/pom.xml
----------------------------------------------------------------------
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 3d141f9..089560e 100644
--- a/gora-compiler/pom.xml
+++ b/gora-compiler/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-compiler</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-core/pom.xml
----------------------------------------------------------------------
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 175a067..f06dd12 100644
--- a/gora-core/pom.xml
+++ b/gora-core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-core</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-dynamodb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index 3f7dd5c..61c5d96 100644
--- a/gora-dynamodb/pom.xml
+++ b/gora-dynamodb/pom.xml
@@ -18,7 +18,7 @@
    <parent>
        <groupId>org.apache.gora</groupId>
        <artifactId>gora</artifactId>
-       <version>0.4-SNAPSHOT</version>
+       <version>0.5-SNAPSHOT</version>
        <relativePath>../</relativePath>
    </parent>
    <artifactId>gora-dynamodb</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-goraci/pom.xml
----------------------------------------------------------------------
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index d3d66c2..56ffb1d 100644
--- a/gora-goraci/pom.xml
+++ b/gora-goraci/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-goraci</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 77075fd..0782a44 100644
--- a/gora-hbase/pom.xml
+++ b/gora-hbase/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-hbase</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-mongodb/pom.xml b/gora-mongodb/pom.xml
index e5659a6..a79cc78 100644
--- a/gora-mongodb/pom.xml
+++ b/gora-mongodb/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-mongodb</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-shims-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/gora-shims-distribution/pom.xml b/gora-shims-distribution/pom.xml
index a244b2f..8caee5e 100644
--- a/gora-shims-distribution/pom.xml
+++ b/gora-shims-distribution/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-shims-distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-shims-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/gora-shims-hadoop/pom.xml b/gora-shims-hadoop/pom.xml
index a9ea04b..27e62a1 100644
--- a/gora-shims-hadoop/pom.xml
+++ b/gora-shims-hadoop/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-shims-hadoop</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-shims-hadoop1/pom.xml
----------------------------------------------------------------------
diff --git a/gora-shims-hadoop1/pom.xml b/gora-shims-hadoop1/pom.xml
index 5a53c49..66f6e99 100644
--- a/gora-shims-hadoop1/pom.xml
+++ b/gora-shims-hadoop1/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-shims-hadoop1</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-shims-hadoop2/pom.xml
----------------------------------------------------------------------
diff --git a/gora-shims-hadoop2/pom.xml b/gora-shims-hadoop2/pom.xml
index cd6a22a..7e0a25b 100644
--- a/gora-shims-hadoop2/pom.xml
+++ b/gora-shims-hadoop2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-shims-hadoop2</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-solr/pom.xml
----------------------------------------------------------------------
diff --git a/gora-solr/pom.xml b/gora-solr/pom.xml
index 3c89628..d05a6d9 100644
--- a/gora-solr/pom.xml
+++ b/gora-solr/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-solr</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-sql/pom.xml
----------------------------------------------------------------------
diff --git a/gora-sql/pom.xml b/gora-sql/pom.xml
index ddfbd3f..361bbac 100644
--- a/gora-sql/pom.xml
+++ b/gora-sql/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.4-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-sql</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/gora-tutorial/pom.xml
----------------------------------------------------------------------
diff --git a/gora-tutorial/pom.xml b/gora-tutorial/pom.xml
index 0190c1c..c134b72 100644
--- a/gora-tutorial/pom.xml
+++ b/gora-tutorial/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-tutorial</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0dba4c9..472d7c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <groupId>org.apache.gora</groupId>
   <artifactId>gora</artifactId>
   <packaging>pom</packaging>
-  <version>0.5</version>
+  <version>0.5-SNAPSHOT</version>
   <name>Apache Gora</name>
   <description>The Apache Gora open source framework provides an in-memory 
data model and 
     persistence for big data. Gora supports persisting to column stores, key 
value stores, 

http://git-wip-us.apache.org/repos/asf/gora/blob/d16ebfdb/sources-dist/pom.xml
----------------------------------------------------------------------
diff --git a/sources-dist/pom.xml b/sources-dist/pom.xml
index ab99be5..ccc5465 100644
--- a/sources-dist/pom.xml
+++ b/sources-dist/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>sources-dist</artifactId>

Reply via email to