Skip to content

Commit

Permalink
#ACCUMULO-970 updated trunk to 1.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk@1447838 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
keith-turner committed Feb 19, 2013
1 parent dd7bd2f commit d5f8c03
Show file tree
Hide file tree
Showing 29 changed files with 55 additions and 55 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ easier to install.


Copy the accumulo tar file produced by mvn package from the src/assemble/target/ Copy the accumulo tar file produced by mvn package from the src/assemble/target/
directory to the desired destination, then untar it (e.g. 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 If you are using the RPM, install the RPM on every machine that will run
accumulo. accumulo.
Expand All @@ -71,7 +71,7 @@ found in the same location on every machine in the cluster. You will need to
have password-less ssh set up as described in the hadoop documentation. 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 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 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. 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 If you need to set the coniguration, please be sure to restart HDFS. See
Expand Down Expand Up @@ -182,7 +182,7 @@ scanned.


Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- -
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: accumulo - instance name: accumulo
- instance id: f5947fe6-081e-41a8-9877-43730c4dfc6f - instance id: f5947fe6-081e-41a8-9877-43730c4dfc6f
- -
Expand All @@ -203,7 +203,7 @@ certain column.


Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- -
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: accumulo - instance name: accumulo
- instance id: f5947fe6-081e-41a8-9877-43730c4dfc6f - instance id: f5947fe6-081e-41a8-9877-43730c4dfc6f
- -
Expand Down
2 changes: 1 addition & 1 deletion assemble/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent> <parent>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId> <artifactId>accumulo</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>


<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bin/config.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mkdir -p $ACCUMULO_LOG_DIR 2>/dev/null
export ACCUMULO_LOG_DIR export ACCUMULO_LOG_DIR


if [ -z "${ACCUMULO_VERSION}" ]; then if [ -z "${ACCUMULO_VERSION}" ]; then
ACCUMULO_VERSION=1.5.0-SNAPSHOT ACCUMULO_VERSION=1.6.0-SNAPSHOT
fi fi


if [ -z "$HADOOP_PREFIX" ] if [ -z "$HADOOP_PREFIX" ]
Expand Down
20 changes: 10 additions & 10 deletions contrib/findbugs_build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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-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="${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/jackson-0.9.2.jar" /-->
<pathElement location="${basedir}/../lib/accumulo-fate-1.5.0-SNAPSHOT.jar" /> <pathElement location="${basedir}/../lib/accumulo-fate-1.6.0-SNAPSHOT.jar" />
<pathElement location="${basedir}/../lib/accumulo-start-1.5.0-SNAPSHOT.jar" /> <pathElement location="${basedir}/../lib/accumulo-start-1.6.0-SNAPSHOT.jar" />
<pathElement location="${basedir}/../lib/accumulo-trace-1.5.0-SNAPSHOT.jar" /> <pathElement location="${basedir}/../lib/accumulo-trace-1.6.0-SNAPSHOT.jar" />
</auxClasspath> </auxClasspath>
<sourcePath> <sourcePath>
<pathElement location="${basedir}/core/src/main/java" /> <pathElement location="${basedir}/core/src/main/java" />
Expand All @@ -83,13 +83,13 @@
<pathElement location="${basedir}/examples/simple/src/main/java" /> <pathElement location="${basedir}/examples/simple/src/main/java" />
<pathElement location="${basedir}/examples/simple/src/test/java" /> <pathElement location="${basedir}/examples/simple/src/test/java" />
</sourcePath> </sourcePath>
<class location="${basedir}/../lib/accumulo-core-1.5.0-SNAPSHOT.jar" /> <class location="${basedir}/../lib/accumulo-core-1.6.0-SNAPSHOT.jar" />
<class location="${basedir}/../lib/accumulo-fate-1.5.0-SNAPSHOT.jar" /> <class location="${basedir}/../lib/accumulo-fate-1.6.0-SNAPSHOT.jar" />
<class location="${basedir}/../lib/accumulo-server-1.5.0-SNAPSHOT.jar" /> <class location="${basedir}/../lib/accumulo-server-1.6.0-SNAPSHOT.jar" />
<class location="${basedir}/../lib/accumulo-start-1.5.0-SNAPSHOT.jar" /> <class location="${basedir}/../lib/accumulo-start-1.6.0-SNAPSHOT.jar" />
<class location="${basedir}/../lib/accumulo-test-1.5.0-SNAPSHOT.jar" /> <class location="${basedir}/../lib/accumulo-test-1.6.0-SNAPSHOT.jar" />
<class location="${basedir}/../lib/accumulo-trace-1.5.0-SNAPSHOT.jar" /> <class location="${basedir}/../lib/accumulo-trace-1.6.0-SNAPSHOT.jar" />
<class location="${basedir}/../lib/examples-simple-1.5.0-SNAPSHOT.jar" /> <class location="${basedir}/../lib/examples-simple-1.6.0-SNAPSHOT.jar" />
</findbugs> </findbugs>
</target> </target>


Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId> <artifactId>accumulo</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>


<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/apache/accumulo/core/Constants.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


public class Constants { public class Constants {
public static final Charset UTF8 = Charset.forName("UTF-8"); 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 // versions should never be negative
public static final Integer WIRE_VERSION = 2; public static final Integer WIRE_VERSION = 2;
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1>Apache Accumulo Configuration Management</h1>


Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- -
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: ac14 - instance name: ac14
- instance id: 4f48fa03-f692-43ce-ae03-94c9ea8b7181 - instance id: 4f48fa03-f692-43ce-ae03-94c9ea8b7181
- -
Expand Down
2 changes: 1 addition & 1 deletion docs/README_UBUNTU
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ following notes are not guaranteed since there are so many different server conf
Please let us know if anything is wrong or could be improved. 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: NOTE: These steps were tested on Ubuntu 12.04.1 LTS. 'file /sbin/init' displays this:
Expand Down
2 changes: 1 addition & 1 deletion docs/combiners.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Apache Accumulo Documentation : Combiners</h1>
<p><pre> <p><pre>


Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance id: 863fc0d1-3623-4b6c-8c23-7d4fdb1c8a49 - instance id: 863fc0d1-3623-4b6c-8c23-7d4fdb1c8a49
- -
- type 'help' for a list of available commands - type 'help' for a list of available commands
Expand Down
6 changes: 3 additions & 3 deletions docs/examples/README.bloom
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Below table named bloom_test is created and bloom filters are enabled.


$ ./bin/accumulo shell -u username -p password $ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand Down Expand Up @@ -102,7 +102,7 @@ The commands for creating the first table without bloom filters are below.


$ ./bin/accumulo shell -u username -p password $ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand All @@ -125,7 +125,7 @@ The commands for creating the second table with bloom filers are below.


$ ./bin/accumulo shell -u username -p password $ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.combiner
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tar distribution.


Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- -
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.constraints
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ the end shows the inserts were not allowed.


Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- -
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.mapred
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for the column family count.


$ ./bin/accumulo shell -u username -p password $ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.maxmutation
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ large mutations.


Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- -
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.regex
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ put a trivial amount of data into accumulo using the accumulo shell:


$ ./bin/accumulo shell -u username -p password $ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/README.rowhash
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ put a trivial amount of data into accumulo using the accumulo shell:


$ ./bin/accumulo shell -u username -p password $ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand All @@ -44,7 +44,7 @@ Now we can scan the table and see the hashes:


$ ./bin/accumulo shell -u username -p password $ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.tabletofile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ put a trivial amount of data into accumulo using the accumulo shell:


$ ./bin/accumulo shell -u username -p password $ ./bin/accumulo shell -u username -p password
Shell - Apache Accumulo Interactive Shell Shell - Apache Accumulo Interactive Shell
- version: 1.5.0-SNAPSHOT - version: 1.6.0-SNAPSHOT
- instance name: instance - instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000 - instance id: 00000000-0000-0000-0000-000000000000
- -
Expand Down
4 changes: 2 additions & 2 deletions examples/instamo/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples-instamo</artifactId> <artifactId>accumulo-examples-instamo</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
<name>Instamo Example</name> <name>Instamo Example</name>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<properties> <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-one.version>1.0.4</hadoop-one.version>
<hadoop-two.version>2.0.2-alpha</hadoop-two.version> <hadoop-two.version>2.0.2-alpha</hadoop-two.version>
<maclass>org.apache.accumulo.instamo.MapReduceExample</maclass> <maclass>org.apache.accumulo.instamo.MapReduceExample</maclass>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent> <parent>
<artifactId>accumulo</artifactId> <artifactId>accumulo</artifactId>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>accumulo-examples</artifactId> <artifactId>accumulo-examples</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples</artifactId> <artifactId>accumulo-examples</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>


<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion fate/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId> <artifactId>accumulo</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>


<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId> <artifactId>accumulo</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
<name>Apache Accumulo</name> <name>Apache Accumulo</name>
<prerequisites> <prerequisites>
<maven>2.2.0</maven> <maven>2.2.0</maven>
Expand Down Expand Up @@ -594,42 +594,42 @@
<dependency> <dependency>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-trace</artifactId> <artifactId>accumulo-trace</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-fate</artifactId> <artifactId>accumulo-fate</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-start</artifactId> <artifactId>accumulo-start</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-core</artifactId> <artifactId>accumulo-core</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-server</artifactId> <artifactId>accumulo-server</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-test</artifactId> <artifactId>accumulo-test</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-proxy</artifactId> <artifactId>accumulo-proxy</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples-simple</artifactId> <artifactId>accumulo-examples-simple</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</dependency> </dependency>


<!-- additional dependencies we need to provide --> <!-- additional dependencies we need to provide -->
Expand Down
4 changes: 2 additions & 2 deletions proxy/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent> <parent>
<artifactId>accumulo</artifactId> <artifactId>accumulo</artifactId>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>accumulo-proxy</artifactId> <artifactId>accumulo-proxy</artifactId>
<name>Proxy</name> <name>Proxy</name>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency> <dependency>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-examples-instamo</artifactId> <artifactId>accumulo-examples-instamo</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId> <artifactId>accumulo</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>


<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/c++/nativeMap/Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ clean:
rm -f $(INSTALLED_LIBS) $(LIBS) rm -f $(INSTALLED_LIBS) $(LIBS)


org_apache_accumulo_server_tabletserver_NativeMap.h : ../../java/org/apache/accumulo/server/tabletserver/NativeMap.java 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) $(INSTALLED_LIBS) : $(INSTALL_DIR) $(LIBS)
cp $(LIBS) $(INSTALL_DIR) cp $(LIBS) $(INSTALL_DIR)
Expand Down
2 changes: 1 addition & 1 deletion start/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId> <artifactId>accumulo</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>


<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions test/compat/japi-compliance/japi-accumulo-1.5.xml
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
<version> <version>
1.5.0-SNAPSHOT 1.6.0-SNAPSHOT
</version> </version>


<archives> <archives>
../../../lib/accumulo-core-1.5.0-SNAPSHOT.jar ../../../lib/accumulo-core-1.6.0-SNAPSHOT.jar
</archives> </archives>


<skip_packages> <skip_packages>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.accumulo</groupId> <groupId>org.apache.accumulo</groupId>
<artifactId>accumulo</artifactId> <artifactId>accumulo</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
</parent> </parent>


<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit d5f8c03

Please sign in to comment.