Skip to content

Commit

Permalink
Merge pull request #80 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Jan 8, 2023
2 parents f020854 + c701c36 commit 3f1554f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Publish the maven package
run: |
mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
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
6 changes: 3 additions & 3 deletions authentication-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>io.mosip.idp</groupId>
<artifactId>idp-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<groupId>io.mosip.idp</groupId>
<artifactId>authentication-wrapper</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<name>authentication-wrapper</name>
<description>IdP Authentication Wrapper</description>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>io.mosip.idp</groupId>
<artifactId>idp-core</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
8 changes: 4 additions & 4 deletions idp-binding-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>io.mosip.idp</groupId>
<artifactId>idp-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<groupId>io.mosip.idp.binding.service</groupId>
<artifactId>idp-binding-service</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<name>idp-binding-service</name>
<description>Identity Provider Binding Service</description>

Expand Down Expand Up @@ -133,12 +133,12 @@
<dependency>
<groupId>io.mosip.idp</groupId>
<artifactId>idp-core</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>io.mosip.idp</groupId>
<artifactId>authentication-wrapper</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
</dependencies>
<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions idp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>io.mosip.idp</groupId>
<artifactId>idp-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<groupId>io.mosip.idp</groupId>
<artifactId>idp-core</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<name>idp-core</name>
<description>IdP Core Library</description>

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

<groupId>io.mosip.idp</groupId>
<artifactId>idp-service</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<name>idp-service</name>
<description>Identity Provider Service</description>

Expand Down Expand Up @@ -137,13 +137,13 @@
<dependency>
<groupId>io.mosip.idp</groupId>
<artifactId>idp-core</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>

<dependency>
<groupId>io.mosip.idp</groupId>
<artifactId>authentication-wrapper</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.idp</groupId>
<artifactId>idp-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>
<name>idp</name>
<description>Parent project of MOSIP IdP</description>
Expand Down

0 comments on commit 3f1554f

Please sign in to comment.