Skip to content

Commit

Permalink
Merge pull request #704 from mosip/release-branch
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
ckm007 authored Sep 29, 2022
2 parents b7a4303 + b1798f1 commit 35c6e0b
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Publish the maven package
run: |
#chmod +x ./deploy.sh
cd id-repository && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
cd id-repository && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
env:
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
GPG_TTY: $(tty)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[![Maven Package upon a push](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0)](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.0&project=mosip_id-repository&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.0&id=mosip_id-repository)
[![Maven Package upon a push](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.2.0.1)](https://github.com/mosip/id-repository/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.2.0.1&project=mosip_id-repository&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.2.0.1&id=mosip_id-repository)

# ID Repository

Expand Down
12 changes: 6 additions & 6 deletions id-repository/credential-request-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
</parent>

<artifactId>credential-request-generator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<name>credential-request-generator</name>

<properties>
Expand All @@ -25,16 +25,16 @@
<h2.version>1.4.197</h2.version>
<jackson.datatype.version>2.9.8</jackson.datatype.version>
<swagger.version>2.9.2</swagger.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.core.version>1.2.0.1-B1</kernel.core.version>
<powermock.module.junit4.version>1.7.4</powermock.module.junit4.version>
<powermock.api.mockito.version>1.7.4</powermock.api.mockito.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-SNAPSHOT</kernel.dataaccess.hibernate.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-B1</kernel.dataaccess.hibernate.version>
<apache.httpcomponents.version>4.5.6</apache.httpcomponents.version>
<gson.version>2.8.4</gson.version>
<kernel.auth.adaptor.version>1.2.0.1-SNAPSHOT</kernel.auth.adaptor.version>
<kernel.auth.adaptor.version>1.2.0.1-B1</kernel.auth.adaptor.version>
<postgresql.version>42.2.2</postgresql.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
<kernel.websubclient.version>1.2.0.1-SNAPSHOT</kernel.websubclient.version>
<kernel.websubclient.version>1.2.0.1-B1</kernel.websubclient.version>
<spring.batch.integration.version>4.0.1.RELEASE</spring.batch.integration.version>
<springdoc.version>1.5.10</springdoc.version>
</properties>
Expand Down
10 changes: 5 additions & 5 deletions id-repository/credential-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
</parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>credential-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<name>credential-service</name>
<url>http://maven.apache.org</url>
<properties>
Expand All @@ -25,12 +25,12 @@
<h2.version>1.4.197</h2.version>
<jackson.datatype.version>2.9.8</jackson.datatype.version>
<swagger.version>2.9.2</swagger.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.core.version>1.2.0.1-B1</kernel.core.version>
<powermock.beta.version>2.0.7</powermock.beta.version>
<mockito.version>2.28.2</mockito.version>
<gson.version>2.8.4</gson.version>
<kernel.cbeffutil.version>1.2.0.1-SNAPSHOT</kernel.cbeffutil.version>
<kernel.websubclient.version>1.2.0.1-SNAPSHOT</kernel.websubclient.version>
<kernel.cbeffutil.version>1.2.0.1-B1</kernel.cbeffutil.version>
<kernel.websubclient.version>1.2.0.1-B1</kernel.websubclient.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
<springdoc.version>1.5.10</springdoc.version>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions id-repository/id-repository-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
</parent>

<artifactId>id-repository-core</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<name>idrepo-core</name>
<description>ID-Repository core</description>

<properties>
<kernel-biosdk-provider.version>1.2.0.1-SNAPSHOT</kernel-biosdk-provider.version>
<kernel-websubclient-api.version>1.2.0.1-SNAPSHOT</kernel-websubclient-api.version>
<kernel-biosdk-provider.version>1.2.0.1-B1</kernel-biosdk-provider.version>
<kernel-websubclient-api.version>1.2.0.1-B1</kernel-websubclient-api.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
10 changes: 5 additions & 5 deletions id-repository/id-repository-credentials-feeder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-credentials-feeder</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<name>ID-Repository Credentials Feeder</name>

<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
</parent>

<description>Batch Job Application for feeding IDA instances with credentials.</description>
Expand Down Expand Up @@ -229,10 +229,10 @@
<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-logger-logback.version>1.2.0.1-SNAPSHOT</kernel-logger-logback.version>
<kernel-core.version>1.2.0.1-B1</kernel-core.version>
<kernel-logger-logback.version>1.2.0.1-B1</kernel-logger-logback.version>
<postgresql.version>42.2.2</postgresql.version>
<kernel-websubclient-api.version>1.2.0.1-SNAPSHOT</kernel-websubclient-api.version>
<kernel-websubclient-api.version>1.2.0.1-B1</kernel-websubclient-api.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion id-repository/id-repository-identity-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ADD configure_start.sh configure_start.sh

RUN chmod +x configure_start.sh

#ADD http://13.71.87.138:8040/artifactory/libs-snapshot-local/io/mosip/kernel/kernel-ref-idobjectvalidator/1.0.9-SNAPSHOT/kernel-ref-idobjectvalidator-1.0.9-SNAPSHOT.jar kernel-ref-idobjectvalidator-1.0.9-SNAPSHOT.jar
#ADD http://13.71.87.138:8040/artifactory/libs-release-local/io/mosip/kernel/kernel-ref-idobjectvalidator/1.0.9-SNAPSHOT/kernel-ref-idobjectvalidator-1.0.9-SNAPSHOT.jar kernel-ref-idobjectvalidator-1.0.9-SNAPSHOT.jar

# change permissions of file inside working dir
RUN chown -R ${container_user}:${container_user} /home/${container_user}
Expand Down
16 changes: 8 additions & 8 deletions id-repository/id-repository-identity-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
</parent>

<artifactId>id-repository-identity-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<name>identity-service</name>
<description>ID-Repository Identity service</description>

Expand All @@ -18,12 +18,12 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.idvalidator.uin.version>1.2.0.1-SNAPSHOT</kernel.idvalidator.uin.version>
<kernel.cbeffutil.api.version>1.2.0.1-SNAPSHOT</kernel.cbeffutil.api.version>
<kernel.idobjectvalidator.version>1.2.0.1-SNAPSHOT</kernel.idobjectvalidator.version>
<kernel-idvalidator-vid.version>1.2.0.1-SNAPSHOT</kernel-idvalidator-vid.version>
<kernel.khazana.version>1.2.0.1-SNAPSHOT</kernel.khazana.version>
<kernel.core.version>1.2.0.1-B1</kernel.core.version>
<kernel.idvalidator.uin.version>1.2.0.1-B1</kernel.idvalidator.uin.version>
<kernel.cbeffutil.api.version>1.2.0.1-B1</kernel.cbeffutil.api.version>
<kernel.idobjectvalidator.version>1.2.0.1-B1</kernel.idobjectvalidator.version>
<kernel-idvalidator-vid.version>1.2.0.1-B1</kernel-idvalidator-vid.version>
<kernel.khazana.version>1.2.0.1-B1</kernel.khazana.version>
<springdoc.version>1.5.10</springdoc.version>
</properties>

Expand Down
8 changes: 4 additions & 4 deletions id-repository/id-repository-salt-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-salt-generator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<name>ID-Repository Salt Generator</name>

<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
</parent>

<description>Batch Job Application to for one-time populating of salt values for ID Repository salt tables.</description>
Expand Down Expand Up @@ -225,8 +225,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-logger-logback.version>1.2.0.1-SNAPSHOT</kernel-logger-logback.version>
<kernel-core.version>1.2.0.1-B1</kernel-core.version>
<kernel-logger-logback.version>1.2.0.1-B1</kernel-logger-logback.version>
<postgresql.version>42.2.2</postgresql.version>
</properties>
<dependencies>
Expand Down
14 changes: 7 additions & 7 deletions id-repository/id-repository-vid-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
</parent>
<artifactId>id-repository-vid-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<name>vid-service</name>
<description>ID-Repository Virtual ID Service</description>

Expand All @@ -17,11 +17,11 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<kernel.idvalidator.uin.version>1.2.0.1-SNAPSHOT</kernel.idvalidator.uin.version>
<kernel.idgenerator.vid.version>1.2.0.1-SNAPSHOT</kernel.idgenerator.vid.version>
<kernel.idvalidator.vid.version>1.2.0.1-SNAPSHOT</kernel.idvalidator.vid.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-SNAPSHOT</kernel.dataaccess.hibernate.version>
<kernel.core.version>1.2.0.1-B1</kernel.core.version>
<kernel.idvalidator.uin.version>1.2.0.1-B1</kernel.idvalidator.uin.version>
<kernel.idgenerator.vid.version>1.2.0.1-B1</kernel.idgenerator.vid.version>
<kernel.idvalidator.vid.version>1.2.0.1-B1</kernel.idvalidator.vid.version>
<kernel.dataaccess.hibernate.version>1.2.0.1-B1</kernel.dataaccess.hibernate.version>
<json.schema.validator.version>2.2.10</json.schema.validator.version>
<springdoc.version>1.5.10</springdoc.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions id-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.idrepository</groupId>
<artifactId>id-repository-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
<packaging>pom</packaging>

<name>ID-Repository</name>
Expand Down Expand Up @@ -107,7 +107,7 @@
<junit.version>4.12</junit.version>
<mockito.version>2.22.0</mockito.version>

<kernel.logger.logback.version>1.2.0.1-SNAPSHOT</kernel.logger.logback.version>
<kernel.logger.logback.version>1.2.0.1-B1</kernel.logger.logback.version>
</properties>
<dependencies>
<!-- JUnit -->
Expand Down

0 comments on commit 35c6e0b

Please sign in to comment.