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-bigtable-bom</artifactId >
6+ <version >1.6.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-bigtable: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 Bigtable BOM</name >
15+ <url >https://github.com/googleapis/java-bigtable</url >
16+ <description >
17+ BOM for Google Cloud Bigtable
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+ <developer >
35+ <id >igorberstein</id >
36+ <name >Igor Bernstein</name >
37+ <email >igorbernstein@google.com</email >
38+ <organization >Google LLC</organization >
39+ <roles >
40+ <role >Developer</role >
41+ </roles >
42+ </developer >
43+ </developers >
44+
45+ <scm >
46+ <connection >scm:git:https://github.com/googleapis/java-bigtable.git</connection >
47+ <developerConnection >scm:git:git@github.com:googleapis/java-bigtable.git</developerConnection >
48+ <url >https://github.com/googleapis/java-bigtable</url >
49+ </scm >
50+
51+ <distributionManagement >
52+ <snapshotRepository >
53+ <id >sonatype-nexus-snapshots</id >
54+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
55+ </snapshotRepository >
56+ <repository >
57+ <id >sonatype-nexus-staging</id >
58+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
59+ </repository >
60+ </distributionManagement >
61+
62+ <licenses >
63+ <license >
64+ <name >The Apache Software License, Version 2.0</name >
65+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
66+ <distribution >repo</distribution >
67+ </license >
68+ </licenses >
69+
70+ <dependencyManagement >
71+ <dependencies >
72+ <dependency >
73+ <groupId >com.google.cloud</groupId >
74+ <artifactId >google-cloud-bigtable</artifactId >
75+ <version >1.6.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-bigtable:current} -->
76+ </dependency >
77+ <dependency >
78+ <groupId >com.google.cloud</groupId >
79+ <artifactId >google-cloud-bigtable-emulator</artifactId >
80+ <version >0.115.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-bigtable-emulator:current} -->
81+ </dependency >
82+ <dependency >
83+ <groupId >com.google.api.grpc</groupId >
84+ <artifactId >grpc-google-cloud-bigtable-admin-v2</artifactId >
85+ <version >0.82.1-SNAPSHOT</version ><!-- {x-version-update:grpc-google-cloud-bigtable-admin-v2:current} -->
86+ </dependency >
87+ <dependency >
88+ <groupId >com.google.api.grpc</groupId >
89+ <artifactId >grpc-google-cloud-bigtable-v2</artifactId >
90+ <version >0.82.1-SNAPSHOT</version ><!-- {x-version-update:grpc-google-cloud-bigtable-v2:current} -->
91+ </dependency >
92+ <dependency >
93+ <groupId >com.google.api.grpc</groupId >
94+ <artifactId >proto-google-cloud-bigtable-admin-v2</artifactId >
95+ <version >0.82.1-SNAPSHOT</version ><!-- {x-version-update:proto-google-cloud-bigtable-admin-v2:current} -->
96+ </dependency >
97+ <dependency >
98+ <groupId >com.google.api.grpc</groupId >
99+ <artifactId >proto-google-cloud-bigtable-v2</artifactId >
100+ <version >0.82.1-SNAPSHOT</version ><!-- {x-version-update:proto-google-cloud-bigtable-v2:current} -->
101+ </dependency >
102+ </dependencies >
103+ </dependencyManagement >
104+
105+ <build >
106+ <plugins >
107+ <plugin >
108+ <groupId >org.apache.maven.plugins</groupId >
109+ <artifactId >maven-checkstyle-plugin</artifactId >
110+ <configuration >
111+ <skip >true</skip >
112+ </configuration >
113+ </plugin >
114+ </plugins >
115+ </build >
116+ </project >
0 commit comments