Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOSIP31766] changing pom version to 1.2.0.1-B3 to 1.2.0.1-SNAPSHOT #109

Merged
merged 1 commit into from
Feb 28, 2024
Merged
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
118 changes: 58 additions & 60 deletions biosdk-services/pom.xml
Original file line number Diff line number Diff line change
@@ -1,45 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>biosdk-services</artifactId>
<groupId>io.mosip.biosdk</groupId>
<version>1.2.0.1-B3</version>
<version>1.2.0.1-SNAPSHOT</version>
<name>biosdk-services</name>

<licenses>
<license>
<name>MPL 2.0</name>
<url>https://www.mozilla.org/en-US/MPL/2.0/</url>
</license>
</licenses>
<licenses>
<license>
<name>MPL 2.0</name>
<url>https://www.mozilla.org/en-US/MPL/2.0/</url>
</license>
</licenses>

<scm>
<connection>scm:git:git://github.com/mosip/biosdk-services.git</connection>
<developerConnection>scm:git:ssh://github.com:mosip/biosdk-services.git</developerConnection>
<url>https://github.com/mosip/biosdk-services</url>
<tag>HEAD</tag>
</scm>
<scm>
<connection>scm:git:git://github.com/mosip/biosdk-services.git</connection>
<developerConnection>scm:git:ssh://github.com:mosip/biosdk-services.git</developerConnection>
<url>https://github.com/mosip/biosdk-services</url>
<tag>HEAD</tag>
</scm>

<developers>
<developer>
<name>Mosip</name>
<email>[email protected]</email>
<organization>io.mosip</organization>
<organizationUrl>https://mosip.io</organizationUrl>
</developer>
</developers>
<developers>
<developer>
<name>Mosip</name>
<email>[email protected]</email>
<organization>io.mosip</organization>
<organizationUrl>https://mosip.io</organizationUrl>
</developer>
</developers>

<description>Sample implementation of biometrics SDK services</description>
<url>https://github.com/mosip/biosdk-services</url>

<properties>
<java.version>11</java.version>
<!-- maven -->
<!-- maven -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.target>11</maven.compiler.target>
<!-- Core -->
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<spring-cloud-config.version>2.0.2.RELEASE</spring-cloud-config.version>
Expand All @@ -55,9 +53,9 @@


<!-- Mosip kernel -->
<kernel.biometrics.api.version>1.2.0.1-B3</kernel.biometrics.api.version>
<kernel.logger.logback.version>1.2.0.1-B2</kernel.logger.logback.version>
<kernel.core.version>1.2.0.1-B2</kernel.core.version>
<kernel.biometrics.api.version>1.2.0.1-SNAPSHOT</kernel.biometrics.api.version>
<kernel.logger.logback.version>1.2.0.1-SNAPSHOT</kernel.logger.logback.version>
<kernel.core.version>1.2.0.1-SNAPSHOT</kernel.core.version>
<!-- Spring -->
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
</properties>
Expand Down Expand Up @@ -166,7 +164,7 @@
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>

</dependencies>

<build>
Expand Down Expand Up @@ -197,25 +195,25 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down Expand Up @@ -250,13 +248,13 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand All @@ -266,11 +264,11 @@
<layout>ZIP</layout>
<executable>true</executable>
<jvmArguments>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</jvmArguments>
</configuration>

<executions>
<execution>
<goals>
Expand All @@ -279,7 +277,7 @@
</goals>
</execution>
</executions>

</plugin>
</plugins>
</build>
Expand Down
Loading