File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 23
23
<module >java-core</module >
24
24
<module >gapic-generator-java-bom</module >
25
25
<module >java-shared-dependencies</module >
26
+ <module >sdk-platform-java-config</module >
26
27
</modules >
27
28
<!-- Do not deploy the aggregator POM -->
28
29
<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