Skip to content

Commit

Permalink
[MOSIP-30342] reverted B1 related pom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanardhanBS-SyncByte authored Nov 22, 2023
1 parent c68b31b commit 32092eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions MockMDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.mosip.mock.mds</groupId>
<artifactId>mock-mds</artifactId>
<version>1.2.0.1-B1-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<name>mock-mds</name>
<description>A mock project for biometric provider</description>

Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>io.mosip.biometric.util</groupId>
<artifactId>biometrics-util</artifactId>
<version>1.2.0.1-B1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -129,7 +129,8 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>1.2.0.1-B1</version>
<!-- <version>1.2.0.1-B1</version> -->
<version>1.2.1-SNAPSHOT</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.bitbucket.b_c/jose4j -->
Expand Down Expand Up @@ -382,4 +383,4 @@
</plugins>
</build>

</project>
</project>
6 changes: 3 additions & 3 deletions mock-abis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.mock.abis</groupId>
<artifactId>mock-abis</artifactId>
<version>1.2.0.1.B1-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>MockAbis</name>
Expand Down Expand Up @@ -85,8 +85,8 @@
<swagger.version>2.9.2</swagger.version>

<!-- Mosip kernel -->
<kernel.core.version>1.2.0.1-B1</kernel.core.version>
<kernel.biometrics.api.version>1.2.0.1-B1</kernel.biometrics.api.version>
<kernel.core.version>1.2.1-SNAPSHOT</kernel.core.version>
<kernel.biometrics.api.version>1.2.1-SNAPSHOT</kernel.biometrics.api.version>

<!-- Others -->
<postgresql.version>42.2.16</postgresql.version>
Expand Down
4 changes: 2 additions & 2 deletions mock-mv/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.mock.mv</groupId>
<artifactId>mock-mv</artifactId>
<version>1.2.0.1-B1-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>mock-mv</name>
Expand Down Expand Up @@ -346,4 +346,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 32092eb

Please sign in to comment.