Skip to content

Commit

Permalink
Merge pull request #1449 from nandhu-kumar/release-1.2.0.2
Browse files Browse the repository at this point in the history
Release 1.2.0.2
  • Loading branch information
kamalsinghthoughtworks committed May 24, 2024
2 parents e50e394 + c021daf commit a53ee31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions authentication-demo-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<maven.jacoco.version>0.8.2</maven.jacoco.version>
<sonar.skip>true</sonar.skip>

<kernel-websubclient-api.version>1.2.0.1-SNAPSHOT</kernel-websubclient-api.version>
<kernel-websubclient-api.version>1.2.0.1</kernel-websubclient-api.version>

</properties>

Expand Down Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -226,7 +226,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-templatemanager-velocity</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand All @@ -251,7 +251,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-keymanager-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<classifier>lib</classifier>
<exclusions>
<exclusion>
Expand Down

0 comments on commit a53ee31

Please sign in to comment.