<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.api.grpc</groupId>
  <artifactId>proto-google-iam-v2beta</artifactId>
  <version>1.13.0</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
  <name>proto-google-iam-v2beta</name>
  <description>Proto library for proto-google-iam-v1</description>
  <parent>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-iam-parent</artifactId>
    <version>1.13.0</version><!-- {x-version-update:proto-google-iam-v1:current} -->
  </parent>
  <dependencies>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.api.grpc</groupId>
      <artifactId>proto-google-common-protos</artifactId>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>flatten-maven-plugin</artifactId>
        </plugin>
    </plugins>
  </build>
</project>
