Browse Source
Merge branch 'google:master' into rename-nongeographicalregion
pull/3627/head
KarolJakubKrawiec
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
0 additions and
8 deletions
-
java/carrier/pom.xml
-
java/geocoder/pom.xml
|
|
|
@ -52,10 +52,6 @@ |
|
|
|
<manifestFile> |
|
|
|
${project.build.outputDirectory}/META-INF/MANIFEST.MF |
|
|
|
</manifestFile> |
|
|
|
<manifestEntries> |
|
|
|
<Automatic-Module-Name>com.google.i18n.phonenumbers.carrier |
|
|
|
</Automatic-Module-Name> |
|
|
|
</manifestEntries> |
|
|
|
</archive> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
|
|
|
|
@ -62,10 +62,6 @@ |
|
|
|
<manifestFile> |
|
|
|
${project.build.outputDirectory}/META-INF/MANIFEST.MF |
|
|
|
</manifestFile> |
|
|
|
<manifestEntries> |
|
|
|
<Automatic-Module-Name>com.google.i18n.phonenumbers.geocoder |
|
|
|
</Automatic-Module-Name> |
|
|
|
</manifestEntries> |
|
|
|
</archive> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
|