Author: ctubbsii
Date: Sun May 19 19:06:22 2013
New Revision: 1484339

URL: http://svn.apache.org/r1484339
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    accumulo/branches/1.5/assemble/pom.xml
    accumulo/branches/1.5/core/pom.xml
    accumulo/branches/1.5/examples/pom.xml
    accumulo/branches/1.5/examples/simple/pom.xml
    accumulo/branches/1.5/fate/pom.xml
    accumulo/branches/1.5/pom.xml
    accumulo/branches/1.5/proxy/pom.xml
    accumulo/branches/1.5/server/pom.xml
    accumulo/branches/1.5/start/pom.xml
    accumulo/branches/1.5/test/pom.xml
    accumulo/branches/1.5/trace/pom.xml

Modified: accumulo/branches/1.5/assemble/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/assemble/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/assemble/pom.xml (original)
+++ accumulo/branches/1.5/assemble/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo</artifactId>
   <packaging>pom</packaging>

Modified: accumulo/branches/1.5/core/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/core/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/core/pom.xml (original)
+++ accumulo/branches/1.5/core/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-core</artifactId>
   <name>Core</name>

Modified: accumulo/branches/1.5/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/examples/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/examples/pom.xml (original)
+++ accumulo/branches/1.5/examples/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-examples</artifactId>
   <packaging>pom</packaging>

Modified: accumulo/branches/1.5/examples/simple/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/examples/simple/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/examples/simple/pom.xml (original)
+++ accumulo/branches/1.5/examples/simple/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-examples</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-examples-simple</artifactId>
   <name>Simple Examples</name>

Modified: accumulo/branches/1.5/fate/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/fate/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/fate/pom.xml (original)
+++ accumulo/branches/1.5/fate/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-fate</artifactId>
   <name>Fate</name>

Modified: accumulo/branches/1.5/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/pom.xml (original)
+++ accumulo/branches/1.5/pom.xml Sun May 19 19:06:22 2013
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.accumulo</groupId>
   <artifactId>accumulo-project</artifactId>
-  <version>1.5.0</version>
+  <version>1.5.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Accumulo Project</name>
   <description>Apache Accumulo is a sorted, distributed key/value store based 
on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, 
and Thrift. It features a few novel improvements on the BigTable design in the 
form of cell-level access labels and a server-side programming mechanism that 
can modify key/value pairs at various points in the data management 
process.</description>
@@ -83,9 +83,9 @@
     <module>test</module>
   </modules>
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/accumulo/tags/1.5.0-RC4</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/accumulo/tags/1.5.0-RC4</developerConnection>
-    <url>http://svn.apache.org/viewvc/accumulo/tags/1.5.0-RC4</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/accumulo/branches/1.5</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/accumulo/branches/1.5</developerConnection>
+    <url>http://svn.apache.org/viewvc/accumulo/branches/1.5</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>

Modified: accumulo/branches/1.5/proxy/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/proxy/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/proxy/pom.xml (original)
+++ accumulo/branches/1.5/proxy/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-proxy</artifactId>
   <name>Proxy</name>

Modified: accumulo/branches/1.5/server/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/server/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/server/pom.xml (original)
+++ accumulo/branches/1.5/server/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-server</artifactId>
   <name>Server</name>

Modified: accumulo/branches/1.5/start/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/start/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/start/pom.xml (original)
+++ accumulo/branches/1.5/start/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-start</artifactId>
   <name>Start</name>

Modified: accumulo/branches/1.5/test/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/test/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/test/pom.xml (original)
+++ accumulo/branches/1.5/test/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-test</artifactId>
   <name>Testing</name>

Modified: accumulo/branches/1.5/trace/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/trace/pom.xml?rev=1484339&r1=1484338&r2=1484339&view=diff
==============================================================================
--- accumulo/branches/1.5/trace/pom.xml (original)
+++ accumulo/branches/1.5/trace/pom.xml Sun May 19 19:06:22 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>accumulo-trace</artifactId>
   <name>Trace</name>


Reply via email to