<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.flexemarkets</groupId>
  <artifactId>fm-spi</artifactId>
  <version>0.0.3</version>
  <name>Flexemarkets SPI</name>
  <description>The plugin contract between Flex-E-Markets service implementations
        (e.g. trading robots) and their hosts. A host discovers a ServiceProvider
        via ServiceLoader and runs the Service it creates, without compiling
        against the implementation. Interfaces only — no implementation code, no
        host internals. Published publicly so providers and hosts share one
        contract without copying source; the implementations stay private and
        are delivered to hosts as runtime plugin jars.</description>
  <url>https://github.com/flexemarkets/fm-sdk</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Flexemarkets</name>
      <email>support@flexemarkets.com</email>
      <organization>Flexemarkets</organization>
      <organizationUrl>https://flexemarkets.com</organizationUrl>
    </developer>
  </developers>
  <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
    <connection>scm:git:git://github.com/flexemarkets/fm-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com:flexemarkets/fm-sdk.git</developerConnection>
    <url>https://github.com/flexemarkets/fm-sdk/tree/main</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>central</id>
      <url>https://central.sonatype.com/repository/maven-releases/</url>
    </repository>
    <snapshotRepository>
      <id>central</id>
      <url>https://central.sonatype.com/repository/maven-snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
</project>
