<?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>ai.tegmentum.webassembly4j</groupId>
  <artifactId>webassembly4j-api</artifactId>
  <version>1.2.2</version>
  <name>WebAssembly4J API</name>
  <description>Stable user-facing API for WebAssembly4J</description>
  <url>https://github.com/tegmentum/webassembly4j/webassembly4j-api</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>webassembly4j-team</id>
      <name>WebAssembly4J Development Team</name>
      <organization>Tegmentum</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/tegmentum/webassembly4j.git/webassembly4j-api</connection>
    <developerConnection>scm:git:ssh://github.com:tegmentum/webassembly4j.git/webassembly4j-api</developerConnection>
    <url>https://github.com/tegmentum/webassembly4j/webassembly4j-api</url>
  </scm>
</project>
