Skip to content

Commit

Permalink
Merge pull request #434 from ckm007/1.1.5.3
Browse files Browse the repository at this point in the history
updated the version for release
  • Loading branch information
ckm007 authored May 25, 2021
2 parents 6b4cd93 + dea3e56 commit 22ac0c3
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 34 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.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
</parent>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
<artifactId>authentication-common</artifactId>
<name>authentication-common</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ protected boolean isSignatureVerificationRequired() {
@Override
protected final boolean isThumbprintValidationRequired() {
//return env.getProperty("mosip.ida.auth.thumbprint-validation-required", Boolean.class, true);
//After integration with 1.1.5.1 version of keymanager, thumbprint is always mandated for decryption.
//After integration with 1.1.5.3 version of keymanager, thumbprint is always mandated for decryption.
return true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected boolean isSignatureVerificationRequired() {
return env.getProperty("mosip.ida.internal.signature-verification-required", Boolean.class, false);
}

//After integration with 1.1.5.1 version of keymanager, thumbprint is always mandated for decryption.
//After integration with 1.1.5.3 version of keymanager, thumbprint is always mandated for decryption.
// @Override
// protected boolean isThumbprintValidationRequired() {
// return env.getProperty("mosip.ida.internal.thumbprint-validation-required", Boolean.class, false);
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 @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
</parent>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
<artifactId>authentication-core</artifactId>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-internal-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.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
</parent>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</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.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
</parent>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
<artifactId>authentication-kyc-service</artifactId>
<name>authentication-kyc-service</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected boolean isSignatureVerificationRequired() {
return env.getProperty("mosip.ida.kyc.signature-verification-required", Boolean.class, true);
}

//After integration with 1.1.5.1 version of keymanager, thumbprint is always mandated for decryption.
//After integration with 1.1.5.3 version of keymanager, thumbprint is always mandated for decryption.
// @Override
// protected boolean isThumbprintValidationRequired() {
// return env.getProperty("mosip.ida.kyc.thumbprint-validation-required", Boolean.class, true);
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.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
</parent>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
<artifactId>authentication-otp-service</artifactId>
<name>authentication-otp-service</name>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected boolean isSignatureVerificationRequired() {
return env.getProperty("mosip.ida.otp.signature-verification-required", Boolean.class, true);
}

//After integration with 1.1.5.1 version of keymanager, thumbprint is always mandated for decryption.
//After integration with 1.1.5.3 version of keymanager, thumbprint is always mandated for decryption.
// @Override
// protected boolean isThumbprintValidationRequired() {
// return env.getProperty("mosip.ida.otp.thumbprint-validation-required", Boolean.class, true);
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.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
</parent>
<version>1.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
<artifactId>authentication-service</artifactId>
<packaging>jar</packaging>

Expand Down
36 changes: 18 additions & 18 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.1.5.3-SNAPSHOT</version>
<version>1.1.5.3</version>
<packaging>pom</packaging>

<name>id-authentication</name>
Expand Down Expand Up @@ -73,23 +73,23 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Kernel components -->
<kernel-core.version>1.1.5.2</kernel-core.version>
<kernel-keymanager-service.version>1.1.5.2</kernel-keymanager-service.version>
<kernel-idgenerator-tokenid.version>1.1.5.2</kernel-idgenerator-tokenid.version>
<kernel-idvalidator-uin.version>1.1.5.2</kernel-idvalidator-uin.version>
<kernel-idvalidator-vid.version>1.1.5.2</kernel-idvalidator-vid.version>
<kernel-idobjectvalidator.version>1.1.5.2</kernel-idobjectvalidator.version>
<kernel-pinvalidator.version>1.1.5.2</kernel-pinvalidator.version>
<kernel-templatemanager-velocity.version>1.1.5.2</kernel-templatemanager-velocity.version>
<kernel-logger-logback.version>1.1.5.2</kernel-logger-logback.version>
<kernel-dataaccess-hibernate.version>1.1.5.2</kernel-dataaccess-hibernate.version>
<kernel-cbeffutil-api.version>1.1.5.2</kernel-cbeffutil-api.version>
<kernel-templatemanager-velocity.version>1.1.5.2</kernel-templatemanager-velocity.version>
<kernel-auth-adapter.version>1.1.5.2</kernel-auth-adapter.version>
<kernel-biometrics-api.version>1.1.5.2</kernel-biometrics-api.version>
<kernel-biosdk-provider.version>1.1.5.2</kernel-biosdk-provider.version>
<kernel-websubclient-api.version>1.1.5.2</kernel-websubclient-api.version>
<id-repository-core.version>1.1.5.2</id-repository-core.version>
<kernel-core.version>1.1.5.3</kernel-core.version>
<kernel-keymanager-service.version>1.1.5.3</kernel-keymanager-service.version>
<kernel-idgenerator-tokenid.version>1.1.5.3</kernel-idgenerator-tokenid.version>
<kernel-idvalidator-uin.version>1.1.5.3</kernel-idvalidator-uin.version>
<kernel-idvalidator-vid.version>1.1.5.3</kernel-idvalidator-vid.version>
<kernel-idobjectvalidator.version>1.1.5.3</kernel-idobjectvalidator.version>
<kernel-pinvalidator.version>1.1.5.3</kernel-pinvalidator.version>
<kernel-templatemanager-velocity.version>1.1.5.3</kernel-templatemanager-velocity.version>
<kernel-logger-logback.version>1.1.5.3</kernel-logger-logback.version>
<kernel-dataaccess-hibernate.version>1.1.5.3</kernel-dataaccess-hibernate.version>
<kernel-cbeffutil-api.version>1.1.5.3</kernel-cbeffutil-api.version>
<kernel-templatemanager-velocity.version>1.1.5.3</kernel-templatemanager-velocity.version>
<kernel-auth-adapter.version>1.1.5.3</kernel-auth-adapter.version>
<kernel-biometrics-api.version>1.1.5.3</kernel-biometrics-api.version>
<kernel-biosdk-provider.version>1.1.5.3</kernel-biosdk-provider.version>
<kernel-websubclient-api.version>1.1.5.3</kernel-websubclient-api.version>
<id-repository-core.version>1.1.5.3</id-repository-core.version>
<json.utility.version>20180130</json.utility.version>
<!-- Maven Plugins -->
<maven.compiler.source>11</maven.compiler.source>
Expand Down

0 comments on commit 22ac0c3

Please sign in to comment.