Skip to content

Commit

Permalink
[DSD-3932] updated Ballerina.toml file for upgrade-B4 release (mosip#228
Browse files Browse the repository at this point in the history
)

* [DSD-3932] removed release-changes.yml, tag.yml and updated push-trigger.yml file

Signed-off-by: techno-467 <[email protected]>

* [DSD-3932] updated Ballerina.toml file for upgrade-B4 release

Signed-off-by: techno-467 <[email protected]>

* Update Ballerina.toml

Signed-off-by: PRAFUL RAKHADE <[email protected]>

* [DSD-3932] removed release-changes.yml, tag.yml and updated push-trigger.yml file

Signed-off-by: techno-467 <[email protected]>

* Update Ballerina.toml

Signed-off-by: PRAFUL RAKHADE <[email protected]>

* Update Ballerina.toml

Signed-off-by: PRAFUL RAKHADE <[email protected]>

---------

Signed-off-by: techno-467 <[email protected]>
Signed-off-by: PRAFUL RAKHADE <[email protected]>
  • Loading branch information
Prafulrakhade authored Dec 26, 2023
1 parent 648c401 commit b1dd9b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.2.1-SNAPSHOT"
version = "1.2.0-patch1beta.2"


[build-options]
Expand All @@ -11,5 +11,5 @@ observabilityIncluded = true
modules = ["inittopic"]
groupId = "io.mosip"
artifactId = "kafka-admin-client"
version = "1.2.1-SNAPSHOT"
path = "kafka-admin-client/target/kafka-admin-client-1.2.1-SNAPSHOT.jar"
version = "1.2.0.1-B2"
path = "kafka-admin-client/target/kafka-admin-client-1.2.0.1-B2.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.2.1-SNAPSHOT"
version = "1.2.0-patch1beta.2"

[build-options]
observabilityIncluded = true
Expand All @@ -10,5 +10,5 @@ observabilityIncluded = true
modules = ["inittopic"]
groupId = "io.mosip"
artifactId = "kafka-admin-client"
version = "1.2.1-SNAPSHOT"
path = "kafka-admin-client/target/kafka-admin-client-1.2.1-SNAPSHOT.jar"
version = "1.2.0.1-B2"
path = "kafka-admin-client/target/kafka-admin-client-1.2.0.1-B2.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.2.1</version>
<version>1.2.0.1-B2</version>
<packaging>jar</packaging>

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

0 comments on commit b1dd9b5

Please sign in to comment.