From fde74fe3abeceece20a1d89ebd4a790440a5a75a Mon Sep 17 00:00:00 2001 From: PRAFUL RAKHADE <99539100+Prafulrakhade@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:44:27 +0530 Subject: [PATCH 1/6] [DSD-4089] updated kernel.version for ckt v1.3.0 release (#9) Signed-off-by: techno-467 --- imagedecoder/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagedecoder/pom.xml b/imagedecoder/pom.xml index 67eb7ab..656678d 100644 --- a/imagedecoder/pom.xml +++ b/imagedecoder/pom.xml @@ -13,7 +13,7 @@ 1.8 1.8 1.7.25 - 1.2.0.1-SNAPSHOT + 1.2.0.1-B1 2.11.1 2.11.1 From 8bd55a4711d4be7f27c2f5862a4d841846b7f73e Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Wed, 3 Jan 2024 11:21:23 +0000 Subject: [PATCH 2/6] Updated Pom versions for release changes Signed-off-by: GitHub --- .github/workflows/push-trigger.yml | 2 +- imagedecoder/pom.xml | 4 ++-- sample/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 0df63cf..12bce13 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -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 }} diff --git a/imagedecoder/pom.xml b/imagedecoder/pom.xml index 656678d..c717961 100644 --- a/imagedecoder/pom.xml +++ b/imagedecoder/pom.xml @@ -4,7 +4,7 @@ io.mosip.imagedecoder imagedecoder - 0.0.1-SNAPSHOT + 0.9.0 Image Decoder Project (from https://github.com/mosip/imagedecoder) @@ -159,7 +159,7 @@ org.apache.maven.plugins maven-gpg-plugin 1.5 - + sign-artifacts diff --git a/sample/pom.xml b/sample/pom.xml index 78824c8..da54a81 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -11,14 +11,14 @@ io.mosip.imagedecoder sample-imagedecoder jar - 0.0.1-SNAPSHOT + 0.9.0 imagedecoder http://maven.apache.org io.mosip.imagedecoder imagedecoder - 0.0.1-SNAPSHOT + 0.9.0 org.projectlombok From b57078f69032b62499463e69b4426002469f050d Mon Sep 17 00:00:00 2001 From: PRAFUL RAKHADE <99539100+Prafulrakhade@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:52:35 +0530 Subject: [PATCH 3/6] Update pom.xml Signed-off-by: PRAFUL RAKHADE <99539100+Prafulrakhade@users.noreply.github.com> --- imagedecoder/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagedecoder/pom.xml b/imagedecoder/pom.xml index c717961..8b1c051 100644 --- a/imagedecoder/pom.xml +++ b/imagedecoder/pom.xml @@ -159,7 +159,7 @@ org.apache.maven.plugins maven-gpg-plugin 1.5 - + sign-artifacts From cea00775f3142aa27475ae96cc8d6d6459e75436 Mon Sep 17 00:00:00 2001 From: PRAFUL RAKHADE <99539100+Prafulrakhade@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:54:40 +0530 Subject: [PATCH 4/6] [DSD-4089] updated pom.xml file for CTK v1.3.0 release (#12) * [DSD-3932] pom.xml Signed-off-by: techno-467 * Update pom.xml Signed-off-by: PRAFUL RAKHADE <99539100+Prafulrakhade@users.noreply.github.com> * Update pom.xml Signed-off-by: PRAFUL RAKHADE <99539100+Prafulrakhade@users.noreply.github.com> --------- Signed-off-by: techno-467 Signed-off-by: PRAFUL RAKHADE <99539100+Prafulrakhade@users.noreply.github.com> --- imagedecoder/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/imagedecoder/pom.xml b/imagedecoder/pom.xml index 8b1c051..ac0e822 100644 --- a/imagedecoder/pom.xml +++ b/imagedecoder/pom.xml @@ -6,8 +6,9 @@ imagedecoder 0.9.0 - Image Decoder Project (from https://github.com/mosip/imagedecoder) - + Imagedecoder + http://github.com/mosip/imagedecoder + Image decoder for MOSIP UTF-8 1.8 From 173760c676c5cf9eee3c0712d441967f571d825d Mon Sep 17 00:00:00 2001 From: ckm007 Date: Wed, 3 Jan 2024 17:08:45 +0000 Subject: [PATCH 5/6] [DSD-4089] CTK v1.3.0 release changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57886c5..fd7c02c 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# decoder \ No newline at end of file +# decoder + From 3769802b0ce6c0274bca29b2a3775db8bf103b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:10:00 +0000 Subject: [PATCH 6/6] Bump com.fasterxml.jackson.core:jackson-databind in /sample Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.11.1 to 2.12.7.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/pom.xml b/sample/pom.xml index da54a81..94a7b1b 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -29,7 +29,7 @@ com.fasterxml.jackson.core jackson-databind - 2.11.1 + 2.12.7.1 com.fasterxml.jackson.core