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 #640

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
push:
branches:
- '!release-branch'
- '!releas-branch'
- release*
- master
- 1.*
Expand Down 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
6 changes: 3 additions & 3 deletions pre-registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<name>pre-registration</name>
Expand Down Expand Up @@ -69,8 +69,8 @@
</distributionManagement>

<properties>
<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-B2</pre.registration.core.version>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
20 changes: 10 additions & 10 deletions pre-registration/pre-registration-application-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>

<artifactId>pre-registration-application-service</artifactId>
<name>Pre-Registration Application Service Project</name>
<description>Maven project of MOSIP Pre-Registration Service</description>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.khazana.version>1.2.0.1-SNAPSHOT</kernel.khazana.version>
<kernel.idobjectvalidator.version>1.2.0.1-SNAPSHOT</kernel.idobjectvalidator.version>
<kernel.templatemanager.velocity.version>1.2.0.1-SNAPSHOT</kernel.templatemanager.velocity.version>
<kernel.qrcodegenerator.zxing.version>1.2.0.1-SNAPSHOT</kernel.qrcodegenerator.zxing.version>
<pre.registration.core.version>1.2.0.1-SNAPSHOT</pre.registration.core.version>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<kernel.khazana.version>1.2.0.1-B2</kernel.khazana.version>
<kernel.idobjectvalidator.version>1.2.0.1-B2</kernel.idobjectvalidator.version>
<kernel.templatemanager.velocity.version>1.2.0.1-B2</kernel.templatemanager.velocity.version>
<kernel.qrcodegenerator.zxing.version>1.2.0.1-B2</kernel.qrcodegenerator.zxing.version>
<pre.registration.core.version>1.2.0.1-B2</pre.registration.core.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
</properties>

Expand Down Expand Up @@ -197,12 +197,12 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-transliteration-icu4j</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions pre-registration/pre-registration-batchjob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>

<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
<artifactId>pre-registration-batchjob</artifactId>

<name>pre-registration-batchjob</name>
Expand Down
10 changes: 5 additions & 5 deletions pre-registration/pre-registration-captcha-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>
<groupId>io.mosip.preregistration.captcha</groupId>
<artifactId>pre-registration-captcha-service</artifactId>

<name>pre-registration-captcha-service</name>
<description>A pre-registration service to generate and validate captcha</description>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>

<properties>
<java.version>11</java.version>
<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
<pre.registration.core.version>1.2.0.1-SNAPSHOT</pre.registration.core.version>
<pre.registration.core.version>1.2.0.1-B2</pre.registration.core.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -116,12 +116,12 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-transliteration-icu4j</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</dependency>
</dependencies>
<build>
Expand Down
12 changes: 6 additions & 6 deletions pre-registration/pre-registration-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>


<artifactId>pre-registration-core</artifactId>
Expand All @@ -18,11 +18,11 @@
<description>Maven project of MOSIP Pre-Registration Service</description>

<properties>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kernel.templatemanager.velocity.version>1.2.0.1-SNAPSHOT</kernel.templatemanager.velocity.version>
<kernel.logger.logback.version>1.2.0.1-SNAPSHOT</kernel.logger.logback.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-SNAPSHOT</kernel.dataaccess.hibernate.version>
<kernel.templatemanager.velocity.version>1.2.0.1-B2</kernel.templatemanager.velocity.version>
<kernel.logger.logback.version>1.2.0.1-B2</kernel.logger.logback.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-B2</kernel.dataaccess.hibernate.version>

</properties>

Expand Down
12 changes: 6 additions & 6 deletions pre-registration/pre-registration-datasync-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
<parent>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</parent>



<artifactId>pre-registration-datasync-service</artifactId>
<name>pre-registration-datasync-service</name>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<pre.registration.core.version>1.2.0.1-SNAPSHOT</pre.registration.core.version>
<kernel.keymanager.version>1.2.0.1-SNAPSHOT</kernel.keymanager.version>
<pre.registration.core.version>1.2.0.1-B2</pre.registration.core.version>
<kernel.keymanager.version>1.2.0.1-B3</kernel.keymanager.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
</properties>

Expand Down Expand Up @@ -135,12 +135,12 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-transliteration-icu4j</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B2</version>
</dependency>
</dependencies>
<build>
Expand Down