File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 2323 <module >java-core</module >
2424 <module >gapic-generator-java-bom</module >
2525 <module >java-shared-dependencies</module >
26+ <module >sdk-platform-java-config</module >
2627 </modules >
2728 <!-- Do not deploy the aggregator POM -->
2829 <build >
Original file line number Diff line number Diff line change 1+ <?xml version =' 1.0' encoding =' UTF-8' ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >com.google.cloud</groupId >
5+ <artifactId >sdk-platform-java-config</artifactId >
6+ <packaging >pom</packaging >
7+ <version >3.20.1-SNAPSHOT</version > <!-- {x-version-update:google-cloud-shared-dependencies:current} -->
8+ <name >SDK Platform For Java Configurations</name >
9+ <description >
10+ Shared build configuration for Google Cloud Java libraries.
11+ </description >
12+
13+ <parent >
14+ <groupId >com.google.cloud</groupId >
15+ <artifactId >google-cloud-shared-config</artifactId >
16+ <version >1.7.1</version >
17+ </parent >
18+
19+ <properties >
20+ <checkstyle .skip>true</checkstyle .skip>
21+ <google-cloud-shared-dependencies .version>3.20.1-SNAPSHOT</google-cloud-shared-dependencies .version> <!-- {x-version-update:google-cloud-shared-dependencies:current} -->
22+ </properties >
23+ </project >
You can’t perform that action at this time.
0 commit comments