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

Commit

Permalink
fix: include translate-bom module (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Oct 2, 2019
1 parent c4d945f commit 486430f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
@@ -0,0 +1,15 @@
# Maven
target/

# Eclipse
.classpath
.project
.settings

# Intellij
*.iml
.idea/

# python utilities
*.pyc
__pycache__
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -236,6 +236,7 @@
<module>grpc-google-cloud-translate-v3beta1</module>
<module>grpc-google-cloud-translate-v3</module>
<module>google-cloud-translate</module>
<module>google-cloud-translate-bom</module>
</modules>

<reporting>
Expand Down

0 comments on commit 486430f

Please sign in to comment.