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 biometrics-util/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.biometric.util</groupId>
<artifactId>biometrics-util</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<name>biometrics-util</name>
<url>https://github.com/mosip/bio-utils</url>
<description>This utility is used to convert ISO to Image and Image to ISO</description>
Expand Down
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.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<name>kernel-biometrics-api</name>
<description>biometrics api definitions</description>
<url>https://github.com/mosip/bio-utils</url>
Expand Down
4 changes: 2 additions & 2 deletions kernel-biosdk-provider/pom.xml
Comment thread
Prafulrakhade marked this conversation as resolved.
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.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<name>kernel-biosdk-provider</name>
<description>Implementation of biosdk provider</description>
<url>https://github.com/mosip/bio-utils</url>
Expand Down Expand Up @@ -48,7 +48,7 @@
<kernel.bom.version>1.3.0</kernel.bom.version>
<kernel.core.version>1.3.0</kernel.core.version>
<kernel.biometricsdk.version>1.3.0</kernel.biometricsdk.version>
<kernel.biometrics.api.version>1.3.0</kernel.biometrics.api.version>
<kernel.biometrics.api.version>1.3.1-SNAPSHOT</kernel.biometrics.api.version>
<kernel.logger.logback.version>1.3.0</kernel.logger.logback.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions kernel-cbeffutil-api/pom.xml
Comment thread
Prafulrakhade marked this conversation as resolved.
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.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<name>kernel-cbeffutil-api</name>
<description>Biometric interface to be compliant with CBEFF standard </description>
<url>https://github.com/mosip/bio-utils</url>
Expand Down Expand Up @@ -39,7 +39,7 @@
<!-- Mosip kernel -->
<kernel.bom.version>1.3.0</kernel.bom.version>
<kernel.core.version>1.3.0</kernel.core.version>
<kernel.biometrics.api.version>1.3.0</kernel.biometrics.api.version>
<kernel.biometrics.api.version>1.3.1-SNAPSHOT</kernel.biometrics.api.version>

<!-- Test -->
<org.junit.version>5.10.2</org.junit.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.mosip.biometrics</groupId>
<artifactId>biometrics</artifactId>
<packaging>pom</packaging>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<name>biometric</name>
<url>https://github.com/mosip/bio-utils</url>
<description>This Pom builds all the Biometric related dependencies.</description>
Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Comment thread
Prafulrakhade marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.mosip.bio.utils</groupId>
<artifactId>bioutils</artifactId>
<packaging>jar</packaging>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<name>biometrics-util-test</name>
<url>https://github.com/mosip/bio-utils</url>
<description>This utility is used to Test the Biomnetric Util Repo
Expand Down Expand Up @@ -47,7 +47,7 @@
<!-- Mosip -->
<kernel.bom.version>1.3.0</kernel.bom.version>
<kernel.core.version>1.3.0</kernel.core.version>
<mosip.biometrics.util.version>1.3.0</mosip.biometrics.util.version>
<mosip.biometrics.util.version>1.3.1-SNAPSHOT</mosip.biometrics.util.version>

</properties>

Expand Down
Loading