File tree Expand file tree Collapse file tree 11 files changed +20
-20
lines changed
authentication-authtypelockfilter-impl
authentication-filter-api
authentication-hotlistfilter-impl
authentication-internal-service
authentication-otp-service Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
122
122
- name : Publish the maven package
123
123
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
125
125
env :
126
126
GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
127
127
GPG_TTY : $(tty)
Original file line number Diff line number Diff line change 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 )
3
3
4
4
# ID-Authentication
5
5
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.mosip.authentication</groupId >
6
6
<artifactId >authentication-parent</artifactId >
7
- <version >1.2.0.1-SNAPSHOT </version >
7
+ <version >1.2.0.1-B1 </version >
8
8
</parent >
9
- <version >1.2.0.1-SNAPSHOT </version >
9
+ <version >1.2.0.1-B1 </version >
10
10
<artifactId >authentication-authtypelockfilter-impl</artifactId >
11
11
<name >authentication-authtypelockfilter-impl</name >
12
12
<description >ID Authentication Filter Implementation for Auth Type Lock validation</description >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.mosip.authentication</groupId >
8
8
<artifactId >authentication-parent</artifactId >
9
- <version >1.2.0.1-SNAPSHOT </version >
9
+ <version >1.2.0.1-B1 </version >
10
10
</parent >
11
- <version >1.2.0.1-SNAPSHOT </version >
11
+ <version >1.2.0.1-B1 </version >
12
12
<artifactId >authentication-common</artifactId >
13
13
<name >authentication-common</name >
14
14
<properties >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.mosip.authentication</groupId >
8
8
<artifactId >authentication-parent</artifactId >
9
- <version >1.2.0.1-SNAPSHOT </version >
9
+ <version >1.2.0.1-B1 </version >
10
10
</parent >
11
- <version >1.2.0.1-SNAPSHOT </version >
11
+ <version >1.2.0.1-B1 </version >
12
12
13
13
<artifactId >authentication-core</artifactId >
14
14
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.mosip.authentication</groupId >
6
6
<artifactId >authentication-parent</artifactId >
7
- <version >1.2.0.1-SNAPSHOT </version >
7
+ <version >1.2.0.1-B1 </version >
8
8
</parent >
9
- <version >1.2.0.1-SNAPSHOT </version >
9
+ <version >1.2.0.1-B1 </version >
10
10
<artifactId >authentication-filter-api</artifactId >
11
11
<name >authentication-filter-api</name >
12
12
<description >ID Authentication Filter API</description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.mosip.authentication</groupId >
6
6
<artifactId >authentication-parent</artifactId >
7
- <version >1.2.0.1-SNAPSHOT </version >
7
+ <version >1.2.0.1-B1 </version >
8
8
</parent >
9
- <version >1.2.0.1-SNAPSHOT </version >
9
+ <version >1.2.0.1-B1 </version >
10
10
<artifactId >authentication-hotlistfilter-impl</artifactId >
11
11
<name >authentication-hotlistfilter-impl</name >
12
12
<description >ID Authentication Filter Implementation for Hotlist validation</description >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.mosip.authentication</groupId >
9
9
<artifactId >authentication-parent</artifactId >
10
- <version >1.2.0.1-SNAPSHOT </version >
10
+ <version >1.2.0.1-B1 </version >
11
11
</parent >
12
- <version >1.2.0.1-SNAPSHOT </version >
12
+ <version >1.2.0.1-B1 </version >
13
13
<artifactId >authentication-internal-service</artifactId >
14
14
<name >authentication-internal-service</name >
15
15
<properties >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.mosip.authentication</groupId >
9
9
<artifactId >authentication-parent</artifactId >
10
- <version >1.2.0.1-SNAPSHOT </version >
10
+ <version >1.2.0.1-B1 </version >
11
11
</parent >
12
- <version >1.2.0.1-SNAPSHOT </version >
12
+ <version >1.2.0.1-B1 </version >
13
13
<artifactId >authentication-otp-service</artifactId >
14
14
<name >authentication-otp-service</name >
15
15
<properties >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.mosip.authentication</groupId >
8
8
<artifactId >authentication-parent</artifactId >
9
- <version >1.2.0.1-SNAPSHOT </version >
9
+ <version >1.2.0.1-B1 </version >
10
10
</parent >
11
- <version >1.2.0.1-SNAPSHOT </version >
11
+ <version >1.2.0.1-B1 </version >
12
12
13
13
<artifactId >authentication-service</artifactId >
14
14
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments