Skip to content

Commit f219d4d

Browse files
committed
chore(java-datastore): modernize root pom.xml
1 parent 6338b7f commit f219d4d

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

java-datastore/pom.xml

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
<packaging>pom</packaging>
77
<version>2.34.1-SNAPSHOT</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.56.1</version>
16+
<artifactId>google-cloud-jar-parent</artifactId>
17+
<version>1.79.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

@@ -151,13 +152,6 @@
151152

152153
<dependencyManagement>
153154
<dependencies>
154-
<dependency>
155-
<groupId>com.google.cloud</groupId>
156-
<artifactId>google-cloud-shared-dependencies</artifactId>
157-
<version>${google-cloud-shared-dependencies.version}</version>
158-
<type>pom</type>
159-
<scope>import</scope>
160-
</dependency>
161155

162156
<dependency>
163157
<groupId>com.google.api.grpc</groupId>
@@ -200,13 +194,6 @@
200194
</exclusion>
201195
</exclusions>
202196
</dependency>
203-
<!-- Test dependencies -->
204-
<dependency>
205-
<groupId>junit</groupId>
206-
<artifactId>junit</artifactId>
207-
<version>4.13.2</version>
208-
<scope>test</scope>
209-
</dependency>
210197
<dependency>
211198
<groupId>org.easymock</groupId>
212199
<artifactId>easymock</artifactId>

0 commit comments

Comments
 (0)