|
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <version>3.23.10-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} --> |
8 | 8 | <name>Google Cloud Logging Parent</name> |
9 | | - <url>https://github.com/googleapis/java-logging</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.54.2</version> |
| 16 | + <artifactId>google-cloud-jar-parent</artifactId> |
| 17 | + <version>1.76.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: [email protected]:googleapis/ java-logging.git</ connection> |
36 | | - < developerConnection>scm:git: [email protected]:googleapis/ java-logging.git</ developerConnection> |
37 | | - <url>https://github.com/googleapis/java-logging</url> |
| 36 | + < connection>scm:git: [email protected]:googleapis/ google-cloud-java.git</ connection> |
| 37 | + < developerConnection>scm:git: [email protected]: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-logging/issues</url> |
| 42 | + <url>https://github.com/googleapis/google-cloud-java/issues</url> |
42 | 43 | <system>GitHub Issues</system> |
43 | 44 | </issueManagement> |
44 | 45 |
|
|
76 | 77 | <!-- <artifactId>opentelemetry-context</artifactId>--> |
77 | 78 | <!-- <version>${opentelemetry.version}</version>--> |
78 | 79 | <!-- </dependency>--> |
79 | | - <!-- END OpenTelemetry --> |
80 | 80 | <dependency> |
81 | 81 | <groupId>com.google.api.grpc</groupId> |
82 | 82 | <artifactId>proto-google-cloud-logging-v2</artifactId> |
|
136 | 136 | </exclusion> |
137 | 137 | </exclusions> |
138 | 138 | </dependency> |
139 | | -<!-- <!– OpenTelemetry –>--> |
140 | 139 | <!-- <dependency>--> |
141 | 140 | <!-- <groupId>io.opentelemetry</groupId>--> |
142 | 141 | <!-- <artifactId>opentelemetry-api</artifactId>--> |
|
177 | 176 | <!-- <version>${opentelemetry.version}</version>--> |
178 | 177 | <!-- <scope>test</scope>--> |
179 | 178 | <!-- </dependency>--> |
180 | | - <dependency> |
181 | | - <groupId>com.google.cloud.opentelemetry</groupId> |
182 | | - <artifactId>exporter-trace</artifactId> |
183 | | - <version>0.15.0</version> |
184 | | - <scope>test</scope> |
185 | | - </dependency> |
186 | | - <!-- END OpenTelemetry --> |
187 | 179 | </dependencies> |
188 | 180 | </dependencyManagement> |
189 | 181 |
|
|
208 | 200 | <module>google-cloud-logging-bom</module> |
209 | 201 | </modules> |
210 | 202 |
|
211 | | - <reporting> |
212 | | - <plugins> |
213 | | - <plugin> |
214 | | - <groupId>org.apache.maven.plugins</groupId> |
215 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
216 | | - <version>3.8.0</version> |
217 | | - <reportSets> |
218 | | - <reportSet> |
219 | | - <reports> |
220 | | - <report>index</report> |
221 | | - <report>dependency-info</report> |
222 | | - <report>team</report> |
223 | | - <report>ci-management</report> |
224 | | - <report>issue-management</report> |
225 | | - <report>licenses</report> |
226 | | - <report>scm</report> |
227 | | - <report>dependency-management</report> |
228 | | - <report>distribution-management</report> |
229 | | - <report>summary</report> |
230 | | - <report>modules</report> |
231 | | - </reports> |
232 | | - </reportSet> |
233 | | - </reportSets> |
234 | | - <configuration> |
235 | | - <dependencyDetailsEnabled>true</dependencyDetailsEnabled> |
236 | | - <artifactId>${site.installationModule}</artifactId> |
237 | | - <packaging>jar</packaging> |
238 | | - </configuration> |
239 | | - </plugin> |
240 | | - <plugin> |
241 | | - <groupId>org.apache.maven.plugins</groupId> |
242 | | - <artifactId>maven-javadoc-plugin</artifactId> |
243 | | - <reportSets> |
244 | | - <reportSet> |
245 | | - <id>html</id> |
246 | | - <reports> |
247 | | - <report>aggregate</report> |
248 | | - <report>javadoc</report> |
249 | | - </reports> |
250 | | - </reportSet> |
251 | | - </reportSets> |
252 | | - <configuration> |
253 | | - <doclint>none</doclint> |
254 | | - <show>protected</show> |
255 | | - <nohelp>true</nohelp> |
256 | | - <outputDirectory>${project.build.directory}/javadoc</outputDirectory> |
257 | | - <groups> |
258 | | - <group> |
259 | | - <title>Test helpers packages</title> |
260 | | - <packages>com.google.cloud.testing</packages> |
261 | | - </group> |
262 | | - <group> |
263 | | - <title>SPI packages</title> |
264 | | - <packages>com.google.cloud.spi*</packages> |
265 | | - </group> |
266 | | - </groups> |
267 | | - |
268 | | - <links> |
269 | | - <link>https://grpc.io/grpc-java/javadoc/</link> |
270 | | - <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
271 | | - <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
272 | | - <link>https://googleapis.dev/java/gax/latest/</link> |
273 | | - <link>https://googleapis.github.io/api-common-java/</link> |
274 | | - </links> |
275 | | - </configuration> |
276 | | - </plugin> |
277 | | - </plugins> |
278 | | - </reporting> |
279 | 203 | </project> |
0 commit comments