Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #1394

Open
wants to merge 1 commit into
base: release-1.2.2.x
Choose a base branch
from
Open

test #1394

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Maven Package upon a push](https://github.com/mosip/id-authentication/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0.1)](https://github.com/mosip/id-authentication/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mosip_id-authentication&id=mosip_id-authentication&branch=release-1.2.0.1&metric=alert_status)](https://sonarcloud.io/dashboard?id=mosip_id-authentication&branch=release-1.2.0.1)
[![Maven Package upon a push](https://github.com/mosip/id-authentication/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.2.x)](https://github.com/mosip/id-authentication/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mosip_id-authentication&id=mosip_id-authentication&branch=release-1.2.2.x&metric=alert_status)](https://sonarcloud.io/dashboard?id=mosip_id-authentication&branch=release-1.2.0.1)

# ID-Authentication

Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-authtypelockfilter-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<artifactId>authentication-authtypelockfilter-impl</artifactId>
<name>authentication-authtypelockfilter-impl</name>
<description>ID Authentication Filter Implementation for Auth Type Lock validation</description>
Expand Down
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.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</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 @@ -6,9 +6,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>

<artifactId>authentication-core</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-filter-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<artifactId>authentication-filter-api</artifactId>
<name>authentication-filter-api</name>
<description>ID Authentication Filter API</description>
Expand Down
4 changes: 2 additions & 2 deletions authentication/authentication-hotlistfilter-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<artifactId>authentication-hotlistfilter-impl</artifactId>
<name>authentication-hotlistfilter-impl</name>
<description>ID Authentication Filter Implementation for Hotlist validation</description>
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.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<artifactId>authentication-internal-service</artifactId>
<name>authentication-internal-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.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</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.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>

<artifactId>authentication-service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<packaging>pom</packaging>

<name>id-authentication</name>
Expand Down
Loading