Skip to content

Commit 123c6e6

Browse files
committed
chore(java-datastore): modernize root pom.xml
1 parent f5d1747 commit 123c6e6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

java-datastore/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
<packaging>pom</packaging>
77
<version>2.33.2</version><!-- {x-version-update:google-cloud-datastore:current} -->
88
<name>Google Cloud Datastore Parent</name>
9-
<url>https://github.com/googleapis/java-datastore</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.55.1</version>
16+
<artifactId>google-cloud-jar-parent</artifactId>
17+
<version>1.77.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
18+
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
1819
</parent>
1920

2021
<developers>
@@ -120,13 +121,13 @@
120121
<name>Google LLC</name>
121122
</organization>
122123
<scm>
123-
<connection>scm:git:git@github.com:googleapis/java-datastore.git</connection>
124-
<developerConnection>scm:git:git@github.com:googleapis/java-datastore.git</developerConnection>
125-
<url>https://github.com/googleapis/java-datastore</url>
124+
<connection>scm:git:git@github.com:googleapis/google-cloud-java.git</connection>
125+
<developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection>
126+
<url>https://github.com/googleapis/google-cloud-java</url>
126127
<tag>HEAD</tag>
127128
</scm>
128129
<issueManagement>
129-
<url>https://github.com/googleapis/java-datastore/issues</url>
130+
<url>https://github.com/googleapis/google-cloud-java/issues</url>
130131
<system>GitHub Issues</system>
131132
</issueManagement>
132133

@@ -200,7 +201,6 @@
200201
</exclusion>
201202
</exclusions>
202203
</dependency>
203-
<!-- Test dependencies -->
204204
<dependency>
205205
<groupId>junit</groupId>
206206
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)