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
2 changes: 1 addition & 1 deletion commons-packet/commons-packet-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>commons-packet-manager</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
<version>1.2.0.4-rc1</version>
<version>1.2.0.4</version>
<properties>
<!-- maven -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions commons-packet/commons-packet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.commons</groupId>
<artifactId>commons-packet-service</artifactId>
<version>1.2.0.4-rc1</version>
<version>1.2.0.4</version>
<name>commons-packet-service</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
Expand Down Expand Up @@ -45,7 +45,7 @@
<khazana.version>1.2.0.2</khazana.version>
<sonar.coverage.exclusions>**/constant/**,**/config/**,**/httpfilter/**,**/cache/**,**/dto/**,**/entity/**,**/model/**,**/exception/**,**/repository/**,**/security/**,**/*Config.java,**/*BootApplication.java,**/*VertxApplication.java,**/cbeffutil/**,**/*Utils.java,**/*Validator.java,**/*Helper.java,**/verticle/**,**/VidWriter.java/**,**/masterdata/utils/**,**/spi/**,**/core/http/**,"**/LocationServiceImpl.java","**/RegistrationCenterMachineServiceImpl.java","**/RegistrationCenterServiceImpl.java","**/pridgenerator/**","**/idgenerator/prid","**/proxy/**","**/cryptosignature/**"</sonar.coverage.exclusions>
<sonar.cpd.exclusions>**/dto/**,**/entity/**,**/config/**</sonar.cpd.exclusions>
<packet.manager.version>1.2.0.4-rc1</packet.manager.version>
<packet.manager.version>1.2.0.4</packet.manager.version>
<springdoc.version>1.5.10</springdoc.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion commons-packet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.mosip.commons</groupId>
<artifactId>commons-packet</artifactId>
<version>1.2.0.4-rc1</version>
<version>1.2.0.4</version>
<name>common-packet</name>
<description>Common packet manager for MOSIP</description>
<url>https://github.com/mosip/packet-manager</url>
Expand Down
2 changes: 1 addition & 1 deletion helm/packetmanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ service:
image:
registry: docker.io
repository: mosipid/commons-packet-service
tag: 1.2.0.4-rc1
tag: 1.2.0.4
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down