forked from googleapis/google-cloud-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
54 lines (49 loc) · 2.36 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?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-bare-metal-solution-parent</artifactId>
<packaging>pom</packaging>
<version>0.56.0</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<name>Google Bare Metal SOlution 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.50.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-bare-metal-solution-parent</site.installationModule>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bare-metal-solution</artifactId>
<version>0.56.0</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-bare-metal-solution-v2</artifactId>
<version>0.56.0</version><!-- {x-version-update:grpc-google-cloud-bare-metal-solution-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-bare-metal-solution-v2</artifactId>
<version>0.56.0</version><!-- {x-version-update:proto-google-cloud-bare-metal-solution-v2:current} -->
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>google-cloud-bare-metal-solution</module>
<module>grpc-google-cloud-bare-metal-solution-v2</module>
<module>proto-google-cloud-bare-metal-solution-v2</module>
<module>google-cloud-bare-metal-solution-bom</module>
</modules>
</project>