Skip to content

Commit

Permalink
Version bump 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy12c committed Nov 27, 2023
1 parent 56ee091 commit 5f6e46f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
</parent>
<groupId>com.uci</groupId>
<artifactId>adapter</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<!-- On changing, Set version in deploy.xml to delete the previous packages if exists and deploy new package for the specified version -->
<name>adapter</name>
<packaging>jar</packaging>
<description>adapter</description>

<properties>
<java.version>11</java.version>
<utils.version>2.3.0</utils.version>
<messagerosa.version>2.3.0</messagerosa.version>
<dao.version>2.3.0</dao.version>
<utils.version>2.4.0</utils.version>
<messagerosa.version>2.4.0</messagerosa.version>
<dao.version>2.4.0</dao.version>
</properties>
<!-- For Dao repository to upload to github packages -->
<profiles>
Expand Down

0 comments on commit 5f6e46f

Please sign in to comment.