|
8 | 8 | <packaging>pom</packaging> |
9 | 9 | <version>1.17.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} --> |
10 | 10 | <name>Native Image Shared Config</name> |
11 | | - <url>https://github.com/googleapis/java-shared-config</url> |
| 11 | + <url>https://github.com/googleapis/google-cloud-java</url> |
12 | 12 | <description> |
13 | 13 | Native Image build configuration for Google Cloud Java libraries. |
14 | 14 | </description> |
|
26 | 26 | <organization> |
27 | 27 | <name>Google LLC</name> |
28 | 28 | </organization> |
29 | | - <scm> |
30 | | - <connection>scm:git:git@github.com:googleapis/java-shared-config.git</connection> |
31 | | - <developerConnection>scm:git:git@github.com:googleapis/java-shared-config.git</developerConnection> |
32 | | - <url>https://github.com/googleapis/java-shared-config</url> |
| 29 | + <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" |
| 30 | + child.scm.url.inherit.append.path="false"> |
| 31 | + <connection>scm:git:git@github.com:googleapis/google-cloud-java.git</connection> |
| 32 | + <developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection> |
| 33 | + <url>https://github.com/googleapis/google-cloud-java</url> |
33 | 34 | <tag>HEAD</tag> |
34 | 35 | </scm> |
35 | 36 |
|
36 | 37 | <issueManagement> |
37 | | - <url>https://github.com/googleapis/java-shared-config/issues</url> |
| 38 | + <url>https://github.com/googleapis/google-cloud-java/issues</url> |
38 | 39 | <system>GitHub Issues</system> |
39 | 40 | </issueManagement> |
40 | 41 |
|
|
60 | 61 | <surefire.version>3.5.2</surefire.version> |
61 | 62 | <graal-sdk-nativeimage.version>25.0.0</graal-sdk-nativeimage.version> |
62 | 63 | <native-maven-plugin.version>0.10.6</native-maven-plugin.version> |
63 | | - <junit-vintage-engine.version>5.14.3</junit-vintage-engine.version> |
| 64 | + <junit-vintage-engine.version>5.11.4</junit-vintage-engine.version> |
64 | 65 | <opentest4j.version>1.3.0</opentest4j.version> |
65 | 66 | <ignoredDependencies>org.graalvm.sdk:nativeimage</ignoredDependencies> |
66 | 67 | </properties> |
|
0 commit comments