File tree 3 files changed +37
-0
lines changed
3 files changed +37
-0
lines changed 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 30
30
<!-- Only modules to be published to Maven Central. No tests or release note generation. -->
31
31
<module >google-cloud-bom</module >
32
32
<module >libraries-bom</module >
33
+ <module >libraries-bom-protobuf3</module >
33
34
</modules >
34
35
35
36
<build >
Original file line number Diff line number Diff line change 3
3
4
4
google-cloud-bom:0.229.0:0.230.0-SNAPSHOT
5
5
libraries-bom:26.48.0:26.49.0-SNAPSHOT
6
+ libraries-bom-protobuf3:0.0.0:0.0.1-SNAPSHOT
6
7
java-cloud-bom-tests:0.44.0:0.45.0-SNAPSHOT
7
8
full-convergence-check:0.47.0:0.48.0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments