Skip to content

Commit

Permalink
🏁 Releasing version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2023
1 parent b003d85 commit 6431d33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions phonenumberfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<name>PhoneNumberFXDemo</name>

<version>1.9.0</version>
<version>1.10.0</version>

<parent>
<groupId>com.dlsc.phonenumberfx</groupId>
<artifactId>parent</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>com.dlsc.phonenumberfx</groupId>
<artifactId>phonenumberfx</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
4 changes: 2 additions & 2 deletions phonenumberfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>com.dlsc.phonenumberfx</groupId>
<artifactId>parent</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.dlsc.phonenumberfx</groupId>
<artifactId>phonenumberfx</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<packaging>jar</packaging>

<name>PhoneNumberFX</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>PhoneNumberFXParent</name>
<groupId>com.dlsc.phonenumberfx</groupId>
<artifactId>parent</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 6431d33

Please sign in to comment.