1+ <?xml version =" 1.0" ?>
2+ <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" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >com.google.cloud</groupId >
5+ <artifactId >google-cloud-speech-bom</artifactId >
6+ <version >1.20.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-speech:current} -->
7+ <packaging >pom</packaging >
8+ <parent >
9+ <groupId >com.google.cloud</groupId >
10+ <artifactId >google-cloud-shared-config</artifactId >
11+ <version >0.2.1</version >
12+ </parent >
13+
14+ <name >Google Cloud speech BOM</name >
15+ <url >https://github.com/googleapis/java-speech</url >
16+ <description >
17+ BOM for Google Cloud Speech
18+ </description >
19+
20+ <organization >
21+ <name >Google LLC</name >
22+ </organization >
23+
24+ <developers >
25+ <developer >
26+ <id >chingor13</id >
27+ <name >Jeff Ching</name >
28+ <email >chingor@google.com</email >
29+ <organization >Google LLC</organization >
30+ <roles >
31+ <role >Developer</role >
32+ </roles >
33+ </developer >
34+ </developers >
35+
36+ <scm >
37+ <connection >scm:git:https://github.com/googleapis/java-speech.git</connection >
38+ <developerConnection >scm:git:git@github.com:googleapis/java-speech.git</developerConnection >
39+ <url >https://github.com/googleapis/java-speech</url >
40+ </scm >
41+
42+ <distributionManagement >
43+ <snapshotRepository >
44+ <id >sonatype-nexus-snapshots</id >
45+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
46+ </snapshotRepository >
47+ <repository >
48+ <id >sonatype-nexus-staging</id >
49+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
50+ </repository >
51+ </distributionManagement >
52+
53+ <licenses >
54+ <license >
55+ <name >The Apache Software License, Version 2.0</name >
56+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
57+ <distribution >repo</distribution >
58+ </license >
59+ </licenses >
60+
61+ <dependencyManagement >
62+ <dependencies >
63+ <dependency >
64+ <groupId >com.google.cloud</groupId >
65+ <artifactId >google-cloud-speech</artifactId >
66+ <version >1.20.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-speech:current} -->
67+ </dependency >
68+ <dependency >
69+ <groupId >com.google.api.grpc</groupId >
70+ <artifactId >proto-google-cloud-speech-v1</artifactId >
71+ <version >1.20.1-SNAPSHOT</version ><!-- {x-version-update:proto-google-cloud-speech-v1:current} -->
72+ </dependency >
73+ <dependency >
74+ <groupId >com.google.api.grpc</groupId >
75+ <artifactId >proto-google-cloud-speech-v1beta1</artifactId >
76+ <version >0.73.1-SNAPSHOT</version ><!-- {x-version-update:proto-google-cloud-speech-v1beta1:current} -->
77+ </dependency >
78+ <dependency >
79+ <groupId >com.google.api.grpc</groupId >
80+ <artifactId >proto-google-cloud-speech-v1p1beta1</artifactId >
81+ <version >0.73.1-SNAPSHOT</version ><!-- {x-version-update:proto-google-cloud-speech-v1p1beta1:current} -->
82+ </dependency >
83+ <dependency >
84+ <groupId >com.google.api.grpc</groupId >
85+ <artifactId >grpc-google-cloud-speech-v1</artifactId >
86+ <version >1.20.1-SNAPSHOT</version ><!-- {x-version-update:grpc-google-cloud-speech-v1:current} -->
87+ </dependency >
88+ <dependency >
89+ <groupId >com.google.api.grpc</groupId >
90+ <artifactId >grpc-google-cloud-speech-v1beta1</artifactId >
91+ <version >0.73.1-SNAPSHOT</version ><!-- {x-version-update:grpc-google-cloud-speech-v1beta1:current} -->
92+ </dependency >
93+ <dependency >
94+ <groupId >com.google.api.grpc</groupId >
95+ <artifactId >grpc-google-cloud-speech-v1p1beta1</artifactId >
96+ <version >0.73.1-SNAPSHOT</version ><!-- {x-version-update:grpc-google-cloud-speech-v1p1beta1:current} -->
97+ </dependency >
98+ </dependencies >
99+ </dependencyManagement >
100+
101+ <build >
102+ <plugins >
103+ <plugin >
104+ <groupId >org.apache.maven.plugins</groupId >
105+ <artifactId >maven-checkstyle-plugin</artifactId >
106+ <configuration >
107+ <skip >true</skip >
108+ </configuration >
109+ </plugin >
110+ </plugins >
111+ </build >
112+ </project >
0 commit comments