We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1db42 commit d543609Copy full SHA for d543609
Makefile
@@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
39
spec_title := Asynchronous HBase Client
40
spec_vendor := The Async HBase Authors
41
# Semantic Versioning (see http://semver.org/).
42
-spec_version := 1.5.0-SNAPSHOT
+spec_version := 1.5.0
43
jar := $(top_builddir)/asynchbase-$(spec_version).jar
44
45
asynchbase_PROTOS := \
NEWS
@@ -1,7 +1,7 @@
1
AsyncHBase - User visible and noteworthy changes.
2
This project uses Semantic Versioning (see http://semver.org/).
3
4
-* Version 1.5.0 (2013-??-??) [???????]
+* Version 1.5.0 (2013-12-13) [67fc3b7]
5
6
This release introduces compatibility with HBase 0.96 and up, and adds
7
a dependency on Google's protobuf-java library. Note that HBase 0.95.x,
0 commit comments