|
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <version>6.112.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} --> |
8 | 8 | <name>Google Cloud Spanner Parent</name> |
9 | | - <url>https://github.com/googleapis/java-spanner</url> |
| 9 | + <url>https://github.com/googleapis/google-cloud-java</url> |
10 | 10 | <description> |
11 | 11 | Java idiomatic client for Google Cloud Platform services. |
12 | 12 | </description> |
13 | 13 |
|
14 | 14 | <parent> |
15 | 15 | <groupId>com.google.cloud</groupId> |
16 | | - <artifactId>sdk-platform-java-config</artifactId> |
17 | | - <version>3.57.0</version> |
| 16 | + <artifactId>google-cloud-jar-parent</artifactId> |
| 17 | + <version>1.83.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} --> |
| 18 | + <relativePath>../google-cloud-jar-parent/pom.xml</relativePath> |
18 | 19 | </parent> |
19 | 20 |
|
20 | 21 | <developers> |
|
32 | 33 | <name>Google LLC</name> |
33 | 34 | </organization> |
34 | 35 | <scm> |
35 | | - <connection>scm:git:git@github.com:googleapis/java-spanner.git</connection> |
36 | | - <developerConnection>scm:git:git@github.com:googleapis/java-spanner.git</developerConnection> |
37 | | - <url>https://github.com/googleapis/java-spanner</url> |
| 36 | + <connection>scm:git:git@github.com:googleapis/google-cloud-java.git</connection> |
| 37 | + <developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection> |
| 38 | + <url>https://github.com/googleapis/google-cloud-java</url> |
38 | 39 | <tag>HEAD</tag> |
39 | 40 | </scm> |
40 | 41 | <issueManagement> |
41 | | - <url>https://github.com/googleapis/java-spanner/issues</url> |
| 42 | + <url>https://github.com/googleapis/google-cloud-java/issues</url> |
42 | 43 | <system>GitHub Issues</system> |
43 | 44 | </issueManagement> |
44 | 45 |
|
|
103 | 104 | <artifactId>google-cloud-spanner</artifactId> |
104 | 105 | <version>6.112.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} --> |
105 | 106 | </dependency> |
106 | | - <dependency> |
107 | | - <groupId>com.google.cloud</groupId> |
108 | | - <artifactId>google-cloud-shared-dependencies</artifactId> |
109 | | - <version>${google-cloud-shared-dependencies.version}</version> |
110 | | - <type>pom</type> |
111 | | - <scope>import</scope> |
112 | | - </dependency> |
113 | 107 |
|
114 | | - <dependency> |
115 | | - <groupId>junit</groupId> |
116 | | - <artifactId>junit</artifactId> |
117 | | - <version>4.13.2</version> |
118 | | - <scope>test</scope> |
119 | | - </dependency> |
120 | 108 | <dependency> |
121 | 109 | <groupId>com.google.truth</groupId> |
122 | 110 | <artifactId>truth</artifactId> |
|
165 | 153 | </plugins> |
166 | 154 | </build> |
167 | 155 |
|
168 | | - <reporting> |
169 | | - <plugins> |
170 | | - <plugin> |
171 | | - <groupId>org.apache.maven.plugins</groupId> |
172 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
173 | | - <version>3.9.0</version> |
174 | | - <reportSets> |
175 | | - <reportSet> |
176 | | - <reports> |
177 | | - <report>index</report> |
178 | | - <report>dependency-info</report> |
179 | | - <report>team</report> |
180 | | - <report>ci-management</report> |
181 | | - <report>issue-management</report> |
182 | | - <report>licenses</report> |
183 | | - <report>scm</report> |
184 | | - <report>dependency-management</report> |
185 | | - <report>distribution-management</report> |
186 | | - <report>summary</report> |
187 | | - <report>modules</report> |
188 | | - </reports> |
189 | | - </reportSet> |
190 | | - </reportSets> |
191 | | - <configuration> |
192 | | - <dependencyDetailsEnabled>true</dependencyDetailsEnabled> |
193 | | - <artifactId>${site.installationModule}</artifactId> |
194 | | - <packaging>jar</packaging> |
195 | | - </configuration> |
196 | | - </plugin> |
197 | | - <plugin> |
198 | | - <groupId>org.apache.maven.plugins</groupId> |
199 | | - <artifactId>maven-javadoc-plugin</artifactId> |
200 | | - <reportSets> |
201 | | - <reportSet> |
202 | | - <id>html</id> |
203 | | - <reports> |
204 | | - <report>aggregate</report> |
205 | | - <report>javadoc</report> |
206 | | - </reports> |
207 | | - </reportSet> |
208 | | - </reportSets> |
209 | | - <configuration> |
210 | | - <doclint>none</doclint> |
211 | | - <show>protected</show> |
212 | | - <nohelp>true</nohelp> |
213 | | - <outputDirectory>${project.build.directory}/javadoc</outputDirectory> |
214 | | - <groups> |
215 | | - <group> |
216 | | - <title>Test helpers packages</title> |
217 | | - <packages>com.google.cloud.testing</packages> |
218 | | - </group> |
219 | | - <group> |
220 | | - <title>SPI packages</title> |
221 | | - <packages>com.google.cloud.spi*</packages> |
222 | | - </group> |
223 | | - </groups> |
224 | | - |
225 | | - <links> |
226 | | - <link>https://grpc.io/grpc-java/javadoc/</link> |
227 | | - <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
228 | | - <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
229 | | - <link>https://googleapis.dev/java/gax/latest/</link> |
230 | | - <link>https://googleapis.github.io/api-common-java/</link> |
231 | | - </links> |
232 | | - </configuration> |
233 | | - </plugin> |
234 | | - </plugins> |
235 | | - </reporting> |
236 | 156 | </project> |
0 commit comments