Repository: gora
Updated Branches:
  refs/heads/master d72aedffb -> 3b48688f5


[maven-release-plugin] prepare release apache-gora-0.7


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

Branch: refs/heads/master
Commit: 3b48688f51d6cf618c760b24a341874f12e160d2
Parents: d72aedf
Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Authored: Thu Mar 16 22:19:28 2017 -0700
Committer: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Committed: Thu Mar 16 22:19:28 2017 -0700

----------------------------------------------------------------------
 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-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 | 5 ++---
 gora-mongodb/pom.xml      | 2 +-
 gora-solr-5/pom.xml       | 2 +-
 gora-tutorial/pom.xml     | 2 +-
 pom.xml                   | 6 +++---
 sources-dist/pom.xml      | 2 +-
 17 files changed, 20 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml
index e13f7a7..5a02bc3 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-accumulo</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml
index 5dffd28..1139298 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.7-SNAPSHOT</version>
+        <version>0.7</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-cassandra</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-compiler-cli/pom.xml
----------------------------------------------------------------------
diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml
index 6212a1e..1475840 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-compiler-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-compiler/pom.xml
----------------------------------------------------------------------
diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml
index 4c0f490..ac77005 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-compiler</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-core/pom.xml
----------------------------------------------------------------------
diff --git a/gora-core/pom.xml b/gora-core/pom.xml
index 0666156..9347b90 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-core</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-couchdb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml
index 8ad7786..f09acec 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-couchdb</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-dynamodb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml
index 31d6572..548fafc 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-dynamodb</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-goraci/pom.xml
----------------------------------------------------------------------
diff --git a/gora-goraci/pom.xml b/gora-goraci/pom.xml
index 177abd0..fa6816a 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-goraci</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml
index 98a7b2e..4035d48 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-hbase</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-infinispan/pom.xml
----------------------------------------------------------------------
diff --git a/gora-infinispan/pom.xml b/gora-infinispan/pom.xml
index f101f76..16ffa34 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-infinispan</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-jcache/pom.xml
----------------------------------------------------------------------
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index 58ba61b..94981d3 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-jcache</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml
index c9b1ebc..0f4150d 100644
--- a/gora-maven-plugin/pom.xml
+++ b/gora-maven-plugin/pom.xml
@@ -17,14 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<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/xsd/maven-4.0.0.xsd";>
+<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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-mongodb/pom.xml b/gora-mongodb/pom.xml
index 3ea1738..41145cf 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-mongodb</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-solr-5/pom.xml
----------------------------------------------------------------------
diff --git a/gora-solr-5/pom.xml b/gora-solr-5/pom.xml
index a98a304..ccf3483 100644
--- a/gora-solr-5/pom.xml
+++ b/gora-solr-5/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-solr-5</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/gora-tutorial/pom.xml
----------------------------------------------------------------------
diff --git a/gora-tutorial/pom.xml b/gora-tutorial/pom.xml
index 4b693b7..42d2c49 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-tutorial</artifactId>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1b4881d..1b37b19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <groupId>org.apache.gora</groupId>
   <artifactId>gora</artifactId>
   <packaging>pom</packaging>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</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>HEAD</tag>
+    <tag>apache-gora-0.7</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -450,7 +450,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore></ignore>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/gora/blob/3b48688f/sources-dist/pom.xml
----------------------------------------------------------------------
diff --git a/sources-dist/pom.xml b/sources-dist/pom.xml
index eb5e9d1..731379a 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.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>sources-dist</artifactId>

Reply via email to