You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/05/17 02:51:38 UTC

svn commit: r1483630 - in /accumulo/branches/1.5: assemble/pom.xml core/pom.xml examples/pom.xml examples/simple/pom.xml fate/pom.xml pom.xml proxy/pom.xml server/pom.xml start/pom.xml test/pom.xml trace/pom.xml

Author: ctubbsii
Date: Fri May 17 00:51:37 2013
New Revision: 1483630

URL: http://svn.apache.org/r1483630
Log:
[maven-release-plugin] prepare release 1.5.0-RC3

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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/assemble/pom.xml (original)
+++ accumulo/branches/1.5/assemble/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/core/pom.xml (original)
+++ accumulo/branches/1.5/core/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/examples/pom.xml (original)
+++ accumulo/branches/1.5/examples/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/examples/simple/pom.xml (original)
+++ accumulo/branches/1.5/examples/simple/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-examples</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/fate/pom.xml (original)
+++ accumulo/branches/1.5/fate/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/pom.xml (original)
+++ accumulo/branches/1.5/pom.xml Fri May 17 00:51:37 2013
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.accumulo</groupId>
   <artifactId>accumulo-project</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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/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>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/accumulo/tags/1.5.0-RC3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/accumulo/tags/1.5.0-RC3</developerConnection>
+    <url>http://svn.apache.org/viewvc/accumulo/tags/1.5.0-RC3</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/proxy/pom.xml (original)
+++ accumulo/branches/1.5/proxy/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/server/pom.xml (original)
+++ accumulo/branches/1.5/server/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/start/pom.xml (original)
+++ accumulo/branches/1.5/start/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/test/pom.xml (original)
+++ accumulo/branches/1.5/test/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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=1483630&r1=1483629&r2=1483630&view=diff
==============================================================================
--- accumulo/branches/1.5/trace/pom.xml (original)
+++ accumulo/branches/1.5/trace/pom.xml Fri May 17 00:51:37 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.accumulo</groupId>
     <artifactId>accumulo-project</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
   </parent>
   <artifactId>accumulo-trace</artifactId>
   <name>Trace</name>