blob: a083d2f37a5fe5866b88f0ad13667af12d02ed8e [file] [log] [blame] [edit]
<?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-api-gateway-parent</artifactId>
<packaging>pom</packaging>
<version>2.17.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
<name>Google API Gateway Parent</name>
<description>
Java idiomatic client for Google Cloud Platform services.
</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-jar-parent</artifactId>
<version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-api-gateway-parent</site.installationModule>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-api-gateway</artifactId>
<version>2.17.0</version><!-- {x-version-update:google-cloud-api-gateway:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-api-gateway-v1</artifactId>
<version>2.17.0</version><!-- {x-version-update:grpc-google-cloud-api-gateway-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-api-gateway-v1</artifactId>
<version>2.17.0</version><!-- {x-version-update:proto-google-cloud-api-gateway-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>google-cloud-api-gateway</module>
<module>grpc-google-cloud-api-gateway-v1</module>
<module>proto-google-cloud-api-gateway-v1</module>
<module>google-cloud-api-gateway-bom</module>
</modules>
</project>