File tree Expand file tree Collapse file tree
native-image-shared-config
gapic-generator-java-pom-parent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 branches :
44 - main
55 pull_request :
6- name : java-shared-config downstream
6+ name : java-shared-config downstream (dependencies)
77env :
88 BUILD_SUBDIR : java-shared-config
99jobs :
Original file line number Diff line number Diff line change 77# Keeping this file separate as the dependencies check would use more
88# repositories than needed this downstream check for GraalVM native image and
99# other Maven plugins.
10- name : java-shared-config downstream
10+ name : java-shared-config downstream (maven-plugins)
1111env :
1212 BUILD_SUBDIR : java-shared-config
1313jobs :
Original file line number Diff line number Diff line change @@ -55,6 +55,6 @@ Apache 2.0 - See [LICENSE][license] for more information.
5555
5656[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-shared-config.svg
5757[ maven-version-link ] : https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-shared-config&core=gav
58- [ contributing ] : https://github.com/googleapis/java-shared-config /blob/main/CONTRIBUTING.md
59- [ code-of-conduct ] : https://github.com/googleapis/java-shared-config /blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
60- [ license ] : https://github.com/googleapis/java-shared-config /blob/main/LICENSE
58+ [ contributing ] : https://github.com/googleapis/google-cloud-java /blob/main/CONTRIBUTING.md
59+ [ code-of-conduct ] : https://github.com/googleapis/google-cloud-java /blob/main/CODE_OF_CONDUCT.md
60+ [ license ] : https://github.com/googleapis/google-cloud-java /blob/main/LICENSE
Original file line number Diff line number Diff line change 88 <packaging >pom</packaging >
99 <version >1.17.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-shared-config:current} -->
1010 <name >Google Cloud Shared Config</name >
11- <url >https://github.com/googleapis/java-shared-config </url >
11+ <url >https://github.com/googleapis/google-cloud-java </url >
1212 <description >
1313 Shared build configuration for Google Cloud Java libraries.
1414 </description >
Original file line number Diff line number Diff line change 88 <packaging >pom</packaging >
99 <version >1.17.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-shared-config:current} -->
1010 <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 >
1212 <description >
1313 Native Image build configuration for Google Cloud Java libraries.
1414 </description >
2626 <organization >
2727 <name >Google LLC</name >
2828 </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 >
3334 <tag >HEAD</tag >
3435 </scm >
3536
3637 <issueManagement >
37- <url >https://github.com/googleapis/java-shared-config /issues</url >
38+ <url >https://github.com/googleapis/google-cloud-java /issues</url >
3839 <system >GitHub Issues</system >
3940 </issueManagement >
4041
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >com.google.cloud</groupId >
1717 <artifactId >google-cloud-shared-config</artifactId >
18- <version >1.17.0</version >
18+ <version >1.17.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-shared-config:current} -->
19+ <relativePath >../../java-shared-config/java-shared-config/pom.xml</relativePath >
1920 </parent >
2021
2122 <properties >
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >com.google.cloud</groupId >
1515 <artifactId >google-cloud-shared-config</artifactId >
16- <version >1.17.0 </version >
17- <relativePath / >
16+ <version >1.17.1-SNAPSHOT </version > <!-- {x-version-update:google-cloud-shared-config:current} -- >
17+ <relativePath >../../java-shared-config/java-shared-config/pom.xml</ relativePath >
1818 </parent >
1919
2020 <properties >
You can’t perform that action at this time.
0 commit comments