This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
Update release tag to vX.Y.Z (
#1409
)
reviewable/pr1411/r1
Keghani Kouzoujian
9 years ago
committed by
GitHub
parent
4c7b7008e0
commit
daf0e0081e
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
java/pending_code_changes.txt
+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
>
Write
Preview
Loading…
Cancel
Save