From 10be60a78cc7df2b3c0930acc502d0608d8409f3 Mon Sep 17 00:00:00 2001 From: Keshav Mishra Date: Wed, 30 Jun 2021 21:55:42 +0530 Subject: [PATCH 1/3] updated for release --- biometrics-util/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biometrics-util/pom.xml b/biometrics-util/pom.xml index 237e25c99b..e72446bbb3 100644 --- a/biometrics-util/pom.xml +++ b/biometrics-util/pom.xml @@ -5,7 +5,7 @@ io.mosip.biometric.util biometrics-util - 0.0.1-SNAPSHOT + 1.1.5 biometrics-util http://maven.apache.org From df45ef049998414860505c104ba2b463d6788614 Mon Sep 17 00:00:00 2001 From: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com> Date: Wed, 3 Nov 2021 13:03:13 +0530 Subject: [PATCH 2/3] updated the push_trigger --- .github/workflows/push_trigger.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/push_trigger.yml b/.github/workflows/push_trigger.yml index 57ec6ef8bd..b8cf4b5e8c 100644 --- a/.github/workflows/push_trigger.yml +++ b/.github/workflows/push_trigger.yml @@ -1,5 +1,4 @@ name: Maven Package upon a push - on: push: branches: @@ -67,7 +66,6 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} # required if: failure() # Pick up events even if the job fails or is canceled. - publish_to_nexus: runs-on: ubuntu-latest steps: @@ -179,4 +177,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - From 56498454397fb1235c98a2601dc0a1e82d087876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 22:43:09 +0000 Subject: [PATCH 3/3] Bump protobuf-java from 3.13.0 to 3.16.1 in /bioutils Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.13.0 to 3.16.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.13.0...v3.16.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bioutils/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bioutils/pom.xml b/bioutils/pom.xml index 10f4dce9a9..948be4df75 100644 --- a/bioutils/pom.xml +++ b/bioutils/pom.xml @@ -42,7 +42,7 @@ com.google.protobuf protobuf-java - 3.13.0 + 3.16.1