|
8 | 8 | <version>0.134.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} --> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <name>Google Cloud Logging Logback Appender</name> |
11 | | - <url>https://github.com/googleapis/java-logging-logback</url> |
| 11 | + <url>https://github.com/googleapis/google-cloud-java</url> |
12 | 12 | <description> |
13 | 13 | Logback support for Google Cloud Logging |
14 | 14 | </description> |
|
24 | 24 |
|
25 | 25 | <parent> |
26 | 26 | <groupId>com.google.cloud</groupId> |
27 | | - <artifactId>sdk-platform-java-config</artifactId> |
28 | | - <version>3.56.1</version> |
| 27 | + <artifactId>google-cloud-jar-parent</artifactId> |
| 28 | + <version>1.79.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} --> |
| 29 | + <relativePath>../google-cloud-jar-parent/pom.xml</relativePath> |
29 | 30 | </parent> |
30 | 31 |
|
31 | 32 | <developers> |
|
43 | 44 | <name>Google LLC</name> |
44 | 45 | </organization> |
45 | 46 | <scm> |
46 | | - <connection>scm:git:git@github.com:googleapis/java-logging-logback.git</connection> |
47 | | - <developerConnection>scm:git:git@github.com:googleapis/java-logging-logback.git</developerConnection> |
48 | | - <url>https://github.com/googleapis/java-logging-logback</url> |
| 47 | + <connection>scm:git:git@github.com:googleapis/google-cloud-java.git</connection> |
| 48 | + <developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection> |
| 49 | + <url>https://github.com/googleapis/google-cloud-java</url> |
49 | 50 | <tag>HEAD</tag> |
50 | 51 | </scm> |
51 | 52 | <issueManagement> |
52 | | - <url>https://github.com/googleapis/java-logging-logback/issues</url> |
| 53 | + <url>https://github.com/googleapis/google-cloud-java/issues</url> |
53 | 54 | <system>GitHub Issues</system> |
54 | 55 | </issueManagement> |
55 | 56 |
|
|
62 | 63 |
|
63 | 64 | <dependencyManagement> |
64 | 65 | <dependencies> |
65 | | - <dependency> |
66 | | - <groupId>com.google.cloud</groupId> |
67 | | - <artifactId>google-cloud-shared-dependencies</artifactId> |
68 | | - <version>${google-cloud-shared-dependencies.version}</version> |
69 | | - <type>pom</type> |
70 | | - <scope>import</scope> |
71 | | - </dependency> |
72 | 66 | </dependencies> |
73 | 67 | </dependencyManagement> |
74 | 68 | <dependencies> |
|
85 | 79 | <dependency> |
86 | 80 | <groupId>com.google.cloud</groupId> |
87 | 81 | <artifactId>google-cloud-logging</artifactId> |
88 | | - <version>${logging.version}</version> |
| 82 | + <version>3.26.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} --> |
89 | 83 | </dependency> |
90 | 84 | <dependency> |
91 | 85 | <groupId>org.slf4j</groupId> |
|
119 | 113 | <artifactId>google-auth-library-credentials</artifactId> |
120 | 114 | </dependency> |
121 | 115 |
|
122 | | - <!-- Test dependencies --> |
123 | 116 | <dependency> |
124 | 117 | <groupId>junit</groupId> |
125 | 118 | <artifactId>junit</artifactId> |
|
159 | 152 | </dependency> |
160 | 153 | </dependencies> |
161 | 154 |
|
162 | | - <reporting> |
163 | | - <plugins> |
164 | | - <plugin> |
165 | | - <groupId>org.apache.maven.plugins</groupId> |
166 | | - <artifactId>maven-project-info-reports-plugin</artifactId> |
167 | | - <version>3.8.0</version> |
168 | | - <reportSets> |
169 | | - <reportSet> |
170 | | - <reports> |
171 | | - <report>index</report> |
172 | | - <report>dependency-info</report> |
173 | | - <report>team</report> |
174 | | - <report>ci-management</report> |
175 | | - <report>issue-management</report> |
176 | | - <report>licenses</report> |
177 | | - <report>scm</report> |
178 | | - <report>dependency-management</report> |
179 | | - <report>distribution-management</report> |
180 | | - <report>summary</report> |
181 | | - <report>modules</report> |
182 | | - </reports> |
183 | | - </reportSet> |
184 | | - </reportSets> |
185 | | - <configuration> |
186 | | - <dependencyDetailsEnabled>true</dependencyDetailsEnabled> |
187 | | - <artifactId>${site.installationModule}</artifactId> |
188 | | - <packaging>jar</packaging> |
189 | | - </configuration> |
190 | | - </plugin> |
191 | | - <plugin> |
192 | | - <groupId>org.apache.maven.plugins</groupId> |
193 | | - <artifactId>maven-javadoc-plugin</artifactId> |
194 | | - <reportSets> |
195 | | - <reportSet> |
196 | | - <id>html</id> |
197 | | - <reports> |
198 | | - <report>aggregate</report> |
199 | | - <report>javadoc</report> |
200 | | - </reports> |
201 | | - </reportSet> |
202 | | - </reportSets> |
203 | | - <configuration> |
204 | | - <doclint>none</doclint> |
205 | | - <show>protected</show> |
206 | | - <nohelp>true</nohelp> |
207 | | - <outputDirectory>${project.build.directory}/javadoc</outputDirectory> |
208 | | - <groups> |
209 | | - <group> |
210 | | - <title>Test helpers packages</title> |
211 | | - <packages>com.google.cloud.testing</packages> |
212 | | - </group> |
213 | | - <group> |
214 | | - <title>SPI packages</title> |
215 | | - <packages>com.google.cloud.spi*</packages> |
216 | | - </group> |
217 | | - </groups> |
218 | | - |
219 | | - <links> |
220 | | - <link>https://grpc.io/grpc-java/javadoc/</link> |
221 | | - <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link> |
222 | | - <link>https://googleapis.dev/java/google-auth-library/latest/</link> |
223 | | - <link>https://googleapis.dev/java/gax/latest/</link> |
224 | | - <link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link> |
225 | | - </links> |
226 | | - </configuration> |
227 | | - </plugin> |
228 | | - </plugins> |
229 | | - </reporting> |
230 | | - |
231 | 155 | <build> |
232 | 156 | <plugins> |
233 | 157 | <plugin> |
|
0 commit comments