Skip to content

Commit

Permalink
[MOSIP-8129] integrated with biosdk provider 0.9.1 (mosip#138)
Browse files Browse the repository at this point in the history
* [MOSIP-8129] integrated with biosdk provider 0.9.1

* 1.0.10 fix issue phone channel otp (mosip#141)

* Removed timestamp from device validation request (mosip#131)

* Fixed phone channel

Co-authored-by: Loganathan Sekar <[email protected]>
  • Loading branch information
manojsp12 and loganathan-sekaran authored Aug 4, 2020
1 parent 79a048a commit 6b90168
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions authentication/authentication-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
<artifactId>authentication-common</artifactId>
<name>authentication-common</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>

<artifactId>authentication-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion authentication/authentication-internal-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>authentication-parent</artifactId>
<version>1.0.10-SNAPSHOT</version>
</parent>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
<artifactId>authentication-internal-service</artifactId>
<name>authentication-internal-service</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-kyc-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
<artifactId>authentication-kyc-service</artifactId>
<name>authentication-kyc-service</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-otp-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
<artifactId>authentication-otp-service</artifactId>
<name>authentication-otp-service</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
</parent>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>

<artifactId>authentication-service</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.11-SNAPSHOT</version>
<packaging>pom</packaging>

<name>id-authentication</name>
Expand Down Expand Up @@ -93,7 +93,7 @@
<kernel-templatemanager-velocity.version>${kernel.parent.version}</kernel-templatemanager-velocity.version>
<kernel-auth-adapter.version>1.0.9</kernel-auth-adapter.version>
<kernel-biometrics-api.version>0.9</kernel-biometrics-api.version>
<kernel-biosdk-provider.version>0.9</kernel-biosdk-provider.version>
<kernel-biosdk-provider.version>0.9.1-SNAPSHOT</kernel-biosdk-provider.version>
<id-repository-core.version>1.0.9</id-repository-core.version>
<json.utility.version>20180130</json.utility.version>
<!-- Maven Plugins -->
Expand Down

0 comments on commit 6b90168

Please sign in to comment.