<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.dstack</groupId>
  <artifactId>server-local-cli</artifactId>
  <version>0.1.5</version>
  <name>dstack Server Local CLI</name>
  <description>A local version of the dstack server CLI</description>
  <url>https://github.com/dstackai/dstack</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>peterschmidt85</id>
      <name>Peter Schmidt</name>
      <email>team@dstack.ai</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/dstackai/dstack/</connection>
    <developerConnection>scm:git:https://github.com/dstackai/</developerConnection>
    <url>https://github.com/dstackai/dstack/</url>
  </scm>
</project>
