Browse Source

Merge pull request #1108 from googlei18n/shade-plugin-alignment

Fix indentation in shade plugin config
pull/1109/head
Keghani Kouzoujian 10 years ago
parent
commit
75e534fd5e
2 changed files with 8 additions and 3 deletions
  1. +3
    -2
      java/libphonenumber/pom.xml
  2. +5
    -1
      java/pending_code_changes.txt

+ 3
- 2
java/libphonenumber/pom.xml View File

@ -51,8 +51,9 @@
<relocations>
<relocation>
<pattern>com.google.protobuf</pattern>
<shadedPattern>com.google.i18n.phonenumbers.repackaged.com.google.protobuf
</shadedPattern>
<shadedPattern>
com.google.i18n.phonenumbers.repackaged.com.google.protobuf
</shadedPattern>
</relocation>
</relocations>
</configuration>


+ 5
- 1
java/pending_code_changes.txt View File

@ -1 +1,5 @@
Maven changes:
- Repackage protobuf runtime dependency to prevent conflicts with clients'
protobuf dependencies. Backwards-compatible, so no changes needed for clients
who could use the previous release, but enables those with their own protobuf
dependencies to use this and future releases without workarounds.

Loading…
Cancel
Save