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/19 17:50:51 UTC

svn commit: r1328016 - in /gora/trunk: 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 sources-dist/pom.xml

Author: lewismc
Date: Thu Apr 19 15:50:50 2012
New Revision: 1328016

URL: http://svn.apache.org/viewvc?rev=1328016&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    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
    gora/trunk/sources-dist/pom.xml

Modified: gora/trunk/gora-accumulo/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-accumulo/pom.xml?rev=1328016&r1=1328015&r2=1328016&view=diff
==============================================================================
--- gora/trunk/gora-accumulo/pom.xml (original)
+++ gora/trunk/gora-accumulo/pom.xml Thu Apr 19 15:50:50 2012
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.gora</groupId>
 		<artifactId>gora</artifactId>
-		<version>0.2</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>gora-accumulo</artifactId>
@@ -40,10 +40,9 @@
     	<url>http://www.apache.org/</url>
     </organization>
     <scm>
-    	<url>http://svn.apache.org/viewvc/gora/tags/gora-0.2/trunk</url>
-    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</connection>
-    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</developerConnection>
-    	<tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+    	<url>http://svn.apache.org/viewvc/gora/trunk/</url>
+    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
     </scm>
     <issueManagement>
     	<system>JIRA</system>

Modified: gora/trunk/gora-cassandra/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/pom.xml?rev=1328016&r1=1328015&r2=1328016&view=diff
==============================================================================
--- gora/trunk/gora-cassandra/pom.xml (original)
+++ gora/trunk/gora-cassandra/pom.xml Thu Apr 19 15:50:50 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-cassandra</artifactId>
@@ -39,10 +39,9 @@
     	<url>http://www.apache.org/</url>
     </organization>
     <scm>
-    	<url>http://svn.apache.org/viewvc/gora/tags/gora-0.2/trunk</url>
-    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</connection>
-    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</developerConnection>
-    	<tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+    	<url>http://svn.apache.org/viewvc/gora/trunk/</url>
+    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
     </scm>
     <issueManagement>
     	<system>JIRA</system>

Modified: gora/trunk/gora-core/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-core/pom.xml?rev=1328016&r1=1328015&r2=1328016&view=diff
==============================================================================
--- gora/trunk/gora-core/pom.xml (original)
+++ gora/trunk/gora-core/pom.xml Thu Apr 19 15:50:50 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-core</artifactId>
@@ -39,10 +39,9 @@
     	<url>http://www.apache.org/</url>
     </organization>
     <scm>
-    	<url>http://svn.apache.org/viewvc/gora/tags/gora-0.2/trunk</url>
-    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</connection>
-    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</developerConnection>
-    	<tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+    	<url>http://svn.apache.org/viewvc/gora/trunk/</url>
+    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
     </scm>
     <issueManagement>
     	<system>JIRA</system>

Modified: gora/trunk/gora-hbase/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-hbase/pom.xml?rev=1328016&r1=1328015&r2=1328016&view=diff
==============================================================================
--- gora/trunk/gora-hbase/pom.xml (original)
+++ gora/trunk/gora-hbase/pom.xml Thu Apr 19 15:50:50 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-hbase</artifactId>
@@ -39,10 +39,9 @@
     	<url>http://www.apache.org/</url>
     </organization>
     <scm>
-    	<url>http://svn.apache.org/viewvc/gora/tags/gora-0.2/trunk</url>
-    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</connection>
-    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</developerConnection>
-    	<tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+    	<url>http://svn.apache.org/viewvc/gora/trunk/</url>
+    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
     </scm>
     <issueManagement>
     	<system>JIRA</system>

Modified: gora/trunk/gora-sql/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-sql/pom.xml?rev=1328016&r1=1328015&r2=1328016&view=diff
==============================================================================
--- gora/trunk/gora-sql/pom.xml (original)
+++ gora/trunk/gora-sql/pom.xml Thu Apr 19 15:50:50 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-sql</artifactId>
@@ -39,10 +39,9 @@
     	<url>http://www.apache.org/</url>
     </organization>
     <scm>
-    	<url>http://svn.apache.org/viewvc/gora/tags/gora-0.2/trunk</url>
-    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</connection>
-    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</developerConnection>
-    	<tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+    	<url>http://svn.apache.org/viewvc/gora/trunk/</url>
+    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
     </scm>
     <issueManagement>
     	<system>JIRA</system>

Modified: gora/trunk/gora-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/pom.xml?rev=1328016&r1=1328015&r2=1328016&view=diff
==============================================================================
--- gora/trunk/gora-tutorial/pom.xml (original)
+++ gora/trunk/gora-tutorial/pom.xml Thu Apr 19 15:50:50 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>gora-tutorial</artifactId>
@@ -39,10 +39,9 @@
     	<url>http://www.apache.org/</url>
     </organization>
     <scm>
-    	<url>http://svn.apache.org/viewvc/gora/tags/gora-0.2/trunk</url>
-    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</connection>
-    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</developerConnection>
-    	<tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+    	<url>http://svn.apache.org/viewvc/gora/trunk/</url>
+    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
     </scm>
     <issueManagement>
     	<system>JIRA</system>

Modified: gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1328016&r1=1328015&r2=1328016&view=diff
==============================================================================
--- gora/trunk/pom.xml (original)
+++ gora/trunk/pom.xml Thu Apr 19 15:50:50 2012
@@ -26,7 +26,7 @@
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
     <packaging>pom</packaging>
-    <version>0.2</version>
+    <version>0.3-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, 
@@ -196,10 +196,9 @@
   </mailingLists>
        
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/gora-0.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/gora-0.2</developerConnection>
-    <url>http://svn.apache.org/viewvc/gora/tags/gora-0.2</url>
-    <tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/gora/trunk/</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>

Modified: gora/trunk/sources-dist/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/sources-dist/pom.xml?rev=1328016&r1=1328015&r2=1328016&view=diff
==============================================================================
--- gora/trunk/sources-dist/pom.xml (original)
+++ gora/trunk/sources-dist/pom.xml Thu Apr 19 15:50:50 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.gora</groupId>
         <artifactId>gora</artifactId>
-        <version>0.2</version>
+        <version>0.3-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
     <artifactId>sources-dist</artifactId>
@@ -38,10 +38,9 @@
     	<url>http://www.apache.org/</url>
     </organization>
     <scm>
-    	<url>http://svn.apache.org/viewvc/gora/tags/gora-0.2/trunk</url>
-    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</connection>
-    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/gora-0.2/trunk</developerConnection>
-    	<tag>https://svn.apache.org/repos/asf/gora/tags/</tag>
+    	<url>http://svn.apache.org/viewvc/gora/trunk/</url>
+    	<connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection>
     </scm>
     <issueManagement>
     	<system>JIRA</system>