Skip to content

Commit

Permalink
Merge pull request #200 from mahammedtaheer/release-1.2.0.1
Browse files Browse the repository at this point in the history
updated pom version to B3-SNAPSHOT.
  • Loading branch information
mahammedtaheer authored Sep 8, 2023
2 parents 1c0cfb3 + 25d6495 commit 3207012
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kernel/kernel-keymanager-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.mosip.kernel</groupId>

<artifactId>kernel-keymanager-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3-SNAPSHOT</version>
<name>kernel-keymanager-service</name>
<description>Mosip commons project </description>
<url>https://github.com/mosip/commons</url>
Expand Down
2 changes: 1 addition & 1 deletion kernel/keys-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.mosip.kernel</groupId>
<artifactId>keys-generator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion kernel/keys-migrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.mosip.kernel</groupId>
<artifactId>keys-migrator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3-SNAPSHOT</version>
<url>https://github.com/mosip/keymanager</url>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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>

<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3-SNAPSHOT</version>
<groupId>io.mosip.kernel</groupId>
<artifactId>keymanager-parent</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 3207012

Please sign in to comment.