<?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>io.mcp-mesh</groupId>
  <artifactId>mcp-mesh-native</artifactId>
  <version>2.5.0</version>
  <name>MCP Mesh Native</name>
  <description>Native library artifacts for MCP Mesh (platform-specific)</description>
  <url>https://github.com/dhyansraj/mcp-mesh</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>MCP Mesh Contributors</name>
      <email>noreply@mcp-mesh.ai</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/dhyansraj/mcp-mesh.git</connection>
    <developerConnection>scm:git:git@github.com:dhyansraj/mcp-mesh.git</developerConnection>
    <url>https://github.com/dhyansraj/mcp-mesh</url>
  </scm>
  <repositories>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>spring-milestones</id>
      <name>Spring Milestones</name>
      <url>https://repo.spring.io/milestone</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <id>spring-snapshots</id>
      <name>Spring Snapshots</name>
      <url>https://repo.spring.io/snapshot</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>central-portal-snapshots</id>
      <name>Central Portal Snapshots</name>
      <url>https://central.sonatype.com/repository/maven-snapshots/</url>
    </repository>
  </repositories>
</project>
