Skip to content

Commit f29e878

Browse files
authored
feat: Add libraries-bom-protobuf3 (#6764)
1 parent 5603c10 commit f29e878

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

libraries-bom-protobuf3/pom.xml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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>libraries-bom-protobuf3</artifactId>
6+
<version>0.0.1-SNAPSHOT</version><!-- {x-version-update:libraries-bom-protobuf3:current} -->
7+
<packaging>pom</packaging>
8+
9+
<parent>
10+
<groupId>com.google.cloud</groupId>
11+
<artifactId>libraries-bom</artifactId>
12+
<version>26.49.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
13+
<relativePath>../libraries-bom</relativePath>
14+
</parent>
15+
16+
<name>Google Cloud Platform Supported Libraries (Protobuf3 compatible)</name>
17+
<description>
18+
A compatible set of Google Cloud open source libraries. This BOM is compatible with protobuf-java 3.x versions.
19+
Document: https://cloud.google.com/java/docs/bom
20+
</description>
21+
<inceptionYear>2024</inceptionYear>
22+
23+
<dependencyManagement>
24+
<dependencies>
25+
<dependency>
26+
<groupId>com.google.protobuf</groupId>
27+
<artifactId>protobuf-bom</artifactId>
28+
<version>3.25.5</version>
29+
<type>pom</type>
30+
<scope>import</scope>
31+
</dependency>
32+
</dependencies>
33+
</dependencyManagement>
34+
35+
</project>

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<!-- Only modules to be published to Maven Central. No tests or release note generation. -->
3131
<module>google-cloud-bom</module>
3232
<module>libraries-bom</module>
33+
<module>libraries-bom-protobuf3</module>
3334
</modules>
3435

3536
<build>

versions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33

44
google-cloud-bom:0.229.0:0.230.0-SNAPSHOT
55
libraries-bom:26.48.0:26.49.0-SNAPSHOT
6+
libraries-bom-protobuf3:0.0.0:0.0.1-SNAPSHOT
67
java-cloud-bom-tests:0.44.0:0.45.0-SNAPSHOT
78
full-convergence-check:0.47.0:0.48.0-SNAPSHOT

0 commit comments

Comments
 (0)