Skip to content

Commit

Permalink
Merge pull request #75 from ckm007/1.1.5
Browse files Browse the repository at this point in the history
updated for 1.1.5 release
  • Loading branch information
ckm007 authored Apr 21, 2021
2 parents 699c896 + fcd3e2b commit 798f630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.mosip.print</groupId>
<artifactId>print</artifactId>
<version>1.1.5-rc1</version>
<version>1.1.5</version>
<name>print</name>

<properties>
Expand Down Expand Up @@ -39,7 +39,7 @@
<sonar.cpd.exclusions>**/dto/**,**/config/**,**/api/**</sonar.cpd.exclusions>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
<gson.version>2.8.4</gson.version>
<kernel.websub.version>1.1.5-rc1</kernel.websub.version>
<kernel.websub.version>1.1.5</kernel.websub.version>
<itextcore.version>7.1.0</itextcore.version>
<itexthtml2pdf.version>2.0.0</itexthtml2pdf.version>
<itext.version>5.5.13</itext.version>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>1.1.5-rc1</version>
<version>1.1.5</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 798f630

Please sign in to comment.