<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.wavesenterprise</groupId>
    <artifactId>we-protobuf-archive</artifactId>
    <packaging>zip</packaging>
    <description>Library for Waves Enterprise blockchain platform</description>
    <url>https://github.com/waves-enterprise/we-core</url>
    <version>1.9-1.12.2-RC2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>we-protobuf-archive</name>
    <organization>
        <name>wavesenterprise</name>
        <url>https://wavesenterprise.com</url>
    </organization>
    <scm>
        <url>https://github.com/waves-enterprise/we-core</url>
        <connection>scm:git@github.com:waves-enterprise/we-core.git</connection>
    </scm>
    <developers>
        <developer>
            <id>wavesenterprise</id>
            <name>Waves Enterprise</name>
            <url>https://wavesenterprise.com</url>
            <email>dev@wavesenterprise.com</email>
        </developer>
        <developer>
            <id>vaan</id>
            <name>Vadim Anufriev</name>
            <url>https://vaan.io/</url>
            <email>m@vaan.io</email>
        </developer>
        <developer>
            <id>sathembite</id>
            <name>Anton Mazur</name>
            <url>https://github.com/AntonMazur</url>
            <email>sathembite@gmail.com</email>
        </developer>
        <developer>
            <id>kantefier</id>
            <name>Kirill Nebogin</name>
            <url>https://github.com/kantefier</url>
            <email>kinebogin@gmail.com</email>
        </developer>
        <developer>
            <id>gamzaliev</id>
            <name>Ruslan Gamzaliev</name>
            <url>https://github.com/gamzaliev</url>
            <email>gamzaliev.ruslan.94@gmail.com</email>
        </developer>
        <developer>
            <id>1estart</id>
            <name>Artemiy Pospelov</name>
            <url>https://github.com/1estart</url>
            <email>artemiywaves@gmail.com</email>
        </developer>
        <developer>
            <id>deadblackclover</id>
            <name>Mark Ikonnikov</name>
            <url>https://github.com/deadblackclover</url>
            <email>mikonnikovwe@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>semver-spec</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.10</version>
        </dependency>
        <dependency>
            <groupId>com.wavesenterprise</groupId>
            <artifactId>we-grpc-protobuf</artifactId>
            <version>1.9-1.12.2-RC2</version>
        </dependency>
    </dependencies>
</project>