Skip to content

Commit

Permalink
Updated Pom versions for release changes (#982)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
  • Loading branch information
ckm007 and Prafulrakhade authored Mar 5, 2024
1 parent 59fd9fe commit 86640e4
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 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.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</parent>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</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
4 changes: 2 additions & 2 deletions 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.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<packaging>pom</packaging>

<name>id-authentication Reference Impl Parent</name>
Expand Down Expand Up @@ -69,7 +69,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Kernel components -->
<kernel.parent.version>1.2.0.1-SNAPSHOT</kernel.parent.version>
<kernel.parent.version>1.2.0.1</kernel.parent.version>
<kernel-core.version>${kernel.parent.version}</kernel-core.version>
<kernel-logger-logback.version>${kernel.parent.version}</kernel-logger-logback.version>

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.1-SNAPSHOT</version>
<version>1.2.0.1</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.1-SNAPSHOT</version>
<version>1.2.0.1</version>

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

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

<properties>
<kernel-core.version>1.2.0.1-SNAPSHOT</kernel-core.version>
<kernel-core.version>1.2.0.1</kernel-core.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.version>3.8.0</maven.compiler.version>
<spring-boot.version>2.0.8.RELEASE</spring-boot.version>
<kernel-logger-logback.version>1.2.0.1-SNAPSHOT</kernel-logger-logback.version>
<kernel-logger-logback.version>1.2.0.1</kernel-logger-logback.version>
</properties>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions 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.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down Expand Up @@ -219,8 +219,8 @@
<aspectjweaver.version>1.8.12</aspectjweaver.version>
<micrometer.core.version>1.4.2</micrometer.core.version>
<micrometer.registry.prometheus.version>1.4.2</micrometer.registry.prometheus.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.auth.adaptor.version>1.2.0.1-SNAPSHOT</kernel.auth.adaptor.version>
<kernel.core.version>1.2.0.1</kernel.core.version>
<kernel.auth.adaptor.version>1.2.0.1</kernel.auth.adaptor.version>
</properties>
<dependencies>

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

<artifactId>kernel-virusscanner-clamav</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<properties>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.core.version>1.2.0.1</kernel.core.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.version>3.8.0</maven.compiler.version>
Expand Down
4 changes: 2 additions & 2 deletions 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.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<packaging>pom</packaging>
<name>kernel</name>
<description>Parent project of MOSIP Kernel Referernce Implementation components</description>
Expand Down Expand Up @@ -122,7 +122,7 @@
<json.version>20180813</json.version>

<!-- kernel -->
<kernel-core.version>1.2.0.1-SNAPSHOT</kernel-core.version>
<kernel-core.version>1.2.0.1</kernel-core.version>

<!-- utilities -->
<commons-math3>3.6.1</commons-math3>
Expand Down
6 changes: 3 additions & 3 deletions 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.1-SNAPSHOT</version>
<version>1.2.0.1</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 Expand Up @@ -47,8 +47,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
<pre.registration.core.version>1.2.0.1-SNAPSHOT</pre.registration.core.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<pre.registration.core.version>1.2.0.1</pre.registration.core.version>
<kernel.core.version>1.2.0.1</kernel.core.version>
<!-- Core -->
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<spring.data.version>2.0.9.RELEASE</spring.data.version>
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.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</parent>
<artifactId>registration-processor-external-integration-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</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.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</parent>

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

0 comments on commit 86640e4

Please sign in to comment.