Skip to content

Commit c408f26

Browse files
authored
Merge pull request #908 from mosip/release-branch
Release changes
2 parents 678aa1b + 2807e6c commit c408f26

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

.github/workflows/push_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Publish the maven package
123123
run: |
124-
cd authentication && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
124+
cd authentication && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
125125
env:
126126
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
127127
GPG_TTY: $(tty)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Maven Package upon a push](https://github.com/mosip/id-authentication/actions/workflows/push_trigger.yml/badge.svg?branch=master)](https://github.com/mosip/id-authentication/actions/workflows/push_trigger.yml)
2-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mosip_id-authentication&id=mosip_id-authentication&branch=master&metric=alert_status)](https://sonarcloud.io/dashboard?id=mosip_id-authentication&branch=master)
1+
[![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)
2+
[![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)
33

44
# ID-Authentication
55

authentication/authentication-authtypelockfilter-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<parent>
55
<groupId>io.mosip.authentication</groupId>
66
<artifactId>authentication-parent</artifactId>
7-
<version>1.2.0.1-SNAPSHOT</version>
7+
<version>1.2.0.1-B1</version>
88
</parent>
9-
<version>1.2.0.1-SNAPSHOT</version>
9+
<version>1.2.0.1-B1</version>
1010
<artifactId>authentication-authtypelockfilter-impl</artifactId>
1111
<name>authentication-authtypelockfilter-impl</name>
1212
<description>ID Authentication Filter Implementation for Auth Type Lock validation</description>

authentication/authentication-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<parent>
77
<groupId>io.mosip.authentication</groupId>
88
<artifactId>authentication-parent</artifactId>
9-
<version>1.2.0.1-SNAPSHOT</version>
9+
<version>1.2.0.1-B1</version>
1010
</parent>
11-
<version>1.2.0.1-SNAPSHOT</version>
11+
<version>1.2.0.1-B1</version>
1212
<artifactId>authentication-common</artifactId>
1313
<name>authentication-common</name>
1414
<properties>

authentication/authentication-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<parent>
77
<groupId>io.mosip.authentication</groupId>
88
<artifactId>authentication-parent</artifactId>
9-
<version>1.2.0.1-SNAPSHOT</version>
9+
<version>1.2.0.1-B1</version>
1010
</parent>
11-
<version>1.2.0.1-SNAPSHOT</version>
11+
<version>1.2.0.1-B1</version>
1212

1313
<artifactId>authentication-core</artifactId>
1414
<packaging>jar</packaging>

authentication/authentication-filter-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<parent>
55
<groupId>io.mosip.authentication</groupId>
66
<artifactId>authentication-parent</artifactId>
7-
<version>1.2.0.1-SNAPSHOT</version>
7+
<version>1.2.0.1-B1</version>
88
</parent>
9-
<version>1.2.0.1-SNAPSHOT</version>
9+
<version>1.2.0.1-B1</version>
1010
<artifactId>authentication-filter-api</artifactId>
1111
<name>authentication-filter-api</name>
1212
<description>ID Authentication Filter API</description>

authentication/authentication-hotlistfilter-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<parent>
55
<groupId>io.mosip.authentication</groupId>
66
<artifactId>authentication-parent</artifactId>
7-
<version>1.2.0.1-SNAPSHOT</version>
7+
<version>1.2.0.1-B1</version>
88
</parent>
9-
<version>1.2.0.1-SNAPSHOT</version>
9+
<version>1.2.0.1-B1</version>
1010
<artifactId>authentication-hotlistfilter-impl</artifactId>
1111
<name>authentication-hotlistfilter-impl</name>
1212
<description>ID Authentication Filter Implementation for Hotlist validation</description>

authentication/authentication-internal-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<parent>
88
<groupId>io.mosip.authentication</groupId>
99
<artifactId>authentication-parent</artifactId>
10-
<version>1.2.0.1-SNAPSHOT</version>
10+
<version>1.2.0.1-B1</version>
1111
</parent>
12-
<version>1.2.0.1-SNAPSHOT</version>
12+
<version>1.2.0.1-B1</version>
1313
<artifactId>authentication-internal-service</artifactId>
1414
<name>authentication-internal-service</name>
1515
<properties>

authentication/authentication-otp-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<parent>
88
<groupId>io.mosip.authentication</groupId>
99
<artifactId>authentication-parent</artifactId>
10-
<version>1.2.0.1-SNAPSHOT</version>
10+
<version>1.2.0.1-B1</version>
1111
</parent>
12-
<version>1.2.0.1-SNAPSHOT</version>
12+
<version>1.2.0.1-B1</version>
1313
<artifactId>authentication-otp-service</artifactId>
1414
<name>authentication-otp-service</name>
1515
<properties>

authentication/authentication-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<parent>
77
<groupId>io.mosip.authentication</groupId>
88
<artifactId>authentication-parent</artifactId>
9-
<version>1.2.0.1-SNAPSHOT</version>
9+
<version>1.2.0.1-B1</version>
1010
</parent>
11-
<version>1.2.0.1-SNAPSHOT</version>
11+
<version>1.2.0.1-B1</version>
1212

1313
<artifactId>authentication-service</artifactId>
1414
<packaging>jar</packaging>

0 commit comments

Comments
 (0)