Browse Source

Update release tag to vX.Y.Z (#1409)

reviewable/pr1411/r1
Keghani Kouzoujian 9 years ago
committed by GitHub
parent
commit
daf0e0081e
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      java/pending_code_changes.txt
  2. +1
    -1
      java/pom.xml

+ 3
- 0
java/pending_code_changes.txt View File

@ -1,3 +1,6 @@
GitHub project changes:
- Changed tag to vX.Y.Z from libphonenumber-X.Y.Z; this may affect ports and
derived projects.
Code changes:
- Using new possibleLengthInfo to decide whether a short number is the right
length or not. This could result in more specific results; whereas before, a


+ 1
- 1
java/pom.xml View File

@ -146,7 +146,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<tagNameFormat>libphonenumber-@{project.version}</tagNameFormat>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>


Loading…
Cancel
Save