Skip to content

Commit

Permalink
Fix asynchbase_version in include file
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama committed Oct 14, 2014
1 parent 4e94985 commit c300156
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions third_party/hbase/include.mk
Expand Up @@ -13,11 +13,11 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

OPENTSDB_VERSION := 1.6.0
ASYNCHBASE := third_party/hbase/asynchbase-$(OPENTSDB_VERSION).jar
OPENTSDB_BASE_URL := http://central.maven.org/maven2/org/hbase/asynchbase/$(OPENTSDB_VERSION)
ASYNCHBASE_VERSION := 1.6.0
ASYNCHBASE := third_party/hbase/asynchbase-$(ASYNCHBASE_VERSION).jar
ASYNCHBASE_BASE_URL := http://central.maven.org/maven2/org/hbase/asynchbase/$(ASYNCHBASE_VERSION)

$(ASYNCHBASE): $(ASYNCHBASE).md5
set dummy "$(OPENTSDB_BASE_URL)" "$(ASYNCHBASE)"; shift; $(FETCH_DEPENDENCY)
set dummy "$(ASYNCHBASE_BASE_URL)" "$(ASYNCHBASE)"; shift; $(FETCH_DEPENDENCY)

THIRD_PARTY += $(ASYNCHBASE)

0 comments on commit c300156

Please sign in to comment.