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/CURATOR-426 Commit: 1eb8aa8490fe4a007173e4dd70a78425cd74e02a Parents: aa976bb Author: randgalt <[email protected]> Authored: Thu Jul 20 17:44:25 2017 -0500 Committer: randgalt <[email protected]> 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>
