Skip to content

Commit

Permalink
Updated pom version for release changes (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
akilalakshmanan authored Jul 5, 2023
1 parent d6221ed commit d30ad1d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>pre-processor</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
</parent>
<artifactId>registration-processor-external-integration-service</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor-packet-classifier-stage</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion registration-processor/qc-users-manger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
</parent>

<artifactId>registration-processor-bio-dedupe-service-impl</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
<name>registration-processor-bio-dedupe-service-impl</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>registration-processor</artifactId>
<groupId>io.mosip.registrationprocessor</groupId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>registration-processor-common-camel-bridge</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
</parent>

<artifactId>registration-processor-message-sender-impl</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
</parent>

<artifactId>registration-processor-packet-manager</artifactId>
<name>registration-processor-packet-manager</name>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor</artifactId>
<version>1.1.5.5</version>
<version>1.1.5.5-P4</version>
</parent>

<properties>
Expand Down

0 comments on commit d30ad1d

Please sign in to comment.