Skip to content

Commit

Permalink
[DSD-6825] platform 1.2.1.0-beta-1 release (#287)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

Signed-off-by: GitHub <noreply@github.com>

* [DSD-6825] platform 1.2.1.0-beta-1 release

Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>

* [DSD-6825] platform 1.2.1.0-beta-1 release

Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>

* [DSD-6825] platform 1.2.1.0-beta-1 release

Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: Praful Rakhade <prafulrakhade02@gmail.com>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent 8c0153b commit 76211d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
SERVICE_LOCATION: ./kafka-admin-client
secrets:
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Websub
[![Ballerina Build and push](https://github.com/mosip/websub/actions/workflows/push_trigger.yml/badge.svg?branch=develop)](https://github.com/mosip/websub/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=develop&project=mosip_websub&metric=alert_status)](https://sonarcloud.io/dashboard?branch=develop&id=mosip_websub)
[![Ballerina Build and push](https://github.com/mosip/websub/actions/workflows/push-trigger.yml/badge.svg?branch=release-1.3.x)](https://github.com/mosip/websub/actions/workflows/push-trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.3.x&project=mosip_websub&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.3.x&id=mosip_websub)

## Overview
For an overview of Websub refer [MOSIP Docs](https://nayakrounak.gitbook.io/mosip-docs/modules/websub).
Expand Down
6 changes: 3 additions & 3 deletions consolidator/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "mosip"
name = "consolidatorService"
version = "1.3.0-SNAPSHOT"
version = "1.3.0-beta.1"

[build-options]
observabilityIncluded = true
Expand All @@ -10,5 +10,5 @@ observabilityIncluded = true
modules = ["inittopic"]
groupId = "io.mosip"
artifactId = "kafka-admin-client"
version = "1.3.0-SNAPSHOT"
path = "kafka-admin-client/target/kafka-admin-client-1.3.0-SNAPSHOT.jar"
version = "1.3.0-beta.1"
path = "kafka-admin-client/target/kafka-admin-client-1.3.0-beta.1.jar"
6 changes: 3 additions & 3 deletions hub/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "mosip"
name = "kafkaHub"
version = "1.3.0-SNAPSHOT"
version = "1.3.0-beta.1"

[build-options]
observabilityIncluded = true
Expand All @@ -10,5 +10,5 @@ observabilityIncluded = true
modules = ["inittopic"]
groupId = "io.mosip"
artifactId = "kafka-admin-client"
version = "1.3.0-SNAPSHOT"
path = "kafka-admin-client/target/kafka-admin-client-1.3.0-SNAPSHOT.jar"
version = "1.3.0-beta.1"
path = "kafka-admin-client/target/kafka-admin-client-1.3.0-beta.1.jar"
2 changes: 1 addition & 1 deletion kafka-admin-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.mosip</groupId>
<artifactId>kafka-admin-client</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>jar</packaging>

<name>kafka-admin-client</name>
Expand Down

0 comments on commit 76211d2

Please sign in to comment.