Merge pull request #3 from apache/use-matching-tags-for-triq-deps

Use exactly matching tags for triq dependencies
diff --git a/rebar-test.config b/rebar-test.config
index b0d4b15..f595348 100644
--- a/rebar-test.config
+++ b/rebar-test.config
@@ -1,4 +1,4 @@
 {cover_enabled, true}.
 {deps, [
-         {triq, "", {git, "https://github.com/apache/couchdb-triq", {tag, "v1.2.0"}}}
+         {triq, ".*", {git, "https://github.com/apache/couchdb-triq.git", {tag, "v1.2.0"}}}
        ]}.
diff --git a/rebar.config b/rebar.config
index dc56e0e..6015992 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,7 +1,7 @@
 {cover_enabled, true}.
 
 {deps, [
-         {triq, "", {git, "https://github.com/apache/couchdb-triq", {tag, "v1.2.0"}}}
+         {triq, ".*", {git, "https://github.com/apache/couchdb-triq.git", {tag, "v1.2.0"}}}
        ]}.
 
 {port_specs, [