Skip to content

Commit

Permalink
Merge pull request #1007 from Prafulrakhade/release-1.2.0.x
Browse files Browse the repository at this point in the history
[DSD-5498] release changes
  • Loading branch information
ckm007 authored Jun 19, 2024
2 parents 74ac592 + 313cf88 commit 20fcbc9
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 Expand Up @@ -102,7 +102,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 Expand Up @@ -206,7 +206,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 All @@ -230,7 +230,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
4 changes: 2 additions & 2 deletions authentication/authentication-childauthfilter-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-ref-impl-parent</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
</parent>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<artifactId>authentication-childauthfilter-impl</artifactId>
<name>authentication-childauthfilter-impl</name>
<description>ID Authentication Filter reference Implementation to check allowed auth types for child</description>
Expand Down
2 changes: 1 addition & 1 deletion authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-ref-impl-parent</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<packaging>pom</packaging>

<name>id-authentication Reference Impl Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion cache-provider-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.cacheprovider</groupId>
<artifactId>cache-provider-hazelcast</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>

<properties>
<!-- maven -->
Expand Down
2 changes: 1 addition & 1 deletion cache-provider-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.cacheprovider</groupId>
<artifactId>cache-provider-redis</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>

<properties>
<!-- maven -->
Expand Down
4 changes: 2 additions & 2 deletions kernel/kernel-ref-idobjectvalidator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-parent</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
</parent>

<name>kernel-ref-idobjectvalidator</name>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>

<properties>
<kernel-core.version>1.2.0.1</kernel-core.version>
Expand Down
2 changes: 1 addition & 1 deletion kernel/kernel-smsserviceprovider-msg91/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>kernel-smsserviceprovider-msg91</name>
<description>kernel-smsserviceprovider-msg91</description>
<url>https://github.com/mosip/commons</url>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
4 changes: 2 additions & 2 deletions kernel/kernel-virusscanner-clamav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-parent</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
</parent>

<artifactId>kernel-virusscanner-clamav</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<properties>
<kernel.core.version>1.2.0.1</kernel.core.version>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-parent</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<packaging>pom</packaging>
<name>kernel</name>
<description>Parent project of MOSIP Kernel Referernce Implementation components</description>
Expand Down
2 changes: 1 addition & 1 deletion pre-registration-booking-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-booking-service</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<name>pre-registration-booking-service</name>
<description>Booking service of MOSIP Pre-registration</description>
<url>https://github.com/mosip/mosip-ref-impl</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.1</version>
</parent>
<artifactId>registration-processor-external-integration-service</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<licenses>
<license>
<name>MPL 2.0</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.1</version>
</parent>

<artifactId>registration-processor-external-stage</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<version>1.2.0.2</version>
<licenses>
<license>
<name>MPL 2.0</name>
Expand Down

0 comments on commit 20fcbc9

Please sign in to comment.