Repository: gora
Updated Branches:
  refs/heads/master d17338208 -> fd2a5eee5


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: fd2a5eee547d4f46c4863ba5c16e40bdde0a72e9
Parents: d173382
Author: Lewis John McGibbney <[email protected]>
Authored: Fri Sep 15 02:57:58 2017 -0700
Committer: Lewis John McGibbney <[email protected]>
Committed: Fri Sep 15 02:57:58 2017 -0700

----------------------------------------------------------------------
 gora-accumulo/pom.xml     | 2 +-
 gora-aerospike/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-couchdb/pom.xml      | 2 +-
 gora-dynamodb/pom.xml     | 2 +-
 gora-goraci/pom.xml       | 2 +-
 gora-hbase/pom.xml        | 2 +-
 gora-infinispan/pom.xml   | 2 +-
 gora-jcache/pom.xml       | 2 +-
 gora-maven-plugin/pom.xml | 2 +-
 gora-mongodb/pom.xml      | 2 +-
 gora-orientdb/pom.xml     | 2 +-
 gora-solr/pom.xml         | 2 +-
 gora-tutorial/pom.xml     | 2 +-
 pom.xml                   | 4 ++--
 sources-dist/pom.xml      | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index 23b884f..cdc893b 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-accumulo</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-aerospike/pom.xml
----------------------------------------------------------------------
diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml
index a1ed0f8..266bb3f 100644
--- a/gora-aerospike/pom.xml
+++ b/gora-aerospike/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-aerospike</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index b239264..2956694 100644
--- a/gora-cassandra/pom.xml
+++ b/gora-cassandra/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.8</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-cassandra</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-compiler-cli/pom.xml
----------------------------------------------------------------------
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index d45c4ff..0b12a21 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-compiler-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-compiler/pom.xml
----------------------------------------------------------------------
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 4871bb9..64e8466 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-compiler</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-core/pom.xml
----------------------------------------------------------------------
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index cebfc92..ebb3dc5 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-core</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-couchdb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 14e859b..2dffecc 100644
--- a/gora-couchdb/pom.xml
+++ b/gora-couchdb/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-couchdb</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-dynamodb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index 54111df..b55e845 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-dynamodb</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-goraci/pom.xml
----------------------------------------------------------------------
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index 26ace2f..b91d576 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-goraci</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index eeb5443..2c2b32a 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-hbase</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-infinispan/pom.xml
----------------------------------------------------------------------
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index ac566ae..aa7a865 100644
--- a/gora-infinispan/pom.xml
+++ b/gora-infinispan/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-infinispan</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-jcache/pom.xml
----------------------------------------------------------------------
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index 2dd4628..0611332 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-jcache</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index 973bf8e..e17757d 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-mongodb/pom.xml b/gora-mongodb/pom.xml
index 2ecfed2..8c9615f 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-mongodb</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-orientdb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-orientdb/pom.xml b/gora-orientdb/pom.xml
index 756ccdb..af39865 100644
--- a/gora-orientdb/pom.xml
+++ b/gora-orientdb/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-orientdb</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-solr/pom.xml
----------------------------------------------------------------------
diff --git a/gora-solr/pom.xml b/gora-solr/pom.xml
index 1362074..499ebce 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-solr</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/gora-tutorial/pom.xml
----------------------------------------------------------------------
diff --git a/gora-tutorial/pom.xml b/gora-tutorial/pom.xml
index 99fa143..9273068 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-tutorial</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f82e020..87d5601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <groupId>org.apache.gora</groupId>
   <artifactId>gora</artifactId>
   <packaging>pom</packaging>
-  <version>0.8</version>
+  <version>0.9-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, 
@@ -291,7 +291,7 @@
     
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/gora.git</connection>
     
<developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/gora.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf/gora.git</url>
-    <tag>apache-gora-0.8</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>

http://git-wip-us.apache.org/repos/asf/gora/blob/fd2a5eee/sources-dist/pom.xml
----------------------------------------------------------------------
diff --git a/sources-dist/pom.xml b/sources-dist/pom.xml
index 624d30f..185ea36 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.8</version>
+    <version>0.9-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>sources-dist</artifactId>

Reply via email to