Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit 486430f

Browse files
authored
fix: include translate-bom module (#9)
1 parent c4d945f commit 486430f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Maven
2+
target/
3+
4+
# Eclipse
5+
.classpath
6+
.project
7+
.settings
8+
9+
# Intellij
10+
*.iml
11+
.idea/
12+
13+
# python utilities
14+
*.pyc
15+
__pycache__

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236
<module>grpc-google-cloud-translate-v3beta1</module>
237237
<module>grpc-google-cloud-translate-v3</module>
238238
<module>google-cloud-translate</module>
239+
<module>google-cloud-translate-bom</module>
239240
</modules>
240241

241242
<reporting>

0 commit comments

Comments
 (0)