You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2017/07/21 19:26:34 UTC

[13/16] curator git commit: added some missing tags to the pom

added some missing tags to the pom


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/1eb8aa84
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/1eb8aa84
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/1eb8aa84

Branch: refs/heads/master
Commit: 1eb8aa8490fe4a007173e4dd70a78425cd74e02a
Parents: aa976bb
Author: randgalt <ra...@apache.org>
Authored: Thu Jul 20 17:44:25 2017 -0500
Committer: randgalt <ra...@apache.org>
Committed: Thu Jul 20 17:44:25 2017 -0500

----------------------------------------------------------------------
 curator-test-zk34/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/1eb8aa84/curator-test-zk34/pom.xml
----------------------------------------------------------------------
diff --git a/curator-test-zk34/pom.xml b/curator-test-zk34/pom.xml
index ba38571..d417875 100644
--- a/curator-test-zk34/pom.xml
+++ b/curator-test-zk34/pom.xml
@@ -9,6 +9,10 @@
 
     <artifactId>curator-test-zk34</artifactId>
 
+    <name>Curator ZooKeeper 3.4 Testing</name>
+    <description>Tests for ZoKeeper 3.4 compatibility</description>
+    <inceptionYear>2017</inceptionYear>
+
     <properties>
         <zookeeper-34-version>3.4.8</zookeeper-34-version>
         <curator-2-version>2.12.0</curator-2-version>