Author: kturner
Date: Tue Feb 19 17:39:00 2013
New Revision: 1447838
URL: http://svn.apache.org/r1447838
Log:
#ACCUMULO-970 updated trunk to 1.6.0-SNAPSHOT
Modified:
accumulo/trunk/README
accumulo/trunk/assemble/pom.xml
accumulo/trunk/bin/config.sh
accumulo/trunk/contrib/findbugs_build.xml
accumulo/trunk/core/pom.xml
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/Constants.java
accumulo/trunk/core/src/main/resources/org/apache/accumulo/core/conf/config.html
accumulo/trunk/docs/README_UBUNTU
accumulo/trunk/docs/combiners.html
accumulo/trunk/docs/examples/README.bloom
accumulo/trunk/docs/examples/README.combiner
accumulo/trunk/docs/examples/README.constraints
accumulo/trunk/docs/examples/README.mapred
accumulo/trunk/docs/examples/README.maxmutation
accumulo/trunk/docs/examples/README.regex
accumulo/trunk/docs/examples/README.rowhash
accumulo/trunk/docs/examples/README.tabletofile
accumulo/trunk/examples/instamo/pom.xml
accumulo/trunk/examples/pom.xml
accumulo/trunk/examples/simple/pom.xml
accumulo/trunk/fate/pom.xml
accumulo/trunk/pom.xml
accumulo/trunk/proxy/pom.xml
accumulo/trunk/server/pom.xml
accumulo/trunk/server/src/main/c++/nativeMap/Makefile
accumulo/trunk/start/pom.xml
accumulo/trunk/test/compat/japi-compliance/japi-accumulo-1.5.xml
accumulo/trunk/test/pom.xml
accumulo/trunk/trace/pom.xml
Modified: accumulo/trunk/README
URL:
http://svn.apache.org/viewvc/accumulo/trunk/README?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/README (original)
+++ accumulo/trunk/README Tue Feb 19 17:39:00 2013
@@ -44,7 +44,7 @@ easier to install.
Copy the accumulo tar file produced by mvn package from the
src/assemble/target/
directory to the desired destination, then untar it (e.g.
-tar xzf apache-accumulo-1.5.0-SNAPSHOT-dist.tar.gz).
+tar xzf apache-accumulo-1.6.0-SNAPSHOT-dist.tar.gz).
If you are using the RPM, install the RPM on every machine that will run
accumulo.
@@ -71,7 +71,7 @@ found in the same location on every mach
have password-less ssh set up as described in the hadoop documentation.
You will need to have hadoop installed and configured on your system. Accumulo
-1.5.0-SNAPSHOT has been tested with hadoop version 0.20.2. To avoid data loss,
+1.6.0-SNAPSHOT has been tested with hadoop version 0.20.2. To avoid data loss,
you must enable HDFS durable sync. How you enable this depends on your version
of Hadoop. Please consult the table below for information regarding your
version.
If you need to set the coniguration, please be sure to restart HDFS. See
@@ -182,7 +182,7 @@ scanned.
Shell - Apache Accumulo Interactive Shell
-
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: accumulo
- instance id: f5947fe6-081e-41a8-9877-43730c4dfc6f
-
@@ -203,7 +203,7 @@ certain column.
Shell - Apache Accumulo Interactive Shell
-
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: accumulo
- instance id: f5947fe6-081e-41a8-9877-43730c4dfc6f
-
Modified: accumulo/trunk/assemble/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/assemble/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/assemble/pom.xml (original)
+++ accumulo/trunk/assemble/pom.xml Tue Feb 19 17:39:00 2013
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: accumulo/trunk/bin/config.sh
URL:
http://svn.apache.org/viewvc/accumulo/trunk/bin/config.sh?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/bin/config.sh (original)
+++ accumulo/trunk/bin/config.sh Tue Feb 19 17:39:00 2013
@@ -46,7 +46,7 @@ mkdir -p $ACCUMULO_LOG_DIR 2>/dev/null
export ACCUMULO_LOG_DIR
if [ -z "${ACCUMULO_VERSION}" ]; then
- ACCUMULO_VERSION=1.5.0-SNAPSHOT
+ ACCUMULO_VERSION=1.6.0-SNAPSHOT
fi
if [ -z "$HADOOP_PREFIX" ]
Modified: accumulo/trunk/contrib/findbugs_build.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/contrib/findbugs_build.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/contrib/findbugs_build.xml (original)
+++ accumulo/trunk/contrib/findbugs_build.xml Tue Feb 19 17:39:00 2013
@@ -63,9 +63,9 @@
<pathElement
location="${repository}/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.jar" />
<pathElement
location="${repository}/org/slf4j/slf4j-log4j12/1.4.3/slf4j-log4j12-1.4.3.jar"
/>
<!--pathElement location="${basedir}/../lib/jackson-0.9.2.jar" /-->
- <pathElement
location="${basedir}/../lib/accumulo-fate-1.5.0-SNAPSHOT.jar" />
- <pathElement
location="${basedir}/../lib/accumulo-start-1.5.0-SNAPSHOT.jar" />
- <pathElement
location="${basedir}/../lib/accumulo-trace-1.5.0-SNAPSHOT.jar" />
+ <pathElement
location="${basedir}/../lib/accumulo-fate-1.6.0-SNAPSHOT.jar" />
+ <pathElement
location="${basedir}/../lib/accumulo-start-1.6.0-SNAPSHOT.jar" />
+ <pathElement
location="${basedir}/../lib/accumulo-trace-1.6.0-SNAPSHOT.jar" />
</auxClasspath>
<sourcePath>
<pathElement location="${basedir}/core/src/main/java" />
@@ -83,13 +83,13 @@
<pathElement location="${basedir}/examples/simple/src/main/java" />
<pathElement location="${basedir}/examples/simple/src/test/java" />
</sourcePath>
- <class location="${basedir}/../lib/accumulo-core-1.5.0-SNAPSHOT.jar" />
- <class location="${basedir}/../lib/accumulo-fate-1.5.0-SNAPSHOT.jar" />
- <class location="${basedir}/../lib/accumulo-server-1.5.0-SNAPSHOT.jar" />
- <class location="${basedir}/../lib/accumulo-start-1.5.0-SNAPSHOT.jar" />
- <class location="${basedir}/../lib/accumulo-test-1.5.0-SNAPSHOT.jar" />
- <class location="${basedir}/../lib/accumulo-trace-1.5.0-SNAPSHOT.jar" />
- <class location="${basedir}/../lib/examples-simple-1.5.0-SNAPSHOT.jar" />
+ <class location="${basedir}/../lib/accumulo-core-1.6.0-SNAPSHOT.jar" />
+ <class location="${basedir}/../lib/accumulo-fate-1.6.0-SNAPSHOT.jar" />
+ <class location="${basedir}/../lib/accumulo-server-1.6.0-SNAPSHOT.jar" />
+ <class location="${basedir}/../lib/accumulo-start-1.6.0-SNAPSHOT.jar" />
+ <class location="${basedir}/../lib/accumulo-test-1.6.0-SNAPSHOT.jar" />
+ <class location="${basedir}/../lib/accumulo-trace-1.6.0-SNAPSHOT.jar" />
+ <class location="${basedir}/../lib/examples-simple-1.6.0-SNAPSHOT.jar" />
</findbugs>
</target>
Modified: accumulo/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/core/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/core/pom.xml (original)
+++ accumulo/trunk/core/pom.xml Tue Feb 19 17:39:00 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified:
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/Constants.java
URL:
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/Constants.java?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/core/src/main/java/org/apache/accumulo/core/Constants.java
(original)
+++ accumulo/trunk/core/src/main/java/org/apache/accumulo/core/Constants.java
Tue Feb 19 17:39:00 2013
@@ -31,7 +31,7 @@ import org.apache.hadoop.io.Text;
public class Constants {
public static final Charset UTF8 = Charset.forName("UTF-8");
- public static final String VERSION = "1.5.0-SNAPSHOT";
+ public static final String VERSION = "1.6.0-SNAPSHOT";
// versions should never be negative
public static final Integer WIRE_VERSION = 2;
Modified:
accumulo/trunk/core/src/main/resources/org/apache/accumulo/core/conf/config.html
URL:
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/resources/org/apache/accumulo/core/conf/config.html?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
---
accumulo/trunk/core/src/main/resources/org/apache/accumulo/core/conf/config.html
(original)
+++
accumulo/trunk/core/src/main/resources/org/apache/accumulo/core/conf/config.html
Tue Feb 19 17:39:00 2013
@@ -55,7 +55,7 @@
Shell - Apache Accumulo Interactive Shell
-
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: ac14
- instance id: 4f48fa03-f692-43ce-ae03-94c9ea8b7181
-
Modified: accumulo/trunk/docs/README_UBUNTU
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/README_UBUNTU?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/README_UBUNTU (original)
+++ accumulo/trunk/docs/README_UBUNTU Tue Feb 19 17:39:00 2013
@@ -3,7 +3,7 @@ following notes are not guaranteed since
Please let us know if anything is wrong or could be improved.
---------------------------
-- ACCUMULO 1.5.0-SNAPSHOT -
+- ACCUMULO 1.6.0-SNAPSHOT -
---------------------------
NOTE: These steps were tested on Ubuntu 12.04.1 LTS. 'file /sbin/init'
displays this:
Modified: accumulo/trunk/docs/combiners.html
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/combiners.html?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/combiners.html (original)
+++ accumulo/trunk/docs/combiners.html Tue Feb 19 17:39:00 2013
@@ -30,7 +30,7 @@
<p><pre>
Shell - Apache Accumulo Interactive Shell
-- version: 1.5.0-SNAPSHOT
+- version: 1.6.0-SNAPSHOT
- instance id: 863fc0d1-3623-4b6c-8c23-7d4fdb1c8a49
-
- type 'help' for a list of available commands
Modified: accumulo/trunk/docs/examples/README.bloom
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.bloom?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.bloom (original)
+++ accumulo/trunk/docs/examples/README.bloom Tue Feb 19 17:39:00 2013
@@ -24,7 +24,7 @@ Below table named bloom_test is created
$ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
@@ -102,7 +102,7 @@ The commands for creating the first tabl
$ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
@@ -125,7 +125,7 @@ The commands for creating the second tab
$ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
Modified: accumulo/trunk/docs/examples/README.combiner
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.combiner?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.combiner (original)
+++ accumulo/trunk/docs/examples/README.combiner Tue Feb 19 17:39:00 2013
@@ -29,7 +29,7 @@ tar distribution.
Shell - Apache Accumulo Interactive Shell
-
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
Modified: accumulo/trunk/docs/examples/README.constraints
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.constraints?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.constraints (original)
+++ accumulo/trunk/docs/examples/README.constraints Tue Feb 19 17:39:00 2013
@@ -31,7 +31,7 @@ the end shows the inserts were not allow
Shell - Apache Accumulo Interactive Shell
-
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
Modified: accumulo/trunk/docs/examples/README.mapred
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.mapred?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.mapred (original)
+++ accumulo/trunk/docs/examples/README.mapred Tue Feb 19 17:39:00 2013
@@ -33,7 +33,7 @@ for the column family count.
$ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
Modified: accumulo/trunk/docs/examples/README.maxmutation
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.maxmutation?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.maxmutation (original)
+++ accumulo/trunk/docs/examples/README.maxmutation Tue Feb 19 17:39:00 2013
@@ -27,7 +27,7 @@ large mutations.
Shell - Apache Accumulo Interactive Shell
-
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
Modified: accumulo/trunk/docs/examples/README.regex
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.regex?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.regex (original)
+++ accumulo/trunk/docs/examples/README.regex Tue Feb 19 17:39:00 2013
@@ -24,7 +24,7 @@ put a trivial amount of data into accumu
$ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
Modified: accumulo/trunk/docs/examples/README.rowhash
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.rowhash?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.rowhash (original)
+++ accumulo/trunk/docs/examples/README.rowhash Tue Feb 19 17:39:00 2013
@@ -24,7 +24,7 @@ put a trivial amount of data into accumu
$ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
@@ -44,7 +44,7 @@ Now we can scan the table and see the ha
$ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
Modified: accumulo/trunk/docs/examples/README.tabletofile
URL:
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.tabletofile?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.tabletofile (original)
+++ accumulo/trunk/docs/examples/README.tabletofile Tue Feb 19 17:39:00 2013
@@ -23,7 +23,7 @@ put a trivial amount of data into accumu
$ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell
- - version: 1.5.0-SNAPSHOT
+ - version: 1.6.0-SNAPSHOT
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
Modified: accumulo/trunk/examples/instamo/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/examples/instamo/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/examples/instamo/pom.xml (original)
+++ accumulo/trunk/examples/instamo/pom.xml Tue Feb 19 17:39:00 2013
@@ -20,11 +20,11 @@
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples-instamo</artifactId>
<packaging>jar</packaging>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>Instamo Example</name>
<url>http://maven.apache.org</url>
<properties>
- <accumulo.version>1.5.0-SNAPSHOT</accumulo.version>
+ <accumulo.version>1.6.0-SNAPSHOT</accumulo.version>
<hadoop-one.version>1.0.4</hadoop-one.version>
<hadoop-two.version>2.0.2-alpha</hadoop-two.version>
<maclass>org.apache.accumulo.instamo.MapReduceExample</maclass>
Modified: accumulo/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/examples/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/examples/pom.xml (original)
+++ accumulo/trunk/examples/pom.xml Tue Feb 19 17:39:00 2013
@@ -20,7 +20,7 @@
<parent>
<artifactId>accumulo</artifactId>
<groupId>org.apache.accumulo</groupId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>accumulo-examples</artifactId>
<packaging>pom</packaging>
Modified: accumulo/trunk/examples/simple/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/examples/simple/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/examples/simple/pom.xml (original)
+++ accumulo/trunk/examples/simple/pom.xml Tue Feb 19 17:39:00 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: accumulo/trunk/fate/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/fate/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/fate/pom.xml (original)
+++ accumulo/trunk/fate/pom.xml Tue Feb 19 17:39:00 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: accumulo/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/pom.xml (original)
+++ accumulo/trunk/pom.xml Tue Feb 19 17:39:00 2013
@@ -26,7 +26,7 @@
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId>
<packaging>pom</packaging>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>Apache Accumulo</name>
<prerequisites>
<maven>2.2.0</maven>
@@ -594,42 +594,42 @@
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-trace</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-fate</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-start</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-core</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-server</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-test</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-proxy</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples-simple</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
<!-- additional dependencies we need to provide -->
Modified: accumulo/trunk/proxy/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/proxy/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/proxy/pom.xml (original)
+++ accumulo/trunk/proxy/pom.xml Tue Feb 19 17:39:00 2013
@@ -21,7 +21,7 @@
<parent>
<artifactId>accumulo</artifactId>
<groupId>org.apache.accumulo</groupId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>accumulo-proxy</artifactId>
<name>Proxy</name>
@@ -98,7 +98,7 @@
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples-instamo</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: accumulo/trunk/server/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/server/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/server/pom.xml (original)
+++ accumulo/trunk/server/pom.xml Tue Feb 19 17:39:00 2013
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: accumulo/trunk/server/src/main/c++/nativeMap/Makefile
URL:
http://svn.apache.org/viewvc/accumulo/trunk/server/src/main/c%2B%2B/nativeMap/Makefile?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/server/src/main/c++/nativeMap/Makefile (original)
+++ accumulo/trunk/server/src/main/c++/nativeMap/Makefile Tue Feb 19 17:39:00
2013
@@ -56,7 +56,7 @@ clean:
rm -f $(INSTALLED_LIBS) $(LIBS)
org_apache_accumulo_server_tabletserver_NativeMap.h :
../../java/org/apache/accumulo/server/tabletserver/NativeMap.java
- javah -classpath ../../../../../lib/accumulo-server-1.5.0-SNAPSHOT.jar
org.apache.accumulo.server.tabletserver.NativeMap
+ javah -classpath ../../../../../lib/accumulo-server-1.6.0-SNAPSHOT.jar
org.apache.accumulo.server.tabletserver.NativeMap
$(INSTALLED_LIBS) : $(INSTALL_DIR) $(LIBS)
cp $(LIBS) $(INSTALL_DIR)
Modified: accumulo/trunk/start/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/start/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/start/pom.xml (original)
+++ accumulo/trunk/start/pom.xml Tue Feb 19 17:39:00 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: accumulo/trunk/test/compat/japi-compliance/japi-accumulo-1.5.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/test/compat/japi-compliance/japi-accumulo-1.5.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/test/compat/japi-compliance/japi-accumulo-1.5.xml (original)
+++ accumulo/trunk/test/compat/japi-compliance/japi-accumulo-1.5.xml Tue Feb 19
17:39:00 2013
@@ -1,9 +1,9 @@
<version>
- 1.5.0-SNAPSHOT
+ 1.6.0-SNAPSHOT
</version>
<archives>
- ../../../lib/accumulo-core-1.5.0-SNAPSHOT.jar
+ ../../../lib/accumulo-core-1.6.0-SNAPSHOT.jar
</archives>
<skip_packages>
Modified: accumulo/trunk/test/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/test/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/test/pom.xml (original)
+++ accumulo/trunk/test/pom.xml Tue Feb 19 17:39:00 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: accumulo/trunk/trace/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/trunk/trace/pom.xml?rev=1447838&r1=1447837&r2=1447838&view=diff
==============================================================================
--- accumulo/trunk/trace/pom.xml (original)
+++ accumulo/trunk/trace/pom.xml Tue Feb 19 17:39:00 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>