<?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>org.springframework.grpc</groupId>
  <artifactId>spring-grpc</artifactId>
  <version>1.0.2</version>
  <packaging>pom</packaging>
  <name>Spring gRPC</name>
  <description>Building gRPC applications with Spring Boot</description>
  <url>https://github.com/spring-projects/spring-grpc</url>
  <organization>
    <name>Broadcom Inc.</name>
    <url>https://spring.io</url>
  </organization>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dsyer</id>
      <name>Dave Syer</name>
      <email>david.syer at broadcom.com</email>
      <organization>Broadcom</organization>
      <organizationUrl>http://www.spring.io</organizationUrl>
      <roles>
        <role>lead</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>git://github.com/spring-projects/spring-grpc.git</connection>
    <developerConnection>git@github.com:spring-projects/spring-grpc.git</developerConnection>
    <url>https://github.com/spring-projects/spring-grpc</url>
  </scm>
  <issueManagement>
    <system>Github Issues</system>
    <url>https://github.com/spring-projects/spring-grpc/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Github Actions</system>
    <url>https://github.com/spring-projects/spring-grpc/actions</url>
  </ciManagement>
</project>
