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
3 changes: 2 additions & 1 deletion biometrics-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.biometric.util</groupId>
<artifactId>biometrics-util</artifactId>
<version>1.2.0.4-SNAPSHOT</version>
<version>1.2.0.4</version>
<name>biometrics-util</name>
<url>http://maven.apache.org</url>
<description>This utility is used to convert ISO to Image and Image to ISO</description>
Expand Down Expand Up @@ -231,3 +231,4 @@
</developer>
</developers>
</project>

2 changes: 1 addition & 1 deletion kernel-biometrics-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-biometrics-api</artifactId>

<version>1.2.0.4-SNAPSHOT</version>
<version>1.2.0.4</version>
<name>kernel-biometrics-api</name>
<description>biometrics api definitions</description>
<url>https://github.com/mosip/commons</url>
Expand Down
2 changes: 1 addition & 1 deletion kernel-biosdk-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>kernel-biosdk-provider</artifactId>
<groupId>io.mosip.kernel</groupId>
<version>1.2.0.4-SNAPSHOT</version>
<version>1.2.0.4</version>
<name>kernel-biosdk-provider</name>
<description>Implementation of biosdk provider</description>
<url>https://github.com/mosip/commons</url>
Expand Down
2 changes: 1 addition & 1 deletion kernel-cbeffutil-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-cbeffutil-api</artifactId>
<version>1.2.0.4-SNAPSHOT</version>
<version>1.2.0.4</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<kernel.core.version>1.2.0.1</kernel.core.version>
<fasterxml.jackson.version>2.15.0</fasterxml.jackson.version>
<hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
<biometrics-util.version>1.2.0.4-SNAPSHOT</biometrics-util.version>
<biometrics-util.version>1.2.0.4</biometrics-util.version>
<!-- fasterxml jackson-->
<com.fasterxml.jackson.version>2.15.0</com.fasterxml.jackson.version>
<okhttp.version>2.7.5</okhttp.version>
Expand Down
Loading