Skip to content

Commit 47d85f8

Browse files
🏁 Releasing version 1.14.0
1 parent e1ee17b commit 47d85f8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

phonenumberfx-demo/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<name>PhoneNumberFXDemo</name>
88

9-
<version>1.13.0</version>
9+
<version>1.14.0</version>
1010

1111
<parent>
1212
<groupId>com.dlsc.phonenumberfx</groupId>
1313
<artifactId>parent</artifactId>
14-
<version>1.13.0</version>
14+
<version>1.14.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>com.dlsc.phonenumberfx</groupId>
143143
<artifactId>phonenumberfx</artifactId>
144-
<version>1.13.0</version>
144+
<version>1.14.0</version>
145145
<exclusions>
146146
<exclusion>
147147
<groupId>commons-logging</groupId>

phonenumberfx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>com.dlsc.phonenumberfx</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<groupId>com.dlsc.phonenumberfx</groupId>
1515
<artifactId>phonenumberfx</artifactId>
16-
<version>1.13.0</version>
16+
<version>1.14.0</version>
1717
<packaging>jar</packaging>
1818

1919
<name>PhoneNumberFX</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>PhoneNumberFXParent</name>
88
<groupId>com.dlsc.phonenumberfx</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
<packaging>pom</packaging>
1212

1313
<parent>

0 commit comments

Comments
 (0)