Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
version = "1.3.1-SNAPSHOT"

[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"
path = "kafka-admin-client/target/kafka-admin-client-1.3.0.jar"
version = "1.3.1-SNAPSHOT"
path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion helm/websub-consolidator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ resources:
memory: 1500Mi
requests:
cpu: 100m
memory: 900Mi
memory: 750Mi
additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
Expand Down
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"
version = "1.3.1-SNAPSHOT"

[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"
path = "kafka-admin-client/target/kafka-admin-client-1.3.0.jar"
version = "1.3.1-SNAPSHOT"
path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar"
4 changes: 2 additions & 2 deletions 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</version>
<version>1.3.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>kafka-admin-client</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<repository>
<id>ossrh</id>
<name>CentralRepository</name>
<url>https://central.sonatype.com/repositories/snapshots</url>
<url>https://central.sonatype.com/repository/maven-snapshots</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
Expand Down
Loading