Skip to content

Commit 99e5195

Browse files
authored
feat: new artifact for sdk-platform-java configs. (#2315)
* feat: introduce new artifact for sdk-platform-java configs.
1 parent ed66f77 commit 99e5195

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
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>

sdk-platform-java-config/pom.xml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

0 commit comments

Comments
 (0)