Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release changes #927

Merged
merged 14 commits into from
Dec 20, 2023
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
10 changes: 5 additions & 5 deletions admin/admin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
<parent>
<groupId>io.mosip.admin</groupId>
<artifactId>admin-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>
<artifactId>admin-service</artifactId>
<name>admin-service</name>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-cloud-config.version>2.0.4.RELEASE</spring-cloud-config.version>
<springdoc.version>1.5.10</springdoc.version>
<kernel.version>1.2.0.1-SNAPSHOT</kernel.version>
<kernel.version>1.2.0.1-B2</kernel.version>
</properties>
<dependencies>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>${kernel.version}</version>
<version>1.2.0.1-B2</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>${project.version}</version>
<version>1.2.0.1-B3</version>
ckm007 marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down
12 changes: 6 additions & 6 deletions admin/hotlist-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.hotlist</groupId>
<artifactId>hotlist-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<name>Hotlist Service</name>
<description>Service to block/unblock ids in MOSIP</description>
<url>https://github.com/mosip/admin-services</url>
Expand All @@ -30,9 +30,9 @@
<spring-webflux.version>5.0.6.RELEASE</spring-webflux.version>

<!-- kernel properties -->
<kernel-core.version>1.2.0.1-SNAPSHOT</kernel-core.version>
<kernel-websubclient-api.version>1.2.0.1-SNAPSHOT</kernel-websubclient-api.version>
<kernel-logger-logback.version>1.2.0.1-SNAPSHOT</kernel-logger-logback.version>
<kernel-core.version>1.2.0.1-B2</kernel-core.version>
<kernel-websubclient-api.version>1.2.0.1-B2</kernel-websubclient-api.version>
<kernel-logger-logback.version>1.2.0.1-B2</kernel-logger-logback.version>
</properties>

<repositories>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>${kernel-core.version}</version>
<version>1.2.0.1-B2</version>
ckm007 marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down Expand Up @@ -361,7 +361,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>${project.version}</version>
<version>1.2.0.1-B3</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions admin/kernel-masterdata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>kernel-masterdata-service</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down Expand Up @@ -121,7 +121,7 @@
<kernel.logger.logback.version>1.2.0</kernel.logger.logback.version>
<tss.version>0.3.0</tss.version>
<kernel.websubclient.api.version>1.2.0</kernel.websubclient.api.version>
<kernel.version>1.2.0.1-SNAPSHOT</kernel.version>
<kernel.version>1.2.0.1-B2</kernel.version>
</properties>

<repositories>
Expand Down Expand Up @@ -475,7 +475,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>${project.version}</version>
<version>1.2.0.1-B3</version>
</dependency>
</dependencies>
<build>
Expand Down
18 changes: 9 additions & 9 deletions admin/kernel-syncdata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>kernel-syncdata-service</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down Expand Up @@ -113,12 +113,12 @@
<micrometer.core.version>1.4.2</micrometer.core.version>
<micrometer.registry.prometheus.version>1.4.2</micrometer.registry.prometheus.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<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.logger.version>1.2.0.1-SNAPSHOT</kernel.logger.version>
<kernel.crypto.version>1.2.0.1-SNAPSHOT</kernel.crypto.version>
<kernel.keymanager.version>1.2.0.1-SNAPSHOT</kernel.keymanager.version>
<kernel-websubclient-api.version>1.2.0.1-SNAPSHOT</kernel-websubclient-api.version>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<kernel.auth.adaptor.version>1.2.0.1-B3</kernel.auth.adaptor.version>
<kernel.logger.version>1.2.0.1-B2</kernel.logger.version>
<kernel.crypto.version>1.2.0.1-B2</kernel.crypto.version>
<kernel.keymanager.version>1.2.0.1-B2</kernel.keymanager.version>
<kernel-websubclient-api.version>1.2.0.1-B2</kernel-websubclient-api.version>
</properties>

<repositories>
Expand Down Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>${kernel.core.version}</version>
<version>1.2.0.1-B2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -457,7 +457,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>${project.version}</version>
<version>1.2.0.1-B3</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.admin</groupId>
<artifactId>admin-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<packaging>pom</packaging>

<name>admin</name>
Expand Down Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-logger-logback</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -233,7 +233,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>${project.version}</version>
<version>1.2.0.1-B3</version>
</dependency>
</dependencies>
<build>
Expand Down
Loading