<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jetbrains.runtime</groupId>
    <artifactId>jbr-api</artifactId>
    <version>1.6.0</version>
    <name>jbr-api</name>
    <description>Interface for the functionality specific to https://github.com/JetBrains/JetBrainsRuntime</description>
    <url>https://github.com/JetBrains/JetBrainsRuntimeApi</url>
    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <id>nikita.gubarkov</id>
            <name>Nikita Gubarkov</name>
            <email>nikita.gubarkov@jetbrains.com</email>
            <organization>JetBrains</organization>
            <organizationUrl>https://www.jetbrains.com</organizationUrl>
        </developer>
    </developers>
    <scm>
        <connection>scm:git:git@github.com:JetBrains/JetBrainsRuntimeApi.git</connection>
        <url>https://github.com/JetBrains/JetBrainsRuntimeApi</url>
    </scm>
</project>
