Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
fix missing info in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochuanyu committed Aug 7, 2017
1 parent c5eb664 commit a9be18e
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.soabase.exhibitor</groupId>
Expand Down Expand Up @@ -49,11 +50,48 @@
<embedded-consul-version>0.3.1</embedded-consul-version>
</properties>

<name>Exhibitor</name>
<description>A supervisor system for ZooKeeper.</description>
<url>https://github.com/soabase/exhibitor/</url>

<organization>
<name>Soabase</name>
<url>https://github.com/soabase</url>
</organization>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<name>Jordan Zimmerman</name>
<email>jordan@jordanzimmerman.com</email>
<timezone>-5</timezone>
<url>https://github.com/randgalt/</url>
<roles>
<role>Author</role>
</roles>
</developer>
<developer>
<name>Xiaochuan Yu</name>
<email>xcyu.se@gmail.com</email>
<timezone>-5</timezone>
<url>https://github.com/xiaochuanyu/</url>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>

<scm>
<url>https://github.com/soabase/exhibitor</url>
<connection>scm:git:https://github.com/soabase/exhibitor.git</connection>
<developerConnection>scm:git:git@github.com:soabase/exhibitor.git</developerConnection>
<tag>exhibitor-1.1.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit a9be18e

Please sign in to comment.