Skip to content

Commit

Permalink
Merge pull request #4 from manoj-7899/tf_nira
Browse files Browse the repository at this point in the history
added -SNAPSHOT to version
  • Loading branch information
SowmyaGoudar authored Aug 20, 2024
2 parents a025f41 + affadc3 commit 395d4ac
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
6 changes: 3 additions & 3 deletions registration/ref-impl/ref-document-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0.2</version>
<version>1.2.0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand All @@ -46,9 +46,9 @@
<dependency>
<groupId>morena7</groupId>
<artifactId>morena7</artifactId>
<!--<scope>system</scope>-->
<scope>system</scope>
<version>1.0</version>
<!-- <systemPath>${basedir}/lib/morena/morena7.jar</systemPath>-->
<systemPath>${basedir}/lib/morena/morena7.jar</systemPath>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion registration/ref-impl/ref-geoposition-rxtx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0.2</version>
<version>1.2.0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
98 changes: 49 additions & 49 deletions registration/ref-impl/ref-signature-scanner/pom.xml
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
<?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">
<modelVersion>4.0.0</modelVersion>
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>

<groupId>io.mosip.registration</groupId>
<artifactId>ref-signature-scanner</artifactId>
<version>1.2.0.1</version>
<groupId>io.mosip.registration</groupId>
<artifactId>ref-signature-scanner</artifactId>
<version>1.2.0.1</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
</properties>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
</properties>

<dependencies>
<dependency>
<groupId>de.signotec.stpad</groupId>
<artifactId>stpad-lib</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.signotec.stpad</groupId>
<artifactId>stpad-native</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.signotec.stlic</groupId>
<artifactId>stlic-lib</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>de.signotec.stpad</groupId>
<artifactId>stpad-lib</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.signotec.stpad</groupId>
<artifactId>stpad-native</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.signotec.stlic</groupId>
<artifactId>stlic-lib</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.mosip.registration</groupId>
<artifactId>registration-api</artifactId>
<version>1.2.0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<!-- <build>
<!-- <build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 395d4ac

Please sign in to comment.