Skip to content

Commit

Permalink
Merge pull request #508 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Sep 30, 2022
2 parents 12527bb + 6f8b953 commit b4ad714
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Publish the maven package
run: |
cd resident && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd resident && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GPG_TTY: $(tty)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[![Maven Package upon a push](https://github.com/mosip/resident-services/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0)](https://github.com/mosip/resident-services/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mosip_resident-services&id=mosip_resident-services&branch=release-1.2.0&metric=alert_status)](https://sonarcloud.io/dashboard?id=mosip_resident-services&branch=release-1.2.0)
[![Maven Package upon a push](https://github.com/mosip/resident-services/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0.1)](https://github.com/mosip/resident-services/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mosip_resident-services&id=mosip_resident-services&branch=release-1.2.0.1&metric=alert_status)](https://sonarcloud.io/dashboard?id=mosip_resident-services&branch=release-1.2.0.1)

# Resident Services

Expand Down
2 changes: 1 addition & 1 deletion resident/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<packaging>pom</packaging>
<name>resident</name>
<description>Parent project of MOSIP Resident</description>
Expand Down
10 changes: 5 additions & 5 deletions resident/resident-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
</parent>
<artifactId>resident-service</artifactId>
<name>resident-service</name>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<properties>
<commons.packet.manager.version>1.2.0.1-SNAPSHOT</commons.packet.manager.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel-keymanager-service.version>1.2.0.1-SNAPSHOT</kernel-keymanager-service.version>
<commons.packet.manager.version>1.2.0.1-B1</commons.packet.manager.version>
<kernel.core.version>1.2.0.1-B1</kernel.core.version>
<kernel-keymanager-service.version>1.2.0.1-B1</kernel-keymanager-service.version>
<springdoc.version>1.5.10</springdoc.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fasterxml.jackson.module.jsr310.version>2.12.0</fasterxml.jackson.module.jsr310.version>
Expand Down

0 comments on commit b4ad714

Please sign in to comment.