Skip to content

Commit

Permalink
[DSD-2478] added pom changes for 1.2.0.1-B2 release (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckm007 authored Apr 15, 2023
1 parent 2d3363e commit 28dcca5
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions biosdk-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,29 @@
<version>1.2.0.1-B2</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>

<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>

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

Expand Down Expand Up @@ -148,6 +171,26 @@

<build>
<plugins>
<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

0 comments on commit 28dcca5

Please sign in to comment.