File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >carrier</artifactId >
5- <version >2.17 -SNAPSHOT</version >
5+ <version >2.18 -SNAPSHOT</version >
66 <packaging >jar</packaging >
77 <name >carrier</name >
88 <url >https://github.com/google/libphonenumber/</url >
99
1010 <parent >
1111 <groupId >com.googlecode.libphonenumber</groupId >
1212 <artifactId >libphonenumber-parent</artifactId >
13- <version >9.0.17 -SNAPSHOT</version >
13+ <version >9.0.18 -SNAPSHOT</version >
1414 </parent >
1515
1616 <build >
8282 <dependency >
8383 <groupId >com.googlecode.libphonenumber</groupId >
8484 <artifactId >libphonenumber</artifactId >
85- <version >9.0.17 -SNAPSHOT</version >
85+ <version >9.0.18 -SNAPSHOT</version >
8686 </dependency >
8787 <dependency >
8888 <groupId >com.googlecode.libphonenumber</groupId >
8989 <artifactId >prefixmapper</artifactId >
90- <version >3.17 -SNAPSHOT</version >
90+ <version >3.18 -SNAPSHOT</version >
9191 </dependency >
9292 </dependencies >
9393
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.googlecode.libphonenumber</groupId >
55 <artifactId >demo</artifactId >
6- <version >9.0.17 -SNAPSHOT</version >
6+ <version >9.0.18 -SNAPSHOT</version >
77 <packaging >war</packaging >
88 <name >demo</name >
99 <url >https://github.com/google/libphonenumber/</url >
1010 <parent >
1111 <groupId >com.googlecode.libphonenumber</groupId >
1212 <artifactId >libphonenumber-parent</artifactId >
13- <version >9.0.17 -SNAPSHOT</version >
13+ <version >9.0.18 -SNAPSHOT</version >
1414 </parent >
1515
1616 <properties >
6969 <dependency >
7070 <groupId >com.googlecode.libphonenumber</groupId >
7171 <artifactId >libphonenumber</artifactId >
72- <version >9.0.17 -SNAPSHOT</version >
72+ <version >9.0.18 -SNAPSHOT</version >
7373 </dependency >
7474 <dependency >
7575 <groupId >com.googlecode.libphonenumber</groupId >
7676 <artifactId >geocoder</artifactId >
77- <version >3.17 -SNAPSHOT</version >
77+ <version >3.18 -SNAPSHOT</version >
7878 </dependency >
7979 <dependency >
8080 <groupId >com.googlecode.libphonenumber</groupId >
8181 <artifactId >carrier</artifactId >
82- <version >2.17 -SNAPSHOT</version >
82+ <version >2.18 -SNAPSHOT</version >
8383 </dependency >
8484 </dependencies >
8585
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >geocoder</artifactId >
5- <version >3.17 -SNAPSHOT</version >
5+ <version >3.18 -SNAPSHOT</version >
66 <packaging >jar</packaging >
77 <name >geocoder</name >
88 <url >https://github.com/google/libphonenumber/</url >
99
1010 <parent >
1111 <groupId >com.googlecode.libphonenumber</groupId >
1212 <artifactId >libphonenumber-parent</artifactId >
13- <version >9.0.17 -SNAPSHOT</version >
13+ <version >9.0.18 -SNAPSHOT</version >
1414 </parent >
1515
1616 <build >
9292 <dependency >
9393 <groupId >com.googlecode.libphonenumber</groupId >
9494 <artifactId >libphonenumber</artifactId >
95- <version >9.0.17 -SNAPSHOT</version >
95+ <version >9.0.18 -SNAPSHOT</version >
9696 </dependency >
9797 <dependency >
9898 <groupId >com.googlecode.libphonenumber</groupId >
9999 <artifactId >prefixmapper</artifactId >
100- <version >3.17 -SNAPSHOT</version >
100+ <version >3.18 -SNAPSHOT</version >
101101 </dependency >
102102 </dependencies >
103103
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >prefixmapper</artifactId >
5- <version >3.17 -SNAPSHOT</version >
5+ <version >3.18 -SNAPSHOT</version >
66 <packaging >jar</packaging >
77 <name >prefixmapper</name >
88 <url >https://github.com/google/libphonenumber/</url >
99
1010 <parent >
1111 <groupId >com.googlecode.libphonenumber</groupId >
1212 <artifactId >libphonenumber-parent</artifactId >
13- <version >9.0.17 -SNAPSHOT</version >
13+ <version >9.0.18 -SNAPSHOT</version >
1414 <relativePath >../../pom.xml</relativePath >
1515 </parent >
1616
8484 <dependency >
8585 <groupId >com.googlecode.libphonenumber</groupId >
8686 <artifactId >libphonenumber</artifactId >
87- <version >9.0.17 -SNAPSHOT</version >
87+ <version >9.0.18 -SNAPSHOT</version >
8888 </dependency >
8989 </dependencies >
9090
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >libphonenumber</artifactId >
5- <version >9.0.17 -SNAPSHOT</version >
5+ <version >9.0.18 -SNAPSHOT</version >
66 <packaging >jar</packaging >
77 <name >libphonenumber</name >
88 <url >https://github.com/google/libphonenumber/</url >
99
1010 <parent >
1111 <groupId >com.googlecode.libphonenumber</groupId >
1212 <artifactId >libphonenumber-parent</artifactId >
13- <version >9.0.17 -SNAPSHOT</version >
13+ <version >9.0.18 -SNAPSHOT</version >
1414 </parent >
1515
1616 <build >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.googlecode.libphonenumber</groupId >
55 <artifactId >libphonenumber-parent</artifactId >
6- <version >9.0.17 -SNAPSHOT</version >
6+ <version >9.0.18 -SNAPSHOT</version >
77 <packaging >pom</packaging >
88 <name >libphonenumber-parent</name >
99 <url >https://github.com/google/libphonenumber/</url >
You can’t perform that action at this time.
0 commit comments