Skip to content

Commit 0ddd80f

Browse files
committed
chore(java-spanner): modernize root pom.xml
1 parent e05fb2c commit 0ddd80f

File tree

1 file changed

+8
-88
lines changed

1 file changed

+8
-88
lines changed

java-spanner/pom.xml

Lines changed: 8 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
<packaging>pom</packaging>
77
<version>6.112.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} -->
88
<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>
1010
<description>
1111
Java idiomatic client for Google Cloud Platform services.
1212
</description>
1313

1414
<parent>
1515
<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>
1819
</parent>
1920

2021
<developers>
@@ -32,13 +33,13 @@
3233
<name>Google LLC</name>
3334
</organization>
3435
<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>
3839
<tag>HEAD</tag>
3940
</scm>
4041
<issueManagement>
41-
<url>https://github.com/googleapis/java-spanner/issues</url>
42+
<url>https://github.com/googleapis/google-cloud-java/issues</url>
4243
<system>GitHub Issues</system>
4344
</issueManagement>
4445

@@ -103,20 +104,7 @@
103104
<artifactId>google-cloud-spanner</artifactId>
104105
<version>6.112.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} -->
105106
</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>
113107

114-
<dependency>
115-
<groupId>junit</groupId>
116-
<artifactId>junit</artifactId>
117-
<version>4.13.2</version>
118-
<scope>test</scope>
119-
</dependency>
120108
<dependency>
121109
<groupId>com.google.truth</groupId>
122110
<artifactId>truth</artifactId>
@@ -165,72 +153,4 @@
165153
</plugins>
166154
</build>
167155

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>
236156
</project>

0 commit comments

Comments
 (0)