File tree 6 files changed +19
-19
lines changed
6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >carrier</artifactId >
5
- <version >2.2 -SNAPSHOT</version >
5
+ <version >2.3 -SNAPSHOT</version >
6
6
<packaging >jar</packaging >
7
7
<url >https://github.com/google/libphonenumber/</url >
8
8
9
9
<parent >
10
10
<groupId >com.googlecode.libphonenumber</groupId >
11
11
<artifactId >libphonenumber-parent</artifactId >
12
- <version >9.0.2 -SNAPSHOT</version >
12
+ <version >9.0.3 -SNAPSHOT</version >
13
13
</parent >
14
14
15
15
<build >
81
81
<dependency >
82
82
<groupId >com.googlecode.libphonenumber</groupId >
83
83
<artifactId >libphonenumber</artifactId >
84
- <version >9.0.2 -SNAPSHOT</version >
84
+ <version >9.0.3 -SNAPSHOT</version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >com.googlecode.libphonenumber</groupId >
88
88
<artifactId >prefixmapper</artifactId >
89
- <version >3.2 -SNAPSHOT</version >
89
+ <version >3.3 -SNAPSHOT</version >
90
90
</dependency >
91
91
</dependencies >
92
92
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.googlecode.libphonenumber</groupId >
5
5
<artifactId >demo</artifactId >
6
- <version >9.0.2 -SNAPSHOT</version >
6
+ <version >9.0.3 -SNAPSHOT</version >
7
7
<packaging >war</packaging >
8
8
<url >https://github.com/google/libphonenumber/</url >
9
9
<parent >
10
10
<groupId >com.googlecode.libphonenumber</groupId >
11
11
<artifactId >libphonenumber-parent</artifactId >
12
- <version >9.0.2 -SNAPSHOT</version >
12
+ <version >9.0.3 -SNAPSHOT</version >
13
13
</parent >
14
14
15
15
<properties >
68
68
<dependency >
69
69
<groupId >com.googlecode.libphonenumber</groupId >
70
70
<artifactId >libphonenumber</artifactId >
71
- <version >9.0.2 -SNAPSHOT</version >
71
+ <version >9.0.3 -SNAPSHOT</version >
72
72
</dependency >
73
73
<dependency >
74
74
<groupId >com.googlecode.libphonenumber</groupId >
75
75
<artifactId >geocoder</artifactId >
76
- <version >3.2 -SNAPSHOT</version >
76
+ <version >3.3 -SNAPSHOT</version >
77
77
</dependency >
78
78
<dependency >
79
79
<groupId >com.googlecode.libphonenumber</groupId >
80
80
<artifactId >carrier</artifactId >
81
- <version >2.2 -SNAPSHOT</version >
81
+ <version >2.3 -SNAPSHOT</version >
82
82
</dependency >
83
83
</dependencies >
84
84
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >geocoder</artifactId >
5
- <version >3.2 -SNAPSHOT</version >
5
+ <version >3.3 -SNAPSHOT</version >
6
6
<packaging >jar</packaging >
7
7
<url >https://github.com/google/libphonenumber/</url >
8
8
9
9
<parent >
10
10
<groupId >com.googlecode.libphonenumber</groupId >
11
11
<artifactId >libphonenumber-parent</artifactId >
12
- <version >9.0.2 -SNAPSHOT</version >
12
+ <version >9.0.3 -SNAPSHOT</version >
13
13
</parent >
14
14
15
15
<build >
91
91
<dependency >
92
92
<groupId >com.googlecode.libphonenumber</groupId >
93
93
<artifactId >libphonenumber</artifactId >
94
- <version >9.0.2 -SNAPSHOT</version >
94
+ <version >9.0.3 -SNAPSHOT</version >
95
95
</dependency >
96
96
<dependency >
97
97
<groupId >com.googlecode.libphonenumber</groupId >
98
98
<artifactId >prefixmapper</artifactId >
99
- <version >3.2 -SNAPSHOT</version >
99
+ <version >3.3 -SNAPSHOT</version >
100
100
</dependency >
101
101
</dependencies >
102
102
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >prefixmapper</artifactId >
5
- <version >3.2 -SNAPSHOT</version >
5
+ <version >3.3 -SNAPSHOT</version >
6
6
<packaging >jar</packaging >
7
7
<url >https://github.com/google/libphonenumber/</url >
8
8
9
9
<parent >
10
10
<groupId >com.googlecode.libphonenumber</groupId >
11
11
<artifactId >libphonenumber-parent</artifactId >
12
- <version >9.0.2 -SNAPSHOT</version >
12
+ <version >9.0.3 -SNAPSHOT</version >
13
13
<relativePath >../../pom.xml</relativePath >
14
14
</parent >
15
15
83
83
<dependency >
84
84
<groupId >com.googlecode.libphonenumber</groupId >
85
85
<artifactId >libphonenumber</artifactId >
86
- <version >9.0.2 -SNAPSHOT</version >
86
+ <version >9.0.3 -SNAPSHOT</version >
87
87
</dependency >
88
88
</dependencies >
89
89
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >libphonenumber</artifactId >
5
- <version >9.0.2 -SNAPSHOT</version >
5
+ <version >9.0.3 -SNAPSHOT</version >
6
6
<packaging >jar</packaging >
7
7
<url >https://github.com/google/libphonenumber/</url >
8
8
9
9
<parent >
10
10
<groupId >com.googlecode.libphonenumber</groupId >
11
11
<artifactId >libphonenumber-parent</artifactId >
12
- <version >9.0.2 -SNAPSHOT</version >
12
+ <version >9.0.3 -SNAPSHOT</version >
13
13
</parent >
14
14
15
15
<build >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.googlecode.libphonenumber</groupId >
5
5
<artifactId >libphonenumber-parent</artifactId >
6
- <version >9.0.2 -SNAPSHOT</version >
6
+ <version >9.0.3 -SNAPSHOT</version >
7
7
<packaging >pom</packaging >
8
8
<url >https://github.com/google/libphonenumber/</url >
9
9
You can’t perform that action at this time.
0 commit comments