Skip to content

Commit

Permalink
Bump GT Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Nov 8, 2018
1 parent 8f37c8b commit 3185546
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis/hbase-install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

if [ ! -f $HOME/downloads/hbase-2.1.0-bin.tar.gz ]; then sudo wget -O $HOME/downloads/hbase-2.1.0-bin.tar.gz http://www-us.apache.org/dist/hbase/2.1.0/hbase-2.1.0-bin.tar.gz; fi
sudo mv $HOME/downloads/hbase-2.1.0-bin.tar.gz hbase-2.1.0-bin.tar.gz && tar xzf hbase-2.1.0-bin.tar.gz
sudo rm -f hbase-2.1.0/conf/hbase-site.xml && sudo mv .travis/hbase/hbase-site.xml hbase-2.1.0/conf
sudo hbase-2.1.0/bin/start-hbase.sh
if [ ! -f $HOME/downloads/hbase-2.1.1-bin.tar.gz ]; then sudo wget -O $HOME/downloads/hbase-2.1.1-bin.tar.gz http://www-us.apache.org/dist/hbase/2.1.1/hbase-2.1.1-bin.tar.gz; fi
sudo mv $HOME/downloads/hbase-2.1.1-bin.tar.gz hbase-2.1.1-bin.tar.gz && tar xzf hbase-2.1.1-bin.tar.gz
sudo rm -f hbase-2.1.1/conf/hbase-site.xml && sudo mv .travis/hbase/hbase-site.xml hbase-2.1.1/conf
sudo hbase-2.1.1/bin/start-hbase.sh
2 changes: 1 addition & 1 deletion project/Version.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

object Version {
val geotrellis = "2.0.0" + Environment.versionSuffix
val geotrellis = "3.0.0" + Environment.versionSuffix
val scala = "2.11.12"
val crossScala = Seq(scala, "2.12.7")
val geotools = "20.0"
Expand Down

0 comments on commit 3185546

Please sign in to comment.