You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2012/04/08 15:07:32 UTC

svn commit: r1310995 - in /gora/trunk: CHANGES.txt gora-accumulo/pom.xml gora-cassandra/pom.xml gora-core/pom.xml gora-hbase/pom.xml gora-sql/pom.xml gora-tutorial/pom.xml pom.xml

Author: lewismc
Date: Sun Apr  8 13:07:31 2012
New Revision: 1310995

URL: http://svn.apache.org/viewvc?rev=1310995&view=rev
Log:
Revert removal of -SNAPSHOT's, these are required for Maven release plugin.

Modified:
    gora/trunk/CHANGES.txt
    gora/trunk/gora-accumulo/pom.xml
    gora/trunk/gora-cassandra/pom.xml
    gora/trunk/gora-core/pom.xml
    gora/trunk/gora-hbase/pom.xml
    gora/trunk/gora-sql/pom.xml
    gora/trunk/gora-tutorial/pom.xml
    gora/trunk/pom.xml

Modified: gora/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/gora/trunk/CHANGES.txt?rev=1310995&r1=1310994&r2=1310995&view=diff
==============================================================================
--- gora/trunk/CHANGES.txt (original)
+++ gora/trunk/CHANGES.txt Sun Apr  8 13:07:31 2012
@@ -4,7 +4,7 @@
 
 Gora Change Log
 
-Trunk (unreleased changes):
+0.2 Release:
 
 * GORA-76 Upgrade to Hadoop 1.0.1 (ferdy & lewismc)
 

Modified: gora/trunk/gora-accumulo/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-accumulo/pom.xml?rev=1310995&r1=1310994&r2=1310995&view=diff
==============================================================================
--- gora/trunk/gora-accumulo/pom.xml (original)
+++ gora/trunk/gora-accumulo/pom.xml Sun Apr  8 13:07:31 2012
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.gora</groupId>
 		<artifactId>gora</artifactId>
-		<version>0.2</version>
+		<version>0.2-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>gora-accumulo</artifactId>

Modified: gora/trunk/gora-cassandra/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/pom.xml?rev=1310995&r1=1310994&r2=1310995&view=diff
==============================================================================
--- gora/trunk/gora-cassandra/pom.xml (original)
+++ gora/trunk/gora-cassandra/pom.xml Sun Apr  8 13:07:31 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-cassandra</artifactId>

Modified: gora/trunk/gora-core/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-core/pom.xml?rev=1310995&r1=1310994&r2=1310995&view=diff
==============================================================================
--- gora/trunk/gora-core/pom.xml (original)
+++ gora/trunk/gora-core/pom.xml Sun Apr  8 13:07:31 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-core</artifactId>

Modified: gora/trunk/gora-hbase/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-hbase/pom.xml?rev=1310995&r1=1310994&r2=1310995&view=diff
==============================================================================
--- gora/trunk/gora-hbase/pom.xml (original)
+++ gora/trunk/gora-hbase/pom.xml Sun Apr  8 13:07:31 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-hbase</artifactId>

Modified: gora/trunk/gora-sql/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-sql/pom.xml?rev=1310995&r1=1310994&r2=1310995&view=diff
==============================================================================
--- gora/trunk/gora-sql/pom.xml (original)
+++ gora/trunk/gora-sql/pom.xml Sun Apr  8 13:07:31 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-sql</artifactId>

Modified: gora/trunk/gora-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/pom.xml?rev=1310995&r1=1310994&r2=1310995&view=diff
==============================================================================
--- gora/trunk/gora-tutorial/pom.xml (original)
+++ gora/trunk/gora-tutorial/pom.xml Sun Apr  8 13:07:31 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.2-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-tutorial</artifactId>

Modified: gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1310995&r1=1310994&r2=1310995&view=diff
==============================================================================
--- gora/trunk/pom.xml (original)
+++ gora/trunk/pom.xml Sun Apr  8 13:07:31 2012
@@ -28,7 +28,7 @@
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
     <packaging>pom</packaging>
-    <version>0.2</version>
+    <version>0.2-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,