Skip to content

Commit

Permalink
Release changes (#404)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

* removed not required dependency

---------

Co-authored-by: ckm007 <[email protected]>
  • Loading branch information
ckm007 and ckm007 authored Sep 22, 2023
1 parent f0f1985 commit 0d0fd63
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Maven Package upon a push](https://github.com/mosip/esignet/actions/workflows/push_trigger.yml/badge.svg?branch=develop)](https://github.com/mosip/esignet/actions/workflows/push_trigger.yml)
[![Maven Package upon a push](https://github.com/mosip/esignet/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.1.0)](https://github.com/mosip/esignet/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mosip_esignet&id=mosip_esignet&metric=alert_status)](https://sonarcloud.io/dashboard?id=mosip_esignet)
# e-Signet Project
## Overview
Expand Down
2 changes: 1 addition & 1 deletion binding-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client-management-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion consent-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion esignet-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions esignet-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-integration-api</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>esignet-integration-api</name>
<description>e-Signet integration Library</description>

Expand Down
5 changes: 2 additions & 3 deletions esignet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-service</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>esignet-service</name>
<description>e-Signet OIDC Service</description>

Expand All @@ -24,7 +24,6 @@
<jackson.databind>2.12.0</jackson.databind>
<fasterxml.jackson.module.jsr310.version>2.12.0</fasterxml.jackson.module.jsr310.version>
<fasterxml.jackson.module.afterburner.version>2.12.0</fasterxml.jackson.module.afterburner.version>
<esignet.mock.services.version>0.0.1-SNAPSHOT</esignet.mock.services.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion oidc-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>esignet</name>
<description>Parent project of MOSIP e-Signet</description>
Expand Down

0 comments on commit 0d0fd63

Please sign in to comment.