Skip to content

Commit

Permalink
Version update. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy12c authored Jun 26, 2024
1 parent 7e4340c commit 1960077
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 @@ -9,7 +9,7 @@
<name>dao</name>
<description>dao</description>
<packaging>jar</packaging>
<version>2.4.2</version>
<version>2.4.3</version>
<!-- On changing, Set version in deploy.xml to delete the previous packages if exists and deploy new package for the specified version -->

<parent>
Expand All @@ -21,8 +21,8 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<utils.version>2.4.2</utils.version>
<messagerosa.version>2.4.2</messagerosa.version>
<utils.version>2.4.3</utils.version>
<messagerosa.version>2.4.3</messagerosa.version>
</properties>
<!-- For Dao repository to upload to github packages -->
<profiles>
Expand Down

0 comments on commit 1960077

Please sign in to comment.