Skip to content

Commit

Permalink
Corrected pom version
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr committed Jul 4, 2024
1 parent f06268c commit 9f5130b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions authentication-demo-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


<groupId>io.mosip.testrig.authentication.demo</groupId>
<version>1.2.1-java21-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<artifactId>authentication-demo-service</artifactId>
<name>authentication-demo-service</name>
<description>Parent project of MOSIP functional tests</description>
Expand Down 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.1-java21-SNAPSHOT</kernel-websubclient-api.version>
<kernel-websubclient-api.version>1.2.1-SNAPSHOT</kernel-websubclient-api.version>

</properties>

Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>io.mosip.authentication</groupId>
<artifactId>authentication-core</artifactId>
<version>1.2.1-java21-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
Expand All @@ -125,7 +125,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>1.2.1-java21-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-templatemanager-velocity</artifactId>
<version>1.2.1-java21-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand All @@ -229,7 +229,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-keymanager-service</artifactId>
<version>1.2.1-java21-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<classifier>lib</classifier>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -260,7 +260,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-bom</artifactId>
<version>1.2.1-java21-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 9f5130b

Please sign in to comment.