|
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <version>1.149.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} --> |
8 | 8 | <name>Google Cloud Pub/Sub Parent</name> |
9 | | - <url>https://github.com/googleapis/java-pubsub</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.82.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-pubsub.git</connection> |
36 | | - <developerConnection>scm:git:git@github.com:googleapis/java-pubsub.git</developerConnection> |
37 | | - <url>https://github.com/googleapis/java-pubsub</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-pubsub/issues</url> |
| 42 | + <url>https://github.com/googleapis/google-cloud-java/issues</url> |
42 | 43 | <system>GitHub Issues</system> |
43 | 44 | </issueManagement> |
44 | 45 |
|
|
58 | 59 |
|
59 | 60 | <dependencyManagement> |
60 | 61 | <dependencies> |
61 | | - <dependency> |
62 | | - <groupId>com.google.cloud</groupId> |
63 | | - <artifactId>google-cloud-shared-dependencies</artifactId> |
64 | | - <version>${google-cloud-shared-dependencies.version}</version> |
65 | | - <type>pom</type> |
66 | | - <scope>import</scope> |
67 | | - </dependency> |
68 | 62 |
|
69 | 63 | <dependency> |
70 | 64 | <groupId>com.google.api.grpc</groupId> |
|
82 | 76 | <version>1.149.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} --> |
83 | 77 | </dependency> |
84 | 78 |
|
85 | | - <!-- Test dependencies --> |
86 | | - <dependency> |
87 | | - <groupId>org.mockito</groupId> |
88 | | - <artifactId>mockito-core</artifactId> |
89 | | - <version>4.11.0</version> |
90 | | - <scope>test</scope> |
91 | | - </dependency> |
92 | | - <dependency> |
93 | | - <groupId>junit</groupId> |
94 | | - <artifactId>junit</artifactId> |
95 | | - <version>4.13.2</version> |
96 | | - <scope>test</scope> |
97 | | - </dependency> |
98 | 79 | <dependency> |
99 | 80 | <groupId>org.easymock</groupId> |
100 | 81 | <artifactId>easymock</artifactId> |
|
146 | 127 | <module>google-cloud-pubsub-bom</module> |
147 | 128 | </modules> |
148 | 129 |
|
149 | | - <reporting> |
150 | | - <plugins> |
151 | | - <plugin> |
152 | | - <groupId>org.apache.maven.plugins</groupId> |
153 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
154 | | - <version>3.9.0</version> |
155 | | - <reportSets> |
156 | | - <reportSet> |
157 | | - <reports> |
158 | | - <report>index</report> |
159 | | - <report>dependency-info</report> |
160 | | - <report>team</report> |
161 | | - <report>ci-management</report> |
162 | | - <report>issue-management</report> |
163 | | - <report>licenses</report> |
164 | | - <report>scm</report> |
165 | | - <report>dependency-management</report> |
166 | | - <report>distribution-management</report> |
167 | | - <report>summary</report> |
168 | | - <report>modules</report> |
169 | | - </reports> |
170 | | - </reportSet> |
171 | | - </reportSets> |
172 | | - <configuration> |
173 | | - <dependencyDetailsEnabled>true</dependencyDetailsEnabled> |
174 | | - <artifactId>${site.installationModule}</artifactId> |
175 | | - <packaging>jar</packaging> |
176 | | - </configuration> |
177 | | - </plugin> |
178 | | - <plugin> |
179 | | - <groupId>org.apache.maven.plugins</groupId> |
180 | | - <artifactId>maven-javadoc-plugin</artifactId> |
181 | | - <reportSets> |
182 | | - <reportSet> |
183 | | - <id>html</id> |
184 | | - <reports> |
185 | | - <report>aggregate</report> |
186 | | - <report>javadoc</report> |
187 | | - </reports> |
188 | | - </reportSet> |
189 | | - </reportSets> |
190 | | - <configuration> |
191 | | - <doclint>none</doclint> |
192 | | - <show>protected</show> |
193 | | - <nohelp>true</nohelp> |
194 | | - <outputDirectory>${project.build.directory}/javadoc</outputDirectory> |
195 | | - <groups> |
196 | | - <group> |
197 | | - <title>Test helpers packages</title> |
198 | | - <packages>com.google.cloud.testing</packages> |
199 | | - </group> |
200 | | - <group> |
201 | | - <title>SPI packages</title> |
202 | | - <packages>com.google.cloud.spi*</packages> |
203 | | - </group> |
204 | | - </groups> |
205 | | - |
206 | | - <links> |
207 | | - <link>https://grpc.io/grpc-java/javadoc/</link> |
208 | | - <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
209 | | - <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
210 | | - <link>https://googleapis.dev/java/gax/latest/</link> |
211 | | - <link>https://googleapis.github.io/api-common-java/</link> |
212 | | - </links> |
213 | | - </configuration> |
214 | | - </plugin> |
215 | | - </plugins> |
216 | | - </reporting> |
217 | 130 | </project> |
0 commit comments