Skip to content

Commit d543609

Browse files
committed
Release 1.5.0.
1 parent bc1db42 commit d543609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
3939
spec_title := Asynchronous HBase Client
4040
spec_vendor := The Async HBase Authors
4141
# Semantic Versioning (see http://semver.org/).
42-
spec_version := 1.5.0-SNAPSHOT
42+
spec_version := 1.5.0
4343
jar := $(top_builddir)/asynchbase-$(spec_version).jar
4444

4545
asynchbase_PROTOS := \

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AsyncHBase - User visible and noteworthy changes.
22
This project uses Semantic Versioning (see http://semver.org/).
33

4-
* Version 1.5.0 (2013-??-??) [???????]
4+
* Version 1.5.0 (2013-12-13) [67fc3b7]
55

66
This release introduces compatibility with HBase 0.96 and up, and adds
77
a dependency on Google's protobuf-java library. Note that HBase 0.95.x,

0 commit comments

Comments
 (0)