Skip to content

Commit

Permalink
Merge pull request #239 from mosip/releas-branch
Browse files Browse the repository at this point in the history
[MOSIP-34814] updated pom version from 1.2.1-SNAPSHOT to 1.3.0-SNAPSHOT
  • Loading branch information
ckm007 authored Aug 6, 2024
2 parents a43badf + ce7b333 commit a077d3b
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.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<name>print</name>

<licenses>
Expand Down Expand Up @@ -48,7 +48,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.2.1-SNAPSHOT</kernel.websub.version>
<kernel.websub.version>1.3.0-SNAPSHOT</kernel.websub.version>
<itextcore.version>7.2.4</itextcore.version>
<itexthtml2pdf.version>2.0.0</itexthtml2pdf.version>
<itext.version>5.5.13</itext.version>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-bom</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit a077d3b

Please sign in to comment.