Skip to content

Commit 989c64a

Browse files
committed
MOSIP-42842 corrected version
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
1 parent d1c3b1a commit 989c64a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

kernel/kernel-auditmanager-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.mosip.kernel</groupId>
88

99
<artifactId>kernel-auditmanager-api</artifactId>
10-
<version>1.3.0-SNAPSHOT</version>
10+
<version>1.3.1-SNAPSHOT</version>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313

@@ -22,7 +22,7 @@
2222
<maven-shade-plugin.version>2.3</maven-shade-plugin.version>
2323
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
2424

25-
<kernel.core.version>1.3.0-beta.2</kernel.core.version>
25+
<kernel.core.version>1.2.2-SNAPSHOT</kernel.core.version>
2626

2727
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
2828
<sonar.coverage.exclusions>**/dto/**,**/constant/**,**/config/**,**/httpfilter/**,**/cache/**,**/entity/**,**/model/**,**/exception/**,**/repository/**,**/request/**,**/spi/**,"**/proxy/**","**/AuditManagerBootApplication.java

kernel/kernel-auditmanager-service/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.mosip.kernel</groupId>
66

77
<artifactId>kernel-auditmanager-service</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.1-SNAPSHOT</version>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111

@@ -21,11 +21,11 @@
2121
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
2222

2323
<!-- spring -->
24-
<kernel.core.version>1.3.0-beta.2</kernel.core.version>
24+
<kernel.core.version>1.2.2-SNAPSHOT</kernel.core.version>
2525
<kernel.applicant-type.version>1.3.0-beta.2</kernel.applicant-type.version>
2626
<kernel.audit-api.version>1.3.0-SNAPSHOT</kernel.audit-api.version>
2727
<kernel.logger.version>1.3.0-beta.2</kernel.logger.version>
28-
<kernel.auth-adapter.version>1.3.0-SNAPSHOT</kernel.auth-adapter.version>
28+
<kernel.auth-adapter.version>1.3.1-SNAPSHOT</kernel.auth-adapter.version>
2929
<kernel-dataaccess-hibernate-version>1.3.0-beta.2</kernel-dataaccess-hibernate-version>
3030

3131
<sonar.coverage.exclusions>**/dto/**,**/constant/**,**/config/**,**/httpfilter/**,**/cache/**,**/entity/**,**/model/**,**/exception/**,**/repository/**,**/request/**,**/spi/**,"**/proxy/**","**/AuditManagerBootApplication.java"</sonar.coverage.exclusions>

kernel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<version>1.3.0-SNAPSHOT</version>
5+
<version>1.3.1-SNAPSHOT</version>
66
<groupId>io.mosip.kernel</groupId>
77
<artifactId>audit-manager</artifactId>
88
<packaging>pom</packaging>

0 commit comments

Comments
 (0)