File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 >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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 33
44google-cloud-bom:0.229.0:0.230.0-SNAPSHOT
55libraries-bom:26.48.0:26.49.0-SNAPSHOT
6+ libraries-bom-protobuf3:0.0.0:0.0.1-SNAPSHOT
67java-cloud-bom-tests:0.44.0:0.45.0-SNAPSHOT
78full-convergence-check:0.47.0:0.48.0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments