<?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">
    <modelVersion>4.0.0</modelVersion>
    <groupId>cn.hyperchain</groupId>
    <artifactId>hyperjvm</artifactId>
    <version>1.5.11</version>
    <packaging>jar</packaging>

    <name>Hyperchain Hyperjvm</name>
    <description>A Java Dependency</description>
    <url>https://www.hyperchain.cn/</url>

    <scm>
        <url>scm:git:git://github.com/hyperchain/hyperjvm</url>
        <developerConnection>scm:git:ssh://github.com:/hyperchain/hyperjvm.git</developerConnection>
        <connection>git@github.com:hyperchain/hyperjvm.git</connection>
    </scm>
    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <name>Qi He</name>
            <email>heqi@hyperchain.cn</email>
            <organization>Hyperchain</organization>
            <organizationUrl>http://www.hyperchain.cn</organizationUrl>
        </developer>
    </developers>
</project>

