diff --git a/cache-provider-hazelcast/pom.xml b/cache-provider-hazelcast/pom.xml
index a9c742946f..565de23505 100644
--- a/cache-provider-hazelcast/pom.xml
+++ b/cache-provider-hazelcast/pom.xml
@@ -1,270 +1,270 @@
-
-
- 4.0.0
-
- io.mosip.cacheprovider
- cache-provider-hazelcast
- 1.2.1-java21-SNAPSHOT
-
-
- MPL 2.0
- https://www.mozilla.org/en-US/MPL/2.0/
-
-
-
-
- scm:git:git://github.com/mosip/mosip-ref-impl.git
- scm:git:ssh://github.com:mosip/mosip-ref-impl.git
- https://github.com/mosip/mosip-ref-impl
- HEAD
-
-
-
- Mosip
- mosip.emailnotifier@gmail.com
- io.mosip
- https://github.com/mosip/mosip-ref-impl
-
-
-
-
-
- UTF-8
- 21
- 21
- 3.8.0
- 2.22.0
- 3.0.2
- 3.1.0
- 0.8.1
- 3.7.0.1746
- 3.2.0
- 2.3
- 3.3.0
- 2.2.1
- 1.5
- 3.0.1
- 3.2.0
- 2.8.1
- 1.6.7
-
- 3.12.12
-
-
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
- ossrh
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
-
-
-
- io.mosip.kernel
- kernel-bom
- 1.2.1-java21-SNAPSHOT
- pom
- import
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter
- provided
-
-
- org.springframework.boot
- spring-boot-starter-actuator
- provided
-
-
- com.hazelcast
- hazelcast-all
- ${hazelcast.version}
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-assembly-plugin
- ${maven-assembly-plugin.version}
-
-
- jar-with-dependencies
-
- false
-
-
-
- make-assembly
- package
-
- single
-
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- ${maven-source-plugin.version}
-
-
- attach-sources
-
- jar-no-fork
-
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- ${maven-gpg-plugin.version}
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
- --pinentry-mode
- loopback
-
-
-
-
-
-
- pl.project13.maven
- git-commit-id-plugin
- ${git-commit-id-plugin.version}
-
-
- get-the-git-infos
-
- revision
-
- validate
-
-
-
- true
- ${project.build.outputDirectory}/git.properties
-
- ^git.build.(time|version)$
- ^git.commit.id.(abbrev|full)$
-
- full
- ${project.basedir}/.git
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- ${maven-javadoc-plugin.version}
-
-
- attach-javadocs
-
- jar
-
-
-
-
- none
-
-
-
- maven-deploy-plugin
- ${maven-deploy-plugin.version}
-
-
- default-deploy
- deploy
-
- deploy
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- ${nexus-staging-maven-plugin.version}
- true
-
-
- default-deploy
- deploy
-
- deploy
-
-
-
-
- ossrh
- https://oss.sonatype.org/
- false
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- ${maven.surefire.plugin.version}
-
- ${skipTests}
- false
-
- ${argLine} --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED --illegal-access=permit
-
-
-
-
-
-
-
- sonar
-
- .
- src/main/java/**,src/main/resources/**
- ${sonar.coverage.exclusions}
- https://sonarcloud.io
-
-
- false
-
-
-
-
- org.sonarsource.scanner.maven
- sonar-maven-plugin
- ${maven.sonar.plugin.version}
-
-
- verify
-
- sonar
-
-
-
-
-
-
-
-
-
+
+
+ 4.0.0
+
+ io.mosip.cacheprovider
+ cache-provider-hazelcast
+ 1.2.1-java21-SNAPSHOT
+
+
+ MPL 2.0
+ https://www.mozilla.org/en-US/MPL/2.0/
+
+
+
+
+ scm:git:git://github.com/mosip/mosip-ref-impl.git
+ scm:git:ssh://github.com:mosip/mosip-ref-impl.git
+ https://github.com/mosip/mosip-ref-impl
+ HEAD
+
+
+
+ Mosip
+ mosip.emailnotifier@gmail.com
+ io.mosip
+ https://github.com/mosip/mosip-ref-impl
+
+
+
+
+
+ UTF-8
+ 21
+ 21
+ 3.8.0
+ 2.22.0
+ 3.0.2
+ 3.1.0
+ 0.8.1
+ 3.7.0.1746
+ 3.2.0
+ 2.3
+ 3.3.0
+ 2.2.1
+ 1.5
+ 3.0.1
+ 3.2.0
+ 2.8.1
+ 1.6.7
+
+ 3.12.12
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
+
+
+ io.mosip.kernel
+ kernel-bom
+ 1.2.1-java21-SNAPSHOT
+ pom
+ import
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter
+ provided
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+ provided
+
+
+ com.hazelcast
+ hazelcast-all
+ ${hazelcast.version}
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+ ${maven-assembly-plugin.version}
+
+
+ jar-with-dependencies
+
+ false
+
+
+
+ make-assembly
+ package
+
+ single
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${maven-source-plugin.version}
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${maven-gpg-plugin.version}
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+ --pinentry-mode
+ loopback
+
+
+
+
+
+
+ pl.project13.maven
+ git-commit-id-plugin
+ ${git-commit-id-plugin.version}
+
+
+ get-the-git-infos
+
+ revision
+
+ validate
+
+
+
+ true
+ ${project.build.outputDirectory}/service-git.properties
+
+ ^git.build.(time|version)$
+ ^git.commit.id.(abbrev|full)$
+
+ full
+ ${project.basedir}/.git
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven-javadoc-plugin.version}
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+ none
+
+
+
+ maven-deploy-plugin
+ ${maven-deploy-plugin.version}
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ ${nexus-staging-maven-plugin.version}
+ true
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${maven.surefire.plugin.version}
+
+ ${skipTests}
+ false
+
+ ${argLine} --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED --illegal-access=permit
+
+
+
+
+
+
+
+ sonar
+
+ .
+ src/main/java/**,src/main/resources/**
+ ${sonar.coverage.exclusions}
+ https://sonarcloud.io
+
+
+ false
+
+
+
+
+ org.sonarsource.scanner.maven
+ sonar-maven-plugin
+ ${maven.sonar.plugin.version}
+
+
+ verify
+
+ sonar
+
+
+
+
+
+
+
+
+
diff --git a/kernel/kernel-smsserviceprovider-msg91/pom.xml b/kernel/kernel-smsserviceprovider-msg91/pom.xml
index b0d7c837a4..4fd1f784c4 100644
--- a/kernel/kernel-smsserviceprovider-msg91/pom.xml
+++ b/kernel/kernel-smsserviceprovider-msg91/pom.xml
@@ -166,7 +166,7 @@
true
- ${project.build.outputDirectory}/git.properties
+ ${project.build.outputDirectory}/service-git.properties
^git.build.(time|version)$
^git.commit.id.(abbrev|full)$
diff --git a/kernel/kernel-virusscanner-clamav/pom.xml b/kernel/kernel-virusscanner-clamav/pom.xml
index e3d85122ef..013db0e696 100644
--- a/kernel/kernel-virusscanner-clamav/pom.xml
+++ b/kernel/kernel-virusscanner-clamav/pom.xml
@@ -161,7 +161,7 @@
true
- ${project.build.outputDirectory}/git.properties
+ ${project.build.outputDirectory}/service-git.properties
^git.build.(time|version)$
^git.commit.id.(abbrev|full)$
diff --git a/kernel/pom.xml b/kernel/pom.xml
index 16b7ba9355..d5c978700a 100644
--- a/kernel/pom.xml
+++ b/kernel/pom.xml
@@ -234,7 +234,7 @@
true
- ${project.build.outputDirectory}/git.properties
+ ${project.build.outputDirectory}/service-git.properties
^git.build.(time|version)$
^git.commit.id.(abbrev|full)$