Skip to content

Commit 6265456

Browse files
authored
Merge pull request #926 from mosip/release-branch
Release changes
2 parents 22a5358 + 79056f3 commit 6265456

File tree

11 files changed

+28
-28
lines changed

11 files changed

+28
-28
lines changed

.github/workflows/push_trigger.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ jobs:
220220
221221
- name: Publish the maven package
222222
run: |
223-
cd kernel && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
223+
cd kernel && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
224224
cd ..
225-
cd pre-registration-booking-service && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
225+
cd pre-registration-booking-service && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
226226
env:
227227
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
228228
GPG_TTY: $(tty)
@@ -524,7 +524,7 @@ jobs:
524524

525525
- name: Publish the maven package
526526
run: |
527-
cd cache-provider-hazelcast && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
527+
cd cache-provider-hazelcast && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
528528
env:
529529
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
530530
GPG_TTY: $(tty)
@@ -638,7 +638,7 @@ jobs:
638638

639639
- name: Publish the maven package
640640
run: |
641-
cd authentication && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
641+
cd authentication && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
642642
env:
643643
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
644644
GPG_TTY: $(tty)

authentication/authentication-childauthfilter-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<parent>
55
<groupId>io.mosip.authentication</groupId>
66
<artifactId>authentication-ref-impl-parent</artifactId>
7-
<version>1.2.0.1-SNAPSHOT</version>
7+
<version>1.2.0.1-B1</version>
88
</parent>
9-
<version>1.2.0.1-SNAPSHOT</version>
9+
<version>1.2.0.1-B1</version>
1010
<artifactId>authentication-childauthfilter-impl</artifactId>
1111
<name>authentication-childauthfilter-impl</name>
1212
<description>ID Authentication Filter reference Implementation to check allowed auth types for child</description>

authentication/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.mosip.authentication</groupId>
77
<artifactId>authentication-ref-impl-parent</artifactId>
8-
<version>1.2.0.1-SNAPSHOT</version>
8+
<version>1.2.0.1-B1</version>
99
<packaging>pom</packaging>
1010

1111
<name>id-authentication Reference Impl Parent</name>
@@ -69,7 +69,7 @@
6969
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7070

7171
<!-- Kernel components -->
72-
<kernel.parent.version>1.2.0.1-SNAPSHOT</kernel.parent.version>
72+
<kernel.parent.version>1.2.0.1-B1</kernel.parent.version>
7373
<kernel-core.version>${kernel.parent.version}</kernel-core.version>
7474
<kernel-logger-logback.version>${kernel.parent.version}</kernel-logger-logback.version>
7575

cache-provider-hazelcast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.mosip.cacheprovider</groupId>
88
<artifactId>cache-provider-hazelcast</artifactId>
9-
<version>1.2.0.1-SNAPSHOT</version>
9+
<version>1.2.0.1-B1</version>
1010

1111
<properties>
1212
<!-- maven -->

kernel/kernel-ref-idobjectvalidator/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<parent>
55
<groupId>io.mosip.kernel</groupId>
66
<artifactId>kernel-ref-parent</artifactId>
7-
<version>1.2.0.1-SNAPSHOT</version>
7+
<version>1.2.0.1-B1</version>
88
</parent>
99

1010
<name>kernel-ref-idobjectvalidator</name>
1111
<artifactId>kernel-ref-idobjectvalidator</artifactId>
12-
<version>1.2.0.1-SNAPSHOT</version>
12+
<version>1.2.0.1-B1</version>
1313

1414
<properties>
15-
<kernel-core.version>1.2.0.1-SNAPSHOT</kernel-core.version>
15+
<kernel-core.version>1.2.0.1-B1</kernel-core.version>
1616
<maven.compiler.source>11</maven.compiler.source>
1717
<maven.compiler.target>11</maven.compiler.target>
1818
<maven.compiler.version>3.8.0</maven.compiler.version>
1919
<spring-boot.version>2.0.8.RELEASE</spring-boot.version>
20-
<kernel-logger-logback.version>1.2.0.1-SNAPSHOT</kernel-logger-logback.version>
20+
<kernel-logger-logback.version>1.2.0.1-B1</kernel-logger-logback.version>
2121
</properties>
2222
<dependencies>
2323
<dependency>

kernel/kernel-smsserviceprovider-msg91/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>kernel-smsserviceprovider-msg91</name>
88
<description>kernel-smsserviceprovider-msg91</description>
99
<url>https://github.com/mosip/commons</url>
10-
<version>1.2.0.1-SNAPSHOT</version>
10+
<version>1.2.0.1-B1</version>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313

@@ -219,8 +219,8 @@
219219
<aspectjweaver.version>1.8.12</aspectjweaver.version>
220220
<micrometer.core.version>1.4.2</micrometer.core.version>
221221
<micrometer.registry.prometheus.version>1.4.2</micrometer.registry.prometheus.version>
222-
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
223-
<kernel.auth.adaptor.version>1.2.0.1-SNAPSHOT</kernel.auth.adaptor.version>
222+
<kernel.core.version>1.2.0.1-B1</kernel.core.version>
223+
<kernel.auth.adaptor.version>1.2.0.1-B1</kernel.auth.adaptor.version>
224224
</properties>
225225
<dependencies>
226226

kernel/kernel-virusscanner-clamav/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>io.mosip.kernel</groupId>
88
<artifactId>kernel-ref-parent</artifactId>
9-
<version>1.2.0.1-SNAPSHOT</version>
9+
<version>1.2.0.1-B1</version>
1010
</parent>
1111

1212
<artifactId>kernel-virusscanner-clamav</artifactId>
13-
<version>1.2.0.1-SNAPSHOT</version>
13+
<version>1.2.0.1-B1</version>
1414
<properties>
15-
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
15+
<kernel.core.version>1.2.0.1-B1</kernel.core.version>
1616
<maven.compiler.source>11</maven.compiler.source>
1717
<maven.compiler.target>11</maven.compiler.target>
1818
<maven.compiler.version>3.8.0</maven.compiler.version>

kernel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.mosip.kernel</groupId>
77
<artifactId>kernel-ref-parent</artifactId>
8-
<version>1.2.0.1-SNAPSHOT</version>
8+
<version>1.2.0.1-B1</version>
99
<packaging>pom</packaging>
1010
<name>kernel</name>
1111
<description>Parent project of MOSIP Kernel for Philippines</description>
@@ -122,7 +122,7 @@
122122
<json.version>20180813</json.version>
123123

124124
<!-- kernel -->
125-
<kernel-core.version>1.2.0.1-SNAPSHOT</kernel-core.version>
125+
<kernel-core.version>1.2.0.1-B1</kernel-core.version>
126126

127127
<!-- utilities -->
128128
<commons-math3>3.6.1</commons-math3>

pre-registration-booking-service/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>io.mosip.preregistration</groupId>
1414
<artifactId>pre-registration-booking-service</artifactId>
15-
<version>1.2.0.1-SNAPSHOT</version>
15+
<version>1.2.0.1-B1</version>
1616
<name>pre-registration-booking-service</name>
1717
<description>Booking service of MOSIP Pre-registration</description>
1818
<url>https://github.com/mosip/mosip-ref-impl</url>
@@ -47,8 +47,8 @@
4747
<properties>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
50-
<pre.registration.core.version>1.2.0.1-SNAPSHOT</pre.registration.core.version>
51-
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
50+
<pre.registration.core.version>1.2.0.1-B1</pre.registration.core.version>
51+
<kernel.core.version>1.2.0.1-B1</kernel.core.version>
5252
<!-- Core -->
5353
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
5454
<spring.data.version>2.0.9.RELEASE</spring.data.version>

registration-processor/registration-processor-external-integration-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>io.mosip.registrationprocessor</groupId>
77
<artifactId>pre-processor</artifactId>
8-
<version>1.2.0.1-SNAPSHOT</version>
8+
<version>1.2.0.1-B1</version>
99
</parent>
1010
<artifactId>registration-processor-external-integration-service</artifactId>
11-
<version>1.2.0.1-SNAPSHOT</version>
11+
<version>1.2.0.1-B1</version>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)